Skip to content

Commit 3e1408b

Browse files
committed
Disable Code Sign for project
1 parent 6ccca2d commit 3e1408b

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

debug/objc-debug.xcodeproj/project.pbxproj

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,8 @@
195195
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
196196
CLANG_WARN_UNREACHABLE_CODE = YES;
197197
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
198-
CODE_SIGN_IDENTITY = "Mac Developer";
198+
CODE_SIGN_IDENTITY = "";
199+
CODE_SIGN_STYLE = Manual;
199200
COPY_PHASE_STRIP = NO;
200201
DEBUG_INFORMATION_FORMAT = dwarf;
201202
ENABLE_STRICT_OBJC_MSGSEND = YES;
@@ -250,7 +251,8 @@
250251
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
251252
CLANG_WARN_UNREACHABLE_CODE = YES;
252253
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
253-
CODE_SIGN_IDENTITY = "Mac Developer";
254+
CODE_SIGN_IDENTITY = "";
255+
CODE_SIGN_STYLE = Manual;
254256
COPY_PHASE_STRIP = NO;
255257
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
256258
ENABLE_NS_ASSERTIONS = NO;

0 commit comments

Comments
 (0)