fix: build ios script

This commit is contained in:
Krille Fear 2021-09-24 16:24:12 +02:00
parent e3c3bd997d
commit 097ea22151
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"