Skip to content

Commit

Permalink
add Sicklo iOS
Browse files Browse the repository at this point in the history
  • Loading branch information
r0xsh committed Dec 10, 2024
1 parent e0a743d commit 2de82d1
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/build_ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down Expand Up @@ -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
Binary file added ios/fastlane/metadata-sicklo/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 2de82d1

Please sign in to comment.