diff --git a/MapboxStatic/Snapshot.swift b/MapboxStatic/Snapshot.swift index 217d4c2..4ce117f 100644 --- a/MapboxStatic/Snapshot.swift +++ b/MapboxStatic/Snapshot.swift @@ -31,7 +31,7 @@ let userAgent: String = { let system: String #if os(OSX) - system = "OS X" + system = "macOS" #elseif os(iOS) system = "iOS" #elseif os(watchOS)