File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed
Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -64,6 +64,24 @@ This is a very barebone app as a side project of mine. The main goal of this app
6464- ** Combine** - Reactive programming patterns
6565- ** Swift Concurrency** - Modern async/await patterns
6666
67+ ## CI/CD Workflows
68+
69+ This project includes two CI/CD platforms for automated building and testing:
70+
71+ ### GitHub Actions
72+ - ** Build Trigger** : Push to main branch or pull requests
73+ - ** Output** : Unsigned IPA files for development and testing
74+ - ** iOS SDK** : Automatically detects and uses latest iOS SDK (iOS 26+)
75+ - ** Configuration** : ` .github/workflows/build-ipa.yml `
76+
77+ ### CodeMagic CI/CD
78+ - ** ios-unsigned-workflow** : Standard unsigned builds for development
79+ - ** ios-release-workflow** : Release builds triggered by Git tags (v1.0.0, etc.)
80+ - ** Output** : Unsigned IPA files suitable for development and testing
81+ - ** Configuration** : ` codemagic.yaml `
82+
83+ Both platforms produce unsigned IPA files that can be installed on development devices or simulators. No Apple Developer account is required.
84+
6785## Privacy
6886
6987This app requires photo library access to:
You can’t perform that action at this time.
0 commit comments