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 afd2667
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 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 @@ -96,7 +95,7 @@ platform :ios do
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 All @@ -109,10 +108,6 @@ platform :ios do
derived_data_path: ".DerivedData", # Custom derived data path
output_directory: "./build", # Directory where the output artifacts are generated
scheme: "Artemis",
export_options: {
compileBitcode: false,
provisioningProfiles: SharedValues::MATCH_PROVISIONING_PROFILE_MAPPING
},
xcargs: "-skipMacroValidation -skipPackagePluginValidation"
)
end
Expand Down

0 comments on commit afd2667

Please sign in to comment.