Skip to content
This repository was archived by the owner on Oct 2, 2025. It is now read-only.

Commit 0c86c8c

Browse files
author
Felix Jendrusch
authored
Merge pull request #42 from trivago/swift-2.3-without-bitcode
Disable bitcode while using Swift 2.3
2 parents a30b38e + 815bc6a commit 0c86c8c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Dobby.xcodeproj/project.pbxproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -587,6 +587,7 @@
587587
"CODE_SIGN_IDENTITY[sdk=iphonesimulator*]" = "";
588588
DYLIB_COMPATIBILITY_VERSION = 1;
589589
DYLIB_CURRENT_VERSION = 1;
590+
ENABLE_BITCODE = NO;
590591
FRAMEWORK_SEARCH_PATHS = (
591592
"$(inherited)",
592593
"$(PLATFORM_DIR)/Developer/Library/Frameworks",
@@ -605,6 +606,7 @@
605606
"CODE_SIGN_IDENTITY[sdk=iphonesimulator*]" = "";
606607
DYLIB_COMPATIBILITY_VERSION = 1;
607608
DYLIB_CURRENT_VERSION = 1;
609+
ENABLE_BITCODE = NO;
608610
FRAMEWORK_SEARCH_PATHS = (
609611
"$(inherited)",
610612
"$(PLATFORM_DIR)/Developer/Library/Frameworks",

0 commit comments

Comments
 (0)