We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6f019e2 + ebc52ab commit e2dd087Copy full SHA for e2dd087
Foundation/PropertyListSerialization.swift
@@ -21,8 +21,8 @@ extension PropertyListSerialization {
21
public let rawValue : UInt
22
public init(rawValue: UInt) { self.rawValue = rawValue }
23
24
- static let mutableContainers = MutabilityOptions(rawValue: 1)
25
- static let mutableContainersAndLeaves = MutabilityOptions(rawValue: 2)
+ public static let mutableContainers = MutabilityOptions(rawValue: 1)
+ public static let mutableContainersAndLeaves = MutabilityOptions(rawValue: 2)
26
}
27
28
public enum PropertyListFormat : UInt {
0 commit comments