cf::String and ns::String refs (ns::str!(c"hello"))Run tests on your iPhone or iPad.
cargo install --path ./cargo-box to install cargo box plugincargo box teams to find out your DEVELOMPENT_TEAM idcargo box devices to find out your DEVICE_ID.box file with contents:BOX_ORG_ID = unique org id, for instance org.cidre (it may be reserved already)
DEVELOPMENT_TEAM = team id from step 2
DEVICE_ID = device id from step 3
cargo t --target aarch64-apple-ios (make sure you have connected and unlocked device)cargo r --target aarch64-apple-ios --example device-formatsDeployment targets are controlled via features macos_x_x, ios_x_x, tvos_x_x, watchos_x_x, visionos_x_x.
If selector is not defined in deployment target it becomes unsafe. So developer
should check if object responses to that selector before call it.
Default features: macos_15_0, ios_18_0, tvos_18_0, maccatalyst_18_0, watchos_11_0, visionos_2_0;
This is personal research project. With this project I learn Apple SDK's and rust and build new streaming app.
Rust
99.0%
cf::String and ns::String refs (ns::str!(c"hello"))Run tests on your iPhone or iPad.
cargo install --path ./cargo-box to install cargo box plugincargo box teams to find out your DEVELOMPENT_TEAM idcargo box devices to find out your DEVICE_ID.box file with contents:BOX_ORG_ID = unique org id, for instance org.cidre (it may be reserved already)
DEVELOPMENT_TEAM = team id from step 2
DEVICE_ID = device id from step 3
cargo t --target aarch64-apple-ios (make sure you have connected and unlocked device)cargo r --target aarch64-apple-ios --example device-formatsDeployment targets are controlled via features macos_x_x, ios_x_x, tvos_x_x, watchos_x_x, visionos_x_x.
If selector is not defined in deployment target it becomes unsafe. So developer
should check if object responses to that selector before call it.
Default features: macos_15_0, ios_18_0, tvos_18_0, maccatalyst_18_0, watchos_11_0, visionos_2_0;
This is personal research project. With this project I learn Apple SDK's and rust and build new streaming app.
Rust
99.0%