Skip to content

Commit

Permalink
WIP: iOS beta app setup
Browse files Browse the repository at this point in the history
  • Loading branch information
vladimir-8 committed Jun 4, 2024
1 parent e65c0a7 commit 16da72d
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/build_ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ on:
description: 'Build CoopCycle production app'
required: true
type: boolean
build_official_beta:
description: 'Build CoopCycle beta app (TODO: finish setup)'
required: true
type: boolean
build_naofood:
description: 'Build Naofood app'
required: true
Expand All @@ -31,6 +35,17 @@ jobs:
tag: ${{ inputs.tag }}
google_service_info_plist_base64: GOOGLE_SERVICE_INFO_PLIST_BASE64
secrets: inherit
coopcycle_beta:
if: ${{ inputs.build_official_beta }}
name: Build CoopCycle beta app
uses: ./.github/workflows/fastlane_ios.yml
with:
tag: ${{ inputs.tag }}
instance: beta
app_name: CoopCycle (Beta)
app_id: org.coopcycle.CoopCycleBeta
google_service_info_plist_base64: GOOGLE_SERVICE_INFO_PLIST_BASE64_BETA
secrets: inherit
naofood:
if: ${{ inputs.build_naofood }}
name: Build Naofood app
Expand Down
Binary file added ios/fastlane/metadata-beta/app_icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 16da72d

Please sign in to comment.