Skip to content

Commit

Permalink
add ,
Browse files Browse the repository at this point in the history
  • Loading branch information
Codel1417 committed May 21, 2024
1 parent c299864 commit 509146a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ios/fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ platform :ios do
)
# note the `..`, since fastlane runs in the _fastlane_ directory
changelog = File.read("../../CHANGELOG.md")
get_certificates(api_key_path:"APPLE_SECRETS.json", keychain_path: "KeychainName" keystore_password: "verySecureSecretPassword1")
get_certificates(api_key_path:"APPLE_SECRETS.json", keychain_path: "KeychainName", keystore_password: "verySecureSecretPassword1")
get_provisioning_profile(force: true, api_key_path:"APPLE_SECRETS.json")

#get_push_certificate
Expand Down

0 comments on commit 509146a

Please sign in to comment.