Skip to content

Commit

Permalink
add cert section to fastlane ios
Browse files Browse the repository at this point in the history
  • Loading branch information
Codel1417 committed May 20, 2024
1 parent a4fc355 commit 51d1d9b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ios/fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ 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_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 51d1d9b

Please sign in to comment.