Skip to content

Commit 0a27b2e

Browse files
committed
Enable bitcode in debug
1 parent fa60b9a commit 0a27b2e

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -531,7 +531,8 @@
531531
CLANG_WARN_UNREACHABLE_CODE = YES;
532532
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
533533
CODE_SIGN_IDENTITY = "Developer ID Application";
534-
ENABLE_BITCODE = NO;
534+
ENABLE_BITCODE = YES;
535+
"ENABLE_BITCODE[sdk=macosx*]" = NO;
535536
ENABLE_STRICT_OBJC_MSGSEND = YES;
536537
ENABLE_TESTABILITY = YES;
537538
"FRAMEWORK_SEARCH_PATHS[sdk=appletvos*]" = (
@@ -679,7 +680,8 @@
679680
DYLIB_COMPATIBILITY_VERSION = 1;
680681
DYLIB_CURRENT_VERSION = 1;
681682
DYLIB_INSTALL_NAME_BASE = "@rpath";
682-
ENABLE_BITCODE = NO;
683+
ENABLE_BITCODE = YES;
684+
"ENABLE_BITCODE[sdk=macosx*]" = NO;
683685
ENABLE_STRICT_OBJC_MSGSEND = YES;
684686
ENABLE_TESTABILITY = YES;
685687
FRAMEWORK_SEARCH_PATHS = "$(inherited)";

0 commit comments

Comments
 (0)