Skip to content

Commit

Permalink
added PROVISIONING_PROFILE_SPECIFIER to be match AppStore within pbxp…
Browse files Browse the repository at this point in the history
…roj file because fastlane does check it during its mapping of bundle ids to provisioning profile names.
  • Loading branch information
msadoon committed Sep 29, 2022
1 parent 0141c4a commit 8af41af
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Kickstarter.xcodeproj/project.pbxproj
Expand Up @@ -9682,10 +9682,10 @@
ASSETCATALOG_COMPILER_APPICON_NAME = "app-icon";
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_ENTITLEMENTS = "Kickstarter-iOS/Release.entitlements";
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_IDENTITY = "iPhone Distribution";
CODE_SIGN_STYLE = Manual;
DEFINES_MODULE = YES;
DEVELOPMENT_TEAM = "";
DEVELOPMENT_TEAM = 48YBP49Y5N;
FRAMEWORK_SEARCH_PATHS = "$(inherited)";
INFOPLIST_FILE = "Kickstarter-iOS/Info.plist";
LD_RUNPATH_SEARCH_PATHS = (
Expand All @@ -9696,7 +9696,7 @@
MARKETING_VERSION = 5.5.0;
PRODUCT_BUNDLE_IDENTIFIER = com.kickstarter.kickstarter;
PRODUCT_MODULE_NAME = Kickstarter_iOS;
PROVISIONING_PROFILE_SPECIFIER = "";
PROVISIONING_PROFILE_SPECIFIER = "match AppStore com.kickstarter.kickstarter";
SDKROOT = iphoneos;
VALIDATE_WORKSPACE = NO;
};
Expand Down

0 comments on commit 8af41af

Please sign in to comment.