Skip to content

Commit

Permalink
chore: fastlaen
Browse files Browse the repository at this point in the history
  • Loading branch information
farfromrefug committed Oct 10, 2024
1 parent 33f5735 commit 3c9690b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -350,6 +350,7 @@ platform :ios do
update_code_signing_settings(
use_automatic_signing: false,
bundle_identifier: app_identifier,
code_sign_identity: "iPhone Distribution",
profile_name: lane_context[SharedValues::MATCH_PROVISIONING_PROFILE_MAPPING][app_identifier],
path: "./platforms/ios/#{$ios_scheme}.xcodeproj"
)
Expand Down

0 comments on commit 3c9690b

Please sign in to comment.