Skip to content

Commit

Permalink
update code signing settings
Browse files Browse the repository at this point in the history
  • Loading branch information
c99koder committed May 1, 2020
1 parent 89daabe commit 7c5a2e2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions IRCCloud.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -5239,7 +5239,7 @@
);
PRODUCT_BUNDLE_IDENTIFIER = "com.irccloud.${PRODUCT_NAME:rfc1034identifier}${BUNDLE_SUFFIX}";
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = Crashlytics;
PROVISIONING_PROFILE_SPECIFIER = "App Store";
WRAPPER_EXTENSION = app;
};
name = Release;
Expand Down Expand Up @@ -5672,7 +5672,7 @@
);
PRODUCT_BUNDLE_IDENTIFIER = "com.irccloud.${PRODUCT_NAME:rfc1034identifier}${BUNDLE_SUFFIX}";
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = Crashlytics;
PROVISIONING_PROFILE_SPECIFIER = "App Store";
WRAPPER_EXTENSION = app;
};
name = AppStore;
Expand Down
2 changes: 1 addition & 1 deletion build-scripts/BUILD
Original file line number Diff line number Diff line change
@@ -1 +1 @@
103
104

0 comments on commit 7c5a2e2

Please sign in to comment.