czarop

Results 5 comments of czarop

Agree - this is already implemented for macOS via dioxus.toml using the info_plist_path option... am i missing the way to specify an info.plist for ios, or AndroidManifest for android?

> Indeed, @czarop, this feature has been partially added but not properly documented. Ah really @Sitin ? Are you able to provide any info for this, specifically specifying an info.plist...

Will try it out, thanks. I think it is far more straightforward in ios, there's just a external c function start_app in the generated xcode project that is called in...

don't believe so, this is for calling async rust fn from another language, i want the other way around - calling async swift fn from rust. I'm making a pure...

Agree i think this is possible, there is a little added complexity from the fact that uniffi is set up to be driven from the non-rust languages with callbacks or...