Add iOS pipeline #7

Merged
malo merged 24 commits from feat/add-ios-pipeline into main 2023-05-15 15:01:41 +00:00
Showing only changes of commit dbc8c0fed6 - Show all commits

View File

@ -67,7 +67,7 @@ module Fastlane
# It uses the App Store Connect API key to access the App Store and increment the build number. # It uses the App Store Connect API key to access the App Store and increment the build number.
# It then runs `gym` to build and sign the app using the selected provisioning profile, and finally, uses `pilot` to upload the app to TestFlight for beta testing. # It then runs `gym` to build and sign the app using the selected provisioning profile, and finally, uses `pilot` to upload the app to TestFlight for beta testing.
Actions::MatchAction.run( Actions::MatchAction.run(
api_key: api_key api_key: api_key,
type: 'appstore', type: 'appstore',
app_identifier: creds['app_identifier_extensions'], app_identifier: creds['app_identifier_extensions'],
git_basic_authorization: Base64.strict_encode64(ENV["GIT_AUTHORIZATION"]), git_basic_authorization: Base64.strict_encode64(ENV["GIT_AUTHORIZATION"]),
@ -78,7 +78,7 @@ module Fastlane
team_id: "118579280", team_id: "118579280",
team_name: "Jagger & Lewis", team_name: "Jagger & Lewis",
team_name: "https://github.com/JaggerLewis/jl2022_cert.git", team_name: "https://github.com/JaggerLewis/jl2022_cert.git",
storage_mode: "git", storage_mode: "git"
) )
UI.message("👉🏼 App signed") UI.message("👉🏼 App signed")