Binary Distributions - dariuswak/Aqua-Cam GitHub Wiki
Aqua Cam by dariuswak
This is the main distribution, released from the main
branch.
- App Store link
- IPA binary: Releases
See also
This guide describes steps to distribute the app through Apple App Store, using Xcode Cloud build system.
- Create a branch named
release-<username>
where username is the maintainer name, e.g.release-dariuswak
. - Set the project's
DEVELOPMENT_TEAM
ID (e.g. by just running the app locally), commit to the above branch.
This step will create a unique Bundle ID. Remember to also apply to tests and UI tests. Example commit. - Configure Xcode Cloud workflow
- Connect GitHub repository https://github.com/dariuswak/Aqua-Cam.git
- Select branch
release-<username>
(see step #1) - Choose to build an archive for App Store distribution (App Store Connect)
- Let it build.
- Create a release and tag in the repository. Link to an example release.
- Download the App Store IPA binary and upload to the release tag.
- Go to App Store Connect, select Apps, select Aqua Cam
- Go to General, App Information, Localizable Information
- Change the app name to
Aqua Cam by <username>
, e.g.Aqua Cam by dariuswak
This step will create a unique app name, to be distinguishable in the App Store. - Fill in the required forms and submit for review.
- Update this page adding description of the differences comparing to the
main
branch.