diff --git a/.github/workflows/completed_issue_comment.yaml b/.github/workflows/completed_issue_comment.yaml deleted file mode 100644 index 90f97beea..000000000 --- a/.github/workflows/completed_issue_comment.yaml +++ /dev/null @@ -1,24 +0,0 @@ -name: Completed Issue Comment - -on: - issues: - types: [labeled] - -jobs: - completed_issue_comment: - if: github.event.label.name == 'status:completed' - runs-on: ubuntu-latest - env: - GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} - steps: - - run: | - gh issue comment ${{ github.event.issue.number }} --body "$(cat < ios/Runner/GoogleService-Info.plist + - name: Add Firebase Messaging + run: | + flutter pub add fcm_shared_isolate:0.1.0 + sed -i '' 's,//,,g' lib/utils/background_push.dart - run: flutter pub get - run: flutter build ios --no-codesign diff --git a/ios/Runner/GoogleService-Info.plist b/ios/Runner/GoogleService-Info.plist new file mode 100644 index 000000000..917ea3b2d --- /dev/null +++ b/ios/Runner/GoogleService-Info.plist @@ -0,0 +1,34 @@ + + + + + CLIENT_ID + 865731724731-ofdr7e6m04murgb1bvchlj9oaos0q5i3.apps.googleusercontent.com + REVERSED_CLIENT_ID + com.googleusercontent.apps.865731724731-ofdr7e6m04murgb1bvchlj9oaos0q5i3 + API_KEY + AIzaSyA8ZUBcuny0HjPwF2Q2fvDyQTC5dG2VHlE + GCM_SENDER_ID + 865731724731 + PLIST_VERSION + 1 + BUNDLE_ID + im.fluffychat.app + PROJECT_ID + fluffychat-ef3e8 + STORAGE_BUCKET + fluffychat-ef3e8.appspot.com + IS_ADS_ENABLED + + IS_ANALYTICS_ENABLED + + IS_APPINVITE_ENABLED + + IS_GCM_ENABLED + + IS_SIGNIN_ENABLED + + GOOGLE_APP_ID + 1:865731724731:ios:79fd983ce46cb40c64309e + + \ No newline at end of file diff --git a/scripts/release-ios-testflight.sh b/scripts/release-ios-testflight.sh index f34f6c826..14e6ea08d 100755 --- a/scripts/release-ios-testflight.sh +++ b/scripts/release-ios-testflight.sh @@ -1,7 +1,6 @@ #!/bin/sh -ve flutter pub add fcm_shared_isolate:0.1.0 sed -i '' 's,//,,g' lib/utils/background_push.dart -yq eval '.dependencies.fcm_shared_isolate = "0.1.0"' -i pubspec.yaml # Workaround: 0.2.0 does not work on iOS flutter clean flutter pub get cd ios