madsmtm / objc2

Bindings to Apple's frameworks in Rust
https://docs.rs/objc2/
MIT License
281 stars 35 forks source link

Add UIKit framework crate (`objc2-ui-kit`) #600

Closed madsmtm closed 1 week ago

madsmtm commented 1 month ago

This is done in a very hacky way where we compile all crates as normal, except for UIKit, which we compile on aarch64-apple-ios instead. This leads to a bunch of errors, which we'll probably have to manually fix for now.

TODO: