mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2024-12-24 22:42:33 +01:00
fix: build ios script
This commit is contained in:
parent
1bade5cf5f
commit
338fad5a12
@ -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
|
||||||
|
@ -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"
|
||||||
|
Loading…
Reference in New Issue
Block a user