You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ios: Upgrade to objc2 0.6 and drop dependency on block2
Even though there's a new `objc2-ui-kit` dependency available that
represents the `UIApplication` type and its methods faithfully, there
was a strong preference to cut down on the number of dependencies
instead so its improved signature has been incorporated here. By
extension the `block2` crate was removed too by inlining a simple type
definition just to be able to set the `Option<&Block>` to `None`.
0 commit comments