File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 65
65
//!
66
66
//! ## Supported operating systems
67
67
//!
68
- //! - macOS: `10.12-15.4 `
69
- //! - iOS: `10.0-18.4 ` (including iPadOS and Mac Catalyst)
70
- //! - tvOS: `10.0-18.4 `
71
- //! - watchOS: `5.0-11.4 `
72
- //! - visionOS: `1.0-2.4 `
68
+ //! - macOS: `10.12-15.5 `
69
+ //! - iOS: `10.0-18.5 ` (including iPadOS and Mac Catalyst)
70
+ //! - tvOS: `10.0-18.5 `
71
+ //! - watchOS: `5.0-11.5 `
72
+ //! - visionOS: `1.0-2.5 `
73
73
//!
74
74
//! The minimum versions are the same as those supported by `rustc`. Higher
75
75
//! versions will also work, but the framework crates will not have bindings
76
76
//! available for newer APIs.
77
77
//!
78
- //! The framework bindings are generated from the SDKs in Xcode 16.3 . The
78
+ //! The framework bindings are generated from the SDKs in Xcode 16.4 . The
79
79
//! Xcode version are updated usually within a week of [GitHub Actions]
80
80
//! supporting the new Xcode version, and we try to schedule crate releases
81
81
//! such that align fairly closely with Xcode updates. We only support stable
You can’t perform that action at this time.
0 commit comments