The Podfile should support the following syntax:
xcode_version = 5
xcode_version = 6
This would allow to merge work in progress support for new Xcode versions in Xcodeproj and not force deviation from the build settings used by the last version of Xcode to keep support for the previous version.
Related: CocoaPods/Xcodeproj#166
The Podfile should support the following syntax:
This would allow to merge work in progress support for new Xcode versions in Xcodeproj and not force deviation from the build settings used by the last version of Xcode to keep support for the previous version.
Related: CocoaPods/Xcodeproj#166