[gardening][Foundation] Prefer macOS over OSX for @available

This commit is contained in:
Sho Ikeda
2018-03-17 10:23:09 +09:00
parent ced850a59d
commit e0eadc26bb
17 changed files with 247 additions and 247 deletions

View File

@@ -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