Skip to content

Commit

Permalink
Update code signing identity for public release
Browse files Browse the repository at this point in the history
  • Loading branch information
homebysix committed Jun 11, 2023
1 parent 06dab9c commit d176770
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Escrow Buddy/Escrow Buddy.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -273,13 +273,13 @@
isa = XCBuildConfiguration;
buildSettings = {
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_IDENTITY = "Developer ID Application: Netflix, Inc. (EZ4M4LKSQP)";
CODE_SIGN_IDENTITY = "Developer ID Application: Mac Admins Open Source (T4SK8ZXCXG)";
CODE_SIGN_INJECT_BASE_ENTITLEMENTS = NO;
CODE_SIGN_STYLE = Manual;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 7;
DEAD_CODE_STRIPPING = YES;
DEVELOPMENT_TEAM = EZ4M4LKSQP;
DEVELOPMENT_TEAM = T4SK8ZXCXG;
GENERATE_INFOPLIST_FILE = YES;
INFOPLIST_KEY_NSHumanReadableCopyright = "";
INFOPLIST_KEY_NSPrincipalClass = "";
Expand All @@ -303,13 +303,13 @@
isa = XCBuildConfiguration;
buildSettings = {
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_IDENTITY = "Developer ID Application: Netflix, Inc. (EZ4M4LKSQP)";
CODE_SIGN_IDENTITY = "Developer ID Application: Mac Admins Open Source (T4SK8ZXCXG)";
CODE_SIGN_INJECT_BASE_ENTITLEMENTS = NO;
CODE_SIGN_STYLE = Manual;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 7;
DEAD_CODE_STRIPPING = YES;
DEVELOPMENT_TEAM = EZ4M4LKSQP;
DEVELOPMENT_TEAM = T4SK8ZXCXG;
GENERATE_INFOPLIST_FILE = YES;
INFOPLIST_KEY_NSHumanReadableCopyright = "";
INFOPLIST_KEY_NSPrincipalClass = "";
Expand Down

0 comments on commit d176770

Please sign in to comment.