Skip to content

Commit

Permalink
Fix release code signing
Browse files Browse the repository at this point in the history
  • Loading branch information
nickzman committed Nov 12, 2020
1 parent 7d33a3c commit 4c1d5d7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Helios.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -542,7 +542,8 @@
ALWAYS_SEARCH_USER_PATHS = NO;
CLANG_ENABLE_OBJC_ARC = YES;
CLANG_ENABLE_OBJC_WEAK = YES;
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_IDENTITY = "Developer ID Application";
CODE_SIGN_STYLE = Manual;
COPY_PHASE_STRIP = YES;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
DEVELOPMENT_TEAM = 8D98N325TG;
Expand All @@ -560,6 +561,7 @@
OTHER_LDFLAGS = "";
PRODUCT_BUNDLE_IDENTIFIER = com.uselesssoft.screensaver.helios;
PRODUCT_NAME = Helios;
PROVISIONING_PROFILE_SPECIFIER = "";
SECTORDER_FLAGS = "";
WARNING_CFLAGS = (
"-Wmost",
Expand Down

0 comments on commit 4c1d5d7

Please sign in to comment.