Skip to main content

Module installer

Module installer 

Source
Expand description

Tier 2 install + relaunch.

After a successful cold-rebuild, the freshly-built artifact has to land on the target and start (re-bootstrapping the dev-runtime so it dials the dev-server back). For Android we shell out to adb; for iOS Simulator to xcrun simctl.

Application identity (bundle id, applicationId, launcher activity, scheme, …) is not baked in here. The cli passes those as Config::android / Config::ios after reading the user’s whisker.rs::configure(&mut Config), so this module has zero knowledge of which example or external user crate is in play.

Structs§

Installer