Currently the Xcodeproj generated build configurations for framework targets on OS X differ quite a bit compared to Xcode 5. For example, the following are simply omitted from the Xcodeproj generated target's build configuration:
"FRAMEWORK_VERSION" => "A",
"WRAPPER_EXTENSION" => "framework",
We need to adjust what build settings we are setting and align them with Xcode, along with introducing support for iOS frameworks.
This is required to do CocoaPods/CocoaPods#2272.
Currently the Xcodeproj generated build configurations for framework targets on OS X differ quite a bit compared to Xcode 5. For example, the following are simply omitted from the Xcodeproj generated target's build configuration:
We need to adjust what build settings we are setting and align them with Xcode, along with introducing support for iOS frameworks.
This is required to do CocoaPods/CocoaPods#2272.