Skip to content

Commit

Permalink
chore: fatslane
Browse files Browse the repository at this point in the history
  • Loading branch information
farfromrefug committed Oct 10, 2024
1 parent 7062f7a commit 209a24b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@ platform :ios do
update_code_signing_settings(
use_automatic_signing: false,
bundleIdentier: app_identifier,
profile_name: ENV['MATCH_PROVISIONING_PROFILE_MAPPING'][app_identifier],
profile_name: lane_context[SharedValues::MATCH_PROVISIONING_PROFILE_MAPPING][app_identifier],
path: "./platforms/ios/#{$ios_scheme}.xcodeproj"
)
end
Expand All @@ -356,7 +356,7 @@ platform :ios do
workspace: "./platforms/ios/#{$ios_scheme}.xcworkspace",
export_method: "app-store",
export_options: {
provisioningProfiles: ENV['MATCH_PROVISIONING_PROFILE_MAPPING']
provisioningProfiles: lane_context[SharedValues::MATCH_PROVISIONING_PROFILE_MAPPING]
}
)

Expand Down

0 comments on commit 209a24b

Please sign in to comment.