Skip to content

Commit

Permalink
itunes build failed because Kickstarter-Framework-iOS was using the d…
Browse files Browse the repository at this point in the history
…evelopment signing certificate setting for release. This is the correction.
  • Loading branch information
msadoon committed Mar 30, 2023
1 parent 572e630 commit 0a573a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Kickstarter.xcodeproj/project.pbxproj
Expand Up @@ -9619,7 +9619,7 @@
A7C795A81C873A870081977F /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
CODE_SIGN_IDENTITY = "iPhone Developer";
CODE_SIGN_IDENTITY = "iPhone Distribution";
CODE_SIGN_STYLE = Manual;
CURRENT_PROJECT_VERSION = 1;
DEFINES_MODULE = YES;
Expand Down

0 comments on commit 0a573a4

Please sign in to comment.