Skip to content

Commit

Permalink
get certs?
Browse files Browse the repository at this point in the history
  • Loading branch information
Codel1417 committed May 20, 2024
1 parent 51d1d9b commit 748a08e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ios/fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ platform :ios do

# note the `..`, since fastlane runs in the _fastlane_ directory
changelog = File.read("../../CHANGELOG.md")
sync_code_signing(api_key_path:"APPLE_SECRETS.json")
get_certificates(api_key_path:"APPLE_SECRETS.json")
get_provisioning_profile(force: true, api_key_path:"APPLE_SECRETS.json")
#get_push_certificate
build_app(workspace: "Runner.xcworkspace", scheme: "Runner")
upload_to_testflight(skip_waiting_for_build_processing: true, changelog:changelog, build_number: ENV['BUILD_NUMBER'], app_version: ENV['VERSION'], reject_build_waiting_for_review: true, api_key_path:"APPLE_SECRETS.json")
Expand Down

0 comments on commit 748a08e

Please sign in to comment.