~emersion/goguma-dev

This thread contains a patchset. You're looking at the original emails, but you may wish to use the patch review UI. Review patch
1

[PATCH] README: Add iOS build instructions

Details
Message ID
<20240316115755.14699-1-virgule@jeanthomas.me>
DKIM signature
pass
Download raw message
Patch: +15 -0
Add missing iOS build instructions for producing .ipa and .app archive/bundles.
---
 README.md | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

diff --git a/README.md b/README.md
index 943201f..f285051 100644
--- a/README.md
+++ b/README.md
@@ -50,6 +50,20 @@ Build with:

The built APK is in `build/app/outputs/flutter-apk/app-release.apk`.

### For the iOS platform

Build with:

    flutter build ios # Build .app
    flutter build ipa # Build .ipa
    flutter build ipa --release # Build .ipa for App Store/Testflight

The built ipa file is in `build/ios/ipa`, ready for upload with [Transporter].

Please note that the bundle identifier is currently hardcoded to the one currently
being used for App Store distribution. You may want to change it if you want to
distribute Goguma yourself on the App Store, or a third-party platform.

## Contributing

Send patches to the [mailing list], report bugs on the [issue tracker]. Discuss
@@ -79,3 +93,4 @@ Copyright (C) 2021 The goguma Contributors
[issue tracker]: https://todo.sr.ht/~emersion/goguma
[#emersion on Libera Chat]: ircs://irc.libera.chat/#emersion
[git-send-email-web]: https://man.sr.ht/git.sr.ht/#sending-patches-upstream
[Transporter]: https://apps.apple.com/us/app/transporter/id1450874784
-- 
2.39.3 (Apple Git-145)
Details
Message ID
<TI9wyUKUh32WCQO-l_kubEf7Axr8ZyOnbgyuRm4poAMARQaz5TlMkOFDEd5xChAUVUctf_SZp40XO7pXdwsbADXuPSc2QWidbyuDm3EzKkE=@emersion.fr>
In-Reply-To
<20240316115755.14699-1-virgule@jeanthomas.me> (view parent)
DKIM signature
pass
Download raw message
Pushed, thanks!
Reply to thread Export thread (mbox)