ios-templates icon indicating copy to clipboard operation
ios-templates copied to clipboard

[#385] [Fastlane Swift] - Update lanes from Swift for GitHub Action's workflow and bitrise.yml

Open nkhanh44 opened this issue 2 years ago • 0 comments

#385

What happened

  • Updated the lanes to Swift for GitHub Action's workflow and bitrise.yml.

Insight

  • Updated from The Ruby lane build_and_test in Fastfile to the Swift lane buildAndTestLane in Fastfile.swift. Similar for other lanes in File changed.

Proof Of Work

I created another repository to trigger the lanes as the following sections:

GitHub Action

  • Build and Test:
buildAndTestLane
  • Clean up previous code coverage report:
cleanUpOutputLane
  • Match Ad-hoc:
syncAdHocStagingCodeSigningLane
syncAdHocProductionCodeSigningLane
syncAppStoreCodeSigningLane
  • Build App and Distribute:
buildStagingAndUploadToFirebaseLane
buildProductionAndUploadToFirebaseLane
buildAndUploadToAppStoreLane

Bitrise

  • Build and Test:
buildAndTestLane
  • Clean up output:
cleanUpOutputLane
  • Build App and Distribute:
buildStagingAndUploadToFirebaseLane
buildProductionAndUploadToFirebaseLane
buildAndUploadToAppStoreLane

nkhanh44 avatar Nov 30 '22 02:11 nkhanh44