xcode-pristine 0.1.4
When using xcconfig files to manage Xcode project build settings, you want to make sure your Xcode project doesn't override any of those build settings in the project file. This gem uses the xcodeproj gem to read the project file and check there aren't any unwanted build settings that can creep in by accident.
Gemfile:
=
install:
=
Runtime Dependencies (1):
xcodeproj
~> 1.5.6