ci: add iPhone deploy workflow + CI/CD setup docs #4

Merged
millianlmx merged 50 commits from ci/iphone-deploy-workflow into main 2026-06-27 22:49:53 +02:00
Showing only changes of commit 1d4d43f3f2 - Show all commits

View File

@@ -40,7 +40,7 @@ jobs:
xcodebuild -version
- name: Install xcodegen
run: brew install xcodegen
run: arch -arm64 brew install xcodegen
- name: Generate Xcode project
run: |
@@ -48,7 +48,7 @@ jobs:
xcodegen generate
- name: Install Firebase CLI
run: brew install firebase-cli
run: npm install -g firebase-tools
- name: Archive app
run: |