Skip to content

Commit 1a3d62a

Browse files
committed
Fastfile beta: fix xcargs Ruby string interpolation for BUNDLE_ID
1 parent 4560f13 commit 1a3d62a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

fastlane/Fastfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ platform :ios do
6464
clean: true,
6565
include_bitcode: false,
6666
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'",
67+
xcargs: "DEVELOPMENT_TEAM=#{ENV.fetch('TEAM_ID')} CODE_SIGN_STYLE=Manual PROVISIONING_PROFILE_SPECIFIER='match AppStore #{BUNDLE_ID}' CODE_SIGN_IDENTITY='Apple Distribution'",
6868
export_options: {
6969
method: "app-store",
7070
provisioningProfiles: {

0 commit comments

Comments
 (0)