Skip to content

Commit

Permalink
OS X → macOS
Browse files Browse the repository at this point in the history
For consistency with the Mapbox macOS SDK, the user agent string now says “macOS” instead of “OS X” on the Mac.
  • Loading branch information
1ec5 authored Jun 28, 2016
1 parent cb5f335 commit 2d360e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MapboxStatic/Snapshot.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 2d360e0

Please sign in to comment.