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 = NO;
534
+ ENABLE_BITCODE = YES;
535
+ "ENABLE_BITCODE[sdk=macosx*]" = NO;
535
536
ENABLE_STRICT_OBJC_MSGSEND = YES;
536
537
ENABLE_TESTABILITY = YES;
537
538
"FRAMEWORK_SEARCH_PATHS[sdk=appletvos*]" = (
679
680
DYLIB_COMPATIBILITY_VERSION = 1;
680
681
DYLIB_CURRENT_VERSION = 1;
681
682
DYLIB_INSTALL_NAME_BASE = "@rpath";
682
- ENABLE_BITCODE = NO;
683
+ ENABLE_BITCODE = YES;
684
+ "ENABLE_BITCODE[sdk=macosx*]" = NO;
683
685
ENABLE_STRICT_OBJC_MSGSEND = YES;
684
686
ENABLE_TESTABILITY = YES;
685
687
FRAMEWORK_SEARCH_PATHS = "$(inherited)";
You can’t perform that action at this time.
0 commit comments