Skip to content

Commit

Permalink
updated pp from development to appstore in pbxproj
Browse files Browse the repository at this point in the history
  • Loading branch information
msadoon committed Jan 31, 2023
1 parent aa23c79 commit 850f31b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Kickstarter.xcodeproj/project.pbxproj
Expand Up @@ -9578,7 +9578,7 @@
ASSETCATALOG_COMPILER_APPICON_NAME = "app-icon";
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_ENTITLEMENTS = "Kickstarter-iOS/Release.entitlements";
CODE_SIGN_IDENTITY = "iPhone Developer";
CODE_SIGN_IDENTITY = "iPhone Distribution";
CODE_SIGN_STYLE = Manual;
DEFINES_MODULE = YES;
DEVELOPMENT_TEAM = 48YBP49Y5N;
Expand All @@ -9592,7 +9592,7 @@
MARKETING_VERSION = 5.6.1;
PRODUCT_BUNDLE_IDENTIFIER = com.kickstarter.kickstarter;
PRODUCT_MODULE_NAME = Kickstarter_iOS;
PROVISIONING_PROFILE_SPECIFIER = "match Development com.kickstarter.kickstarter";
PROVISIONING_PROFILE_SPECIFIER = "match AppStore com.kickstarter.kickstarter";
SDKROOT = iphoneos;
VALIDATE_WORKSPACE = NO;
};
Expand Down

0 comments on commit 850f31b

Please sign in to comment.