fix: build ios script

This commit is contained in:
Krille Fear 2021-09-24 16:24:12 +02:00
parent 1bade5cf5f
commit 338fad5a12
2 changed files with 5 additions and 0 deletions

View File

@ -20,6 +20,10 @@ cd fluffychat
3. Choose your target platform below and enable support for it. 3. Choose your target platform below and enable support for it.
3.1 If you want, enable Googles Firebase Cloud Messaging:
`git apply ./scripts/enable-android-google-services.patch`
4. Debug with: `flutter run` 4. Debug with: `flutter run`
### Android ### Android

View File

@ -1,4 +1,5 @@
#!/usr/bin/env bash #!/usr/bin/env bash
git apply ./scripts/enable-android-google-services.patch
FLUFFYCHAT_ORIG_GROUP="im.fluffychat" FLUFFYCHAT_ORIG_GROUP="im.fluffychat"
FLUFFYCHAT_ORIG_TEAM="4NXF6Z997G" FLUFFYCHAT_ORIG_TEAM="4NXF6Z997G"
#FLUFFYCHAT_NEW_GROUP="com.example.fluffychat" #FLUFFYCHAT_NEW_GROUP="com.example.fluffychat"