File tree 1 file changed +10
-5
lines changed
1 file changed +10
-5
lines changed Original file line number Diff line number Diff line change 72
72
//! versions will also work, but the framework crates will not have bindings
73
73
//! available for newer APIs.
74
74
//!
75
- //! The framework bindings are generated from the SDKs in Xcode 16.2. The
76
- //! Xcode version will be periodically updated.
75
+ //! The framework bindings are generated from the SDKs in Xcode 16.3. The
76
+ //! Xcode version are updated usually within a week of [GitHub Actions]
77
+ //! supporting the new Xcode version, and we try to schedule crate releases
78
+ //! such that align fairly closely with Xcode updates. We only support stable
79
+ //! Xcode versions.
77
80
//!
78
- //! Note that the bindings are currently generated in a very macOS-centric, so
79
- //! they may try to use types from AppKit, even on iOS, see for example
80
- //! [#637](https://github.com/madsmtm/objc2/issues/637).
81
+ //! Note that the bindings are currently generated in a very macOS-centric
82
+ //! manner, so they may try to use types from AppKit, even on iOS, see for
83
+ //! example [#637](https://github.com/madsmtm/objc2/issues/637).
81
84
//!
82
85
//! The bindings _can_ also be used on Linux or *BSD utilizing the
83
86
//! [GNUstep Objective-C runtime](https://github.com/gnustep/libobjc2), see
84
87
//! the [`ffi`] module for how to configure this, but this is very much
85
88
//! second-class.
86
89
//!
90
+ //! [GitHub actions]: https://github.com/actions/runner-images
91
+ //!
87
92
//!
88
93
//! ## Minimum Supported Rust Version (MSRV)
89
94
//!
You can’t perform that action at this time.
0 commit comments