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.
1 parent a75d482 commit f313affCopy full SHA for f313aff
Sources/Extensions/Device+ProductLines.swift
@@ -10,7 +10,7 @@ import Foundation
10
11
public extension Device {
12
13
- /// Product line of the model, currently supported only for the iPad.
+ /// Product line of the model.
14
var productLine: ProductLine? {
15
switch family {
16
case .pad:
Sources/Model/Lines.swift
@@ -52,6 +52,7 @@ public enum Lines {
52
}
53
54
55
+ /// A type that describes the specific iPhone line.
56
public enum iPhone: ProductLine {
57
/// - standard: A standard iPhone product.
58
case standard
0 commit comments