Swiftgram/Support/release.xcconfig
Andreas Linde 16de50d959 Use bitcode on iOS9* only and assert fix
- Properly disable assertions in the build settings instead of using an Other_CFlag
- Add bitcode only when using iOS 9 or later as Base SDK which allows building without issues using older Xcode versions
2015-08-21 11:44:05 +02:00

5 lines
186 B
Plaintext

#include "buildnumber.xcconfig"
OTHER_CFLAGS[sdk=iphoneos9.*] = -Wshorten-64-to-32 -Wall -fembed-bitcode
OTHER_CFLAGS[sdk=iphonesimulator9.*] = -Wshorten-64-to-32 -Wall -fembed-bitcode