docs(core): add supported macOS version on devtools APIs, closes #4612

This commit is contained in:
Lucas Nogueira 2022-07-07 15:02:38 -03:00
parent 7bbf167c1c
commit 95abf48e21
No known key found for this signature in database
GPG Key ID: FFEA6C72E73482F1

View File

@ -1249,8 +1249,8 @@ impl<R: Runtime> Window<R> {
///
/// ## Platform-specific
///
/// - **macOS:** This is a private API on macOS,
/// so you cannot use this if your application will be published on the App Store.
/// - **macOS:** Only supported on macOS 10.15+.
/// This is a private API on macOS, so you cannot use this if your application will be published on the App Store.
///
/// # Examples
///
@ -1274,8 +1274,8 @@ impl<R: Runtime> Window<R> {
///
/// ## Platform-specific
///
/// - **macOS:** This is a private API on macOS,
/// so you cannot use this if your application will be published on the App Store.
/// - **macOS:** Only supported on macOS 10.15+.
/// This is a private API on macOS, so you cannot use this if your application will be published on the App Store.
/// - **Windows:** Unsupported.
///
/// # Examples
@ -1307,8 +1307,8 @@ impl<R: Runtime> Window<R> {
///
/// ## Platform-specific
///
/// - **macOS:** This is a private API on macOS,
/// so you cannot use this if your application will be published on the App Store.
/// - **macOS:** Only supported on macOS 10.15+.
/// This is a private API on macOS, so you cannot use this if your application will be published on the App Store.
/// - **Windows:** Unsupported.
///
/// # Examples