Skip to content

Commit

Permalink
use new default keychain
Browse files Browse the repository at this point in the history
  • Loading branch information
magkue committed Nov 19, 2024
1 parent 4aa8237 commit ffd0fad
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -92,13 +92,6 @@ platform :ios do
# Build
##########################################

profile_mapping = Actions.lane_context[SharedValues::MATCH_PROVISIONING_PROFILE_MAPPING]
update_code_signing_settings(
use_automatic_signing: false,
code_sign_identity: 'iPhone Distribution',
profile_name: profile_mapping[app_identifier],
)

# Build the app
build_ios_app(
clean: true, # Do a clean build each time
Expand Down

0 comments on commit ffd0fad

Please sign in to comment.