Skip to content

Commit 6b36926

Browse files
committed
Update Platform model
1 parent 853ab9f commit 6b36926

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Sources/App/Models/Platform.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ struct Platform: Codable, Equatable {
2121
case android
2222
case custom
2323
case driverkit
24+
case freebsd
2425
case ios
2526
case linux
2627
case maccatalyst
@@ -62,6 +63,8 @@ extension Platform: CustomStringConvertible {
6263
return "Custom \(version)"
6364
case .driverkit:
6465
return "DriverKit \(version)"
66+
case .freebsd:
67+
return "FreeBSD \(version)"
6568
case .ios:
6669
return "iOS \(version)"
6770
case .linux:

0 commit comments

Comments
 (0)