mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2026-01-22 20:18:44 +00:00
This is necessary because otherwise `lipo` apparently strips the Bitcode sections from the merged library completely. Unfortunately, this breaks compatibility with Xcode 6.
5 lines
197 B
Plaintext
5 lines
197 B
Plaintext
#include "buildnumber.xcconfig"
|
|
|
|
OTHER_CFLAGS[sdk=iphoneos9.*] = $(HOCKEYSDK_WARNING_FLAGS) -fembed-bitcode
|
|
OTHER_CFLAGS[sdk=iphonesimulator9.*] = $(HOCKEYSDK_WARNING_FLAGS) -fembed-bitcode-marker
|