Skip to content

[WIP] Implement iOS one-click deploy.

Rafał Mikrut requested to merge github/fork/bruvzg/ios_one_click_deploy into master

Created by: bruvzg

Implements onc-click deploy to iOS simulators (via xcode xcrun simctl) and devices (via third-party tool - ios-deploy).

https://streamable.com/zqca9

ios-deploy part needs testing, I do not have any iDevices to test it on real hardware.

There's already PR for the same thing but it only supports real devices via ios-deploy: #11765

Fixes: #2703

Merge request reports