mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
[gardening][Foundation] Prefer macOS over OSX for @available
This commit is contained in:
@@ -15,7 +15,7 @@ import Darwin.uuid
|
||||
import _SwiftCoreFoundationOverlayShims
|
||||
|
||||
/// Represents UUID strings, which can be used to uniquely identify types, interfaces, and other items.
|
||||
@available(OSX 10.8, iOS 6.0, *)
|
||||
@available(macOS 10.8, iOS 6.0, *)
|
||||
public struct UUID : ReferenceConvertible, Hashable, Equatable, CustomStringConvertible {
|
||||
public typealias ReferenceType = NSUUID
|
||||
|
||||
|
||||
Reference in New Issue
Block a user