mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-03 13:13:55 +00:00
Don't include Bitcode in simulator builds
This commit is contained in:
parent
10b1c9050d
commit
686d008b78
@ -1,4 +1,4 @@
|
||||
#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
|
||||
OTHER_CFLAGS[sdk=iphonesimulator9.*] = -Wshorten-64-to-32 -Wall
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user