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 853ab9f commit 6b36926Copy full SHA for 6b36926
Sources/App/Models/Platform.swift
@@ -21,6 +21,7 @@ struct Platform: Codable, Equatable {
21
case android
22
case custom
23
case driverkit
24
+ case freebsd
25
case ios
26
case linux
27
case maccatalyst
@@ -62,6 +63,8 @@ extension Platform: CustomStringConvertible {
62
63
return "Custom \(version)"
64
case .driverkit:
65
return "DriverKit \(version)"
66
+ case .freebsd:
67
+ return "FreeBSD \(version)"
68
case .ios:
69
return "iOS \(version)"
70
case .linux:
0 commit comments