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 44cebf834c - Show all commits

View File

@@ -33,10 +33,13 @@ jobs:
sudo xcode-select -s /Applications/Xcode.app
xcodebuild -version
- name: Setup PATH
run: echo "/opt/homebrew/bin" >> $GITHUB_PATH
- name: Install tools (xcodegen, node, firebase)
run: |
arch -arm64 /opt/homebrew/bin/brew install xcodegen node || true
/opt/homebrew/bin/npm install -g firebase-tools
brew install xcodegen node || true
npm install -g firebase-tools
- name: Generate Xcode project
run: |