Skip to content

Commit c5d528a

Browse files
committed
Fill in CodeMagic info & attempt
1 parent 7c25a5f commit c5d528a

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

README.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff 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

6987
This app requires photo library access to:

0 commit comments

Comments
 (0)