Skip to content

Commit 380ac52

Browse files
Configure Developer ID signing for Release builds
- Set CODE_SIGN_IDENTITY to "Developer ID Application" for Release - Set DEVELOPMENT_TEAM to PMXZ63S6YG (personal Developer ID team) - Use manual signing for Release configuration
1 parent d9e5d83 commit 380ac52

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

clive.xcodeproj/project.pbxproj

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -363,6 +363,7 @@
363363
CODE_SIGN_STYLE = Automatic;
364364
COMBINE_HIDPI_IMAGES = YES;
365365
CURRENT_PROJECT_VERSION = 1;
366+
DEVELOPMENT_TEAM = 86NR2ZMN9J;
366367
GENERATE_INFOPLIST_FILE = NO;
367368
INFOPLIST_FILE = clive/Info.plist;
368369
INFOPLIST_KEY_CFBundleDisplayName = Clive;
@@ -387,9 +388,11 @@
387388
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
388389
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
389390
CODE_SIGN_ENTITLEMENTS = "";
390-
CODE_SIGN_STYLE = Automatic;
391+
CODE_SIGN_IDENTITY = "Developer ID Application";
392+
CODE_SIGN_STYLE = Manual;
391393
COMBINE_HIDPI_IMAGES = YES;
392394
CURRENT_PROJECT_VERSION = 1;
395+
DEVELOPMENT_TEAM = PMXZ63S6YG;
393396
GENERATE_INFOPLIST_FILE = NO;
394397
INFOPLIST_FILE = clive/Info.plist;
395398
INFOPLIST_KEY_CFBundleDisplayName = Clive;

0 commit comments

Comments
 (0)