https://github.com/ofthewolf/azure-pipeline-demo
Azure pipeline for iOS deployment to AppStore
https://github.com/ofthewolf/azure-pipeline-demo
Last synced: 3 months ago
JSON representation
Azure pipeline for iOS deployment to AppStore
- Host: GitHub
- URL: https://github.com/ofthewolf/azure-pipeline-demo
- Owner: OfTheWolf
- Created: 2023-08-10T00:15:06.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-08-10T00:28:08.000Z (almost 2 years ago)
- Last Synced: 2024-12-30T23:45:29.875Z (5 months ago)
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# azure-pipeline-demo
Azure pipeline for iOS deployment to AppStore.# Steps
1. Install apple development certificate to keyhcain
2. Install distribution provisioning profile (for manual code signing)
3. Download Authkey p8 file to use in the following steps
4. Archive iOS project
5. Export archive to ipa file
6. Move AuthKey file to ~/.private_keys directory so altool can use it.
7. Upload ipa to AppStore