Skip to content

Commit e644abb

Browse files
committed
enable bitcode
1 parent a6825c8 commit e644abb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Socket.IO-Client-Swift.xcodeproj/project.pbxproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -638,7 +638,7 @@
638638
DYLIB_CURRENT_VERSION = 1;
639639
DYLIB_INSTALL_NAME_BASE = "@rpath";
640640
ENABLE_BITCODE = NO;
641-
"ENABLE_BITCODE[sdk=macosx*]" = NO;
641+
"ENABLE_BITCODE[arch=*]" = NO;
642642
ENABLE_STRICT_OBJC_MSGSEND = YES;
643643
ENABLE_TESTABILITY = YES;
644644
FRAMEWORK_SEARCH_PATHS = "$(inherited)";
@@ -717,8 +717,8 @@
717717
DYLIB_COMPATIBILITY_VERSION = 1;
718718
DYLIB_CURRENT_VERSION = 1;
719719
DYLIB_INSTALL_NAME_BASE = "@rpath";
720-
ENABLE_BITCODE = NO;
721-
"ENABLE_BITCODE[sdk=macosx*]" = NO;
720+
ENABLE_BITCODE = YES;
721+
"ENABLE_BITCODE[arch=*]" = YES;
722722
ENABLE_NS_ASSERTIONS = NO;
723723
ENABLE_STRICT_OBJC_MSGSEND = YES;
724724
ENABLE_TESTABILITY = YES;

0 commit comments

Comments
 (0)