We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6825c8 commit e644abbCopy full SHA for e644abb
Socket.IO-Client-Swift.xcodeproj/project.pbxproj
@@ -638,7 +638,7 @@
638
DYLIB_CURRENT_VERSION = 1;
639
DYLIB_INSTALL_NAME_BASE = "@rpath";
640
ENABLE_BITCODE = NO;
641
- "ENABLE_BITCODE[sdk=macosx*]" = NO;
+ "ENABLE_BITCODE[arch=*]" = NO;
642
ENABLE_STRICT_OBJC_MSGSEND = YES;
643
ENABLE_TESTABILITY = YES;
644
FRAMEWORK_SEARCH_PATHS = "$(inherited)";
@@ -717,8 +717,8 @@
717
DYLIB_COMPATIBILITY_VERSION = 1;
718
719
720
- ENABLE_BITCODE = NO;
721
+ ENABLE_BITCODE = YES;
+ "ENABLE_BITCODE[arch=*]" = YES;
722
ENABLE_NS_ASSERTIONS = NO;
723
724
0 commit comments