sonos / dinghy

Easier cross-compilation for phones and single boards computers
Other
367 stars 44 forks source link

use ios-deploy, remove in-house rust partial port #168

Closed kali closed 2 years ago

kali commented 2 years ago

Fix #166

kali commented 2 years ago

Fix #165.

kali commented 2 years ago

Fix #158

kali commented 2 years ago

Fix #135

kali commented 2 years ago

As far as I can tell, ios-deploy does not handle simulators, so we should keep to two paths if we want to keep the sims (and I think it's worth it since it do not breaks that often and it makes sense for CIs).

Not finding ios-deploy is definitely not an error: many people (me included) use macs for non-ios development, so we want to keep this an option. I agree that the message could be better... I can see a couple of other case where we can not execute (wrong permissions for instance) but they quite unlikely.