fix: build ios script
This commit is contained in:
parent
e3c3bd997d
commit
097ea22151
2 changed files with 5 additions and 0 deletions
|
|
@ -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…
Add table
Reference in a new issue