Skip to content

Commit

Permalink
chore:fastane
Browse files Browse the repository at this point in the history
  • Loading branch information
farfromrefug committed Oct 10, 2024
1 parent 1492e4f commit c817692
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@ platform :ios do
# # automatic code signing
update_code_signing_settings(
use_automatic_signing: false,
bundleIdentier: app_identifier,
bundle_identier: app_identifier,
profile_name: lane_context[SharedValues::MATCH_PROVISIONING_PROFILE_MAPPING][app_identifier],
path: "./platforms/ios/#{$ios_scheme}.xcodeproj"
)
Expand Down

0 comments on commit c817692

Please sign in to comment.