ryanmcgrath / cacao

Rust bindings for AppKit (macOS) and UIKit (iOS/tvOS). Experimental, but working!
MIT License
1.85k stars 69 forks source link

Fix iOS CI and update infer dependency #68

Closed simlay closed 1 year ago

simlay commented 1 year ago

I think the issue is that the iPhone SE device id changed with different versions of macOS/sdk. I chose to make it the iPhone 14 as that is likely to increment by a version and be broken in ~60 months.

Closes #65.