Skip to content

Commit d140fe1

Browse files
authored
Merge pull request #35 from r-peck/master
Reenable bitcode for iOS framework and tests targets
2 parents 23bed86 + 714af4f commit d140fe1

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Focus.xcodeproj/project.pbxproj

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1184,7 +1184,6 @@
11841184
DYLIB_COMPATIBILITY_VERSION = 1;
11851185
DYLIB_CURRENT_VERSION = 1;
11861186
DYLIB_INSTALL_NAME_BASE = "@rpath";
1187-
ENABLE_BITCODE = NO;
11881187
INFOPLIST_FILE = Sources/Info.plist;
11891188
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
11901189
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
@@ -1211,7 +1210,6 @@
12111210
DYLIB_COMPATIBILITY_VERSION = 1;
12121211
DYLIB_CURRENT_VERSION = 1;
12131212
DYLIB_INSTALL_NAME_BASE = "@rpath";
1214-
ENABLE_BITCODE = NO;
12151213
INFOPLIST_FILE = Sources/Info.plist;
12161214
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
12171215
IPHONEOS_DEPLOYMENT_TARGET = 8.0;

0 commit comments

Comments
 (0)