diff --git a/.github/workflows/build_ios.yml b/.github/workflows/build_ios.yml index 0bb1c1ed6..9c2cf6e15 100644 --- a/.github/workflows/build_ios.yml +++ b/.github/workflows/build_ios.yml @@ -38,6 +38,10 @@ on: description: 'Build LCR app' required: true type: boolean + build_sicklo: + description: 'Build Sicklo app' + required: true + type: boolean jobs: coopcycle: if: ${{ inputs.build_official }} @@ -110,3 +114,16 @@ jobs: primary_color: "#0A090A" google_service_info_plist_base64: GOOGLE_SERVICE_INFO_PLIST_BASE64_LCR secrets: inherit + sicklo: + if: ${{ inputs.build_sicklo }} + name: Build Sicklo app + uses: ./.github/workflows/fastlane_ios.yml + with: + tag: ${{ inputs.tag }} + instance: sicklo + instance_url: https://sicklo.coopcycle.org + app_name: Sicklo + app_id: org.coopcycle.Sicklo + primary_color: "#1f2632" + google_service_info_plist_base64: GOOGLE_SERVICE_INFO_PLIST_BASE64_SICKLO + secrets: inherit diff --git a/ios/fastlane/metadata-sicklo/app_icon.png b/ios/fastlane/metadata-sicklo/app_icon.png new file mode 100644 index 000000000..e74046c9b Binary files /dev/null and b/ios/fastlane/metadata-sicklo/app_icon.png differ