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 0eb534b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ platform :ios do

unlock_keychain(
path: "~/Library/Keychains/ios-db",

password: ENV['IOS_KEYCHAIN_PASSWORD']
)

Expand Down Expand Up @@ -92,11 +91,10 @@ 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],
profile_name: "match AppStore de.tum.cit.ase.artemis",
)

# Build the app
Expand Down

0 comments on commit 0eb534b

Please sign in to comment.