mirror of
https://codeberg.org/secana/Forji.git
synced 2026-06-16 05:13:55 -07:00
985 B
985 B
Distributing Forji
A short description on how to distribute a new version of the Forji app to the Apple App Store.
0. Pre-Release
Make sure the code has no linting errors and is formatted correctly:
just format
just lint
Run all tests:
just test
just test-ui
1. Bump the version
Check the current version:
just version
Set the new version:
just set-version 1.2
For simplicity we keep MARKETING_VERSION and CURRENT_PROJECT_VERSION the same.
2. Archive
- Select the build destination Any iOS Device (arm64)
- Select Product → Archive
- Wait for the archive to complete
3. Upload
- In the Organizer window (opens automatically after archiving), select the new archive
- Click Distribute App
- Follow the prompts to upload to App Store Connect
4. Release
- Open App Store Connect
- Select the build, fill in release notes
- Submit for review