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 37e6867 commit 36bc693
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Skyrocket.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -520,7 +520,8 @@
buildSettings = {
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;
COMBINE_HIDPI_IMAGES = YES;
COPY_PHASE_STRIP = YES;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
Expand All @@ -542,6 +543,7 @@
OTHER_LDFLAGS = "";
PRODUCT_BUNDLE_IDENTIFIER = com.reallyslick.Skyrocket;
PRODUCT_NAME = Skyrocket;
PROVISIONING_PROFILE_SPECIFIER = "";
WARNING_CFLAGS = (
"-Wmost",
"-Wno-four-char-constants",
Expand Down

0 comments on commit 36bc693

Please sign in to comment.