Demonstrate how an iOS application could be build, signed and installed on any OS without the need of any SDK.
This is based on ios-beta example from the cocoa repository.
Requires Rust 1.64 or upper and apple-dev-tools-wrapper.
This is just a simple PoC.
The Rust ecosystem doesn't have much bindings around Apple libraries/frameworks (especially for *OS) at the moment, and when present they are almost always unsafe.
You have been warned~!
simple_rust_ios_app is distributed under the terms of either the MIT license or the Apache License (Version 2.0), at the user's choice.
See LICENSE-APACHE and LICENSE-MIT.