Boscop / web-view

Rust bindings for webview, a tiny cross-platform library to render web-based GUIs for desktop applications
MIT License
1.92k stars 175 forks source link

[webview-sys] Update for XCode 15.3 #329

Open passy opened 4 months ago

passy commented 4 months ago

Building against XCode 15.3 fails due to a bunch of hardened conversions to ID with output like this:

https://gist.github.com/passy/35f7a708d4c2751706cbd96e138c5390

This changes the types in the relevant signatures to match what we actually passed in.

Validated using the minimal example:

image