Add signed iOS device debug workflow (#179)

Add a protected development-signing workflow, isolated debug app identity, Linux USB device tooling, documentation, and focused validation coverage.
This commit is contained in:
Jeppe B
2026-07-20 12:07:10 +02:00
committed by GitHub
parent f8f2b80641
commit 3323f392e3
9 changed files with 2406 additions and 5 deletions
+1
View File
@@ -68,6 +68,7 @@
"mobile:android:bundle:unsigned": "npm run mobile:android:sync && npm run mobile:permissions:check && cd android && ./gradlew bundleRelease",
"mobile:android:play-upload": "node scripts/mobile/upload-google-play.mjs",
"mobile:ios:sync": "npm run mobile:sync && npm run mobile:permissions:check",
"mobile:ios:device": "node scripts/mobile/ios-device.mjs",
"playstore:graphics": "node scripts/playstore/generate-graphics.mjs"
},
"dependencies": {