diff --git a/fastlane/Fastfile b/fastlane/Fastfile index e0a1f459..28197b17 100644 --- a/fastlane/Fastfile +++ b/fastlane/Fastfile @@ -64,7 +64,6 @@ platform :ios do unlock_keychain( path: "~/Library/Keychains/ios-db", - password: ENV['IOS_KEYCHAIN_PASSWORD'] ) @@ -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