Skip to content

Commit 484fa9b

Browse files
committed
Update supported OS version numbers
Xcode was updated in 4ec2bd6, but this was forgotten.
1 parent 191b5bf commit 484fa9b

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

crates/objc2/src/lib.rs

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -65,17 +65,17 @@
6565
//!
6666
//! ## Supported operating systems
6767
//!
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`
7373
//!
7474
//! The minimum versions are the same as those supported by `rustc`. Higher
7575
//! versions will also work, but the framework crates will not have bindings
7676
//! available for newer APIs.
7777
//!
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
7979
//! Xcode version are updated usually within a week of [GitHub Actions]
8080
//! supporting the new Xcode version, and we try to schedule crate releases
8181
//! such that align fairly closely with Xcode updates. We only support stable

0 commit comments

Comments
 (0)