Files
Swiftgram/Support/release.xcconfig
Lukas Spieß bdbc7eb458 Add Bitcode marker back to simulator slices
This is necessary because otherwise `lipo` apparently strips the Bitcode sections from the merged library completely.
Unfortunately, this breaks compatibility with Xcode 6.
2016-06-30 14:29:58 +02:00

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