This file documents the release process for Minecraft Status.
- Bump build / version numbers for all targets
- Update changelog
- Do a
cargo clean
- Switch to the "Minecraft Status" scheme in XCode, building for "Any iOS Device"
- Product > Archive from the menubar
- Window > Organizer from the menubar
- Select the new archive, click "Validate App" and run through that
- Select the new archive, click "Distribute App" and upload the archive to the app store
- Make sure to not include bitcode
- Wait for the build to appear in App Store Connect
- Wait for the build to be processed
- Handle the "Manage Compliance" stuff
- Add it to the TestFlight group so testers can install it
- Commit and tag release (tag format: v0.0.1-3 where 3 is the build number)