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 a43966d6f8 - Show all commits

View File

@ -97,6 +97,10 @@ module Fastlane
# Upload build to App Store Connect using Pilot
Actions::PilotAction.run(
api_key: api_key,
username: "leonmalo@sfr.fr",
team_id: "118579280",
team_name: "Jagger & Lewis",
apple_id: creds['developer_app_id'].to_s,
app_identifier: creds['developer_app_identifier'].to_s,
skip_waiting_for_build_processing: true,