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 bdbd2b7 commit 5f46ef3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions RainingCubes.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -419,8 +419,8 @@
E0767CE51B925C4C007A9DE1 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CODE_SIGN_IDENTITY = "Developer ID Application";
CODE_SIGN_STYLE = Manual;
COMBINE_HIDPI_IMAGES = YES;
DEVELOPMENT_TEAM = 8D98N325TG;
INFOPLIST_FILE = RainingCubes/Info.plist;
Expand Down

0 comments on commit 5f46ef3

Please sign in to comment.