mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-11-28 02:45:58 +00:00
- 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
5 lines
186 B
Plaintext
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
|