From d3970e70f558f9678e031bc0dc6d33e342c86407 Mon Sep 17 00:00:00 2001 From: Marco Gomiero Date: Sun, 7 Jul 2024 17:12:46 +0200 Subject: [PATCH] Update iOS CI --- .github/workflows/ios-testflight-release.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/ios-testflight-release.yaml b/.github/workflows/ios-testflight-release.yaml index 454b7c28..3956cf17 100644 --- a/.github/workflows/ios-testflight-release.yaml +++ b/.github/workflows/ios-testflight-release.yaml @@ -30,6 +30,11 @@ jobs: with: gradle-cache-encryption-key: ${{ secrets.GRADLE_CACHE_ENCRYPTION_KEY }} + - name: Create Dummy Firebase Plist + run: | + cp config/dummy-google-service.plist iosApp/dummy-google-service.plist + mv iosApp/dummy-google-service.plist iosApp/GoogleService-Info-dev.plist + - name: Create Firebase Plist run: | echo "$FIREBASE_PLIST" > iosApp/GoogleService-Info.plist.b64