ci: switch from Firebase OTA to Xcode WiFi/USB direct deploy #6

Merged
millianlmx merged 2 commits from ci/xcode-network-deploy into main 2026-06-28 11:29:26 +02:00
Showing only changes of commit 7d9a89e637 - Show all commits

View File

@@ -102,7 +102,7 @@ jobs:
- name: Install to iPhone (WiFi → USB fallback)
run: |
UDID="00008120-000925CE3672201E"
APP=$(find ../build/derived -name 'TabataGo.app' -type d | head -1)
APP=$(find build/derived -name 'TabataGo.app' -type d | head -1)
# 1. Try WiFi first (Xcode 15+ devicectl network discovery)
echo "📱 Trying WiFi install via devicectl..."