Skip to content

Commit 02c9604

Browse files
committed
Remove sign identity for development builds
1 parent e7fc2c7 commit 02c9604

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Amethyst.xcodeproj/project.pbxproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -1009,7 +1009,7 @@
10091009
CLANG_ENABLE_MODULES = YES;
10101010
CODE_SIGN_ENTITLEMENTS = Amethyst/AmethystDebug.entitlements;
10111011
CODE_SIGN_IDENTITY = "-";
1012-
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "Apple Development";
1012+
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "-";
10131013
CODE_SIGN_STYLE = Automatic;
10141014
COMBINE_HIDPI_IMAGES = YES;
10151015
CURRENT_PROJECT_VERSION = 119;

0 commit comments

Comments
 (0)