We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4560f13 commit 1a3d62aCopy full SHA for 1a3d62a
1 file changed
fastlane/Fastfile
@@ -64,7 +64,7 @@ platform :ios do
64
clean: true,
65
include_bitcode: false,
66
include_symbols: true,
67
- xcargs: "DEVELOPMENT_TEAM=#{ENV.fetch('TEAM_ID')} CODE_SIGN_STYLE=Manual PROVISIONING_PROFILE_SPECIFIER='match AppStore ' + BUNDLE_ID + '' CODE_SIGN_IDENTITY='Apple Distribution'",
+ xcargs: "DEVELOPMENT_TEAM=#{ENV.fetch('TEAM_ID')} CODE_SIGN_STYLE=Manual PROVISIONING_PROFILE_SPECIFIER='match AppStore #{BUNDLE_ID}' CODE_SIGN_IDENTITY='Apple Distribution'",
68
export_options: {
69
method: "app-store",
70
provisioningProfiles: {
0 commit comments