Skip to content

Commit

Permalink
fix signing
Browse files Browse the repository at this point in the history
  • Loading branch information
Zaid Kokaja committed Mar 4, 2024
1 parent 5bfaacf commit 2cc1050
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions OpinionatedTimer.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -280,11 +280,11 @@
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_ENTITLEMENTS = OpinionatedTimer/OpinionatedTimer.entitlements;
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "Apple Development";
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "-";
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
DEAD_CODE_STRIPPING = YES;
DEVELOPMENT_TEAM = X9P427YLC2;
DEVELOPMENT_TEAM = "";
INFOPLIST_KEY_CFBundleDisplayName = "Opinionated Timer";
INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.productivity";
INFOPLIST_KEY_LSUIElement = YES;
Expand All @@ -305,11 +305,11 @@
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_ENTITLEMENTS = OpinionatedTimer/OpinionatedTimer.entitlements;
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "Apple Development";
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "-";
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
DEAD_CODE_STRIPPING = YES;
DEVELOPMENT_TEAM = X9P427YLC2;
DEVELOPMENT_TEAM = "";
INFOPLIST_KEY_CFBundleDisplayName = "Opinionated Timer";
INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.productivity";
INFOPLIST_KEY_LSUIElement = YES;
Expand Down

0 comments on commit 2cc1050

Please sign in to comment.