File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Socket.IO-Client-Swift.xcodeproj Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 531
531
CLANG_WARN_UNREACHABLE_CODE = YES;
532
532
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
533
533
CODE_SIGN_IDENTITY = "Developer ID Application";
534
- ENABLE_BITCODE = YES ;
534
+ ENABLE_BITCODE = NO ;
535
535
ENABLE_STRICT_OBJC_MSGSEND = YES;
536
536
ENABLE_TESTABILITY = YES;
537
537
"FRAMEWORK_SEARCH_PATHS[sdk=appletvos*]" = (
604
604
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
605
605
CODE_SIGN_IDENTITY = "Developer ID Application";
606
606
ENABLE_BITCODE = YES;
607
+ "ENABLE_BITCODE[sdk=macosx*]" = NO;
607
608
ENABLE_STRICT_OBJC_MSGSEND = YES;
608
609
"FRAMEWORK_SEARCH_PATHS[sdk=appletvos*]" = (
609
610
"$(inherited)",
747
748
DYLIB_COMPATIBILITY_VERSION = 1;
748
749
DYLIB_CURRENT_VERSION = 1;
749
750
DYLIB_INSTALL_NAME_BASE = "@rpath";
750
- ENABLE_BITCODE = NO;
751
+ ENABLE_BITCODE = YES;
752
+ "ENABLE_BITCODE[sdk=macosx*]" = NO;
751
753
ENABLE_NS_ASSERTIONS = NO;
752
754
ENABLE_STRICT_OBJC_MSGSEND = YES;
753
755
ENABLE_TESTABILITY = YES;
You can’t perform that action at this time.
0 commit comments