Skip to content

Commit d02bbd3

Browse files
Merge pull request krzyzanowskim#409 from gilt/fix-tvos-bitcode
fix tvOS bitcode setting when using Carthage with --no-build
2 parents 28456ac + f21301f commit d02bbd3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CryptoSwift.xcodeproj/project.pbxproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -817,6 +817,7 @@
817817
isa = XCBuildConfiguration;
818818
buildSettings = {
819819
APPLICATION_EXTENSION_API_ONLY = YES;
820+
BITCODE_GENERATION_MODE = bitcode;
820821
CLANG_ENABLE_MODULES = YES;
821822
DYLIB_COMPATIBILITY_VERSION = 1;
822823
DYLIB_CURRENT_VERSION = 1;

0 commit comments

Comments
 (0)