Skip to content
Snippets Groups Projects
Commit b7438c1d authored by Tor-Einar Skog's avatar Tor-Einar Skog
Browse files

Add more iOS build/distribute documentation

parent b693df29
No related branches found
No related tags found
No related merge requests found
......@@ -227,6 +227,22 @@ On iOS, do the regular `npm run build`, and then `cordova build ios`. You should
![Signing an app in XCode](./document/images/ios_signing.png "Signing an app in XCode")
### Distributing
In XCode, click `Product -> Archive`, and then select the latest build and Distribute. Click all sorts of yesses and hope for the best.
![Archive](./document/images/Xcode-archive.png "Archive")
![Success](./document/images/Xcode-distribute-success.png "When everything goes according to plan")
### Versioning
You set the main version in `/config.xml` (in the source code, before building for iOS) - that's what's going to show in TestFlight/App store.
![TestFlight](./document/images/testflight.png "TestFlight")
However, you can update the **build** in TestFlight without changing the common source code, you can do this in XCode.
![XCode build version](./document/images/Xcode-build-versjon.png "XCode build version")
### Enabling developer mode
#### iOS 16
[This is how you do it](https://developer.apple.com/documentation/xcode/enabling-developer-mode-on-a-device)
......
document/images/Xcode-archive.png

125 KiB

document/images/Xcode-build-versjon.png

517 KiB

document/images/Xcode-distribute-success.png

165 KiB

document/images/testflight.png

108 KiB

0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment