Skip to content

Commit

Permalink
Merge pull request #36 from mapbox/1ec5-macos
Browse files Browse the repository at this point in the history
OS X → macOS
  • Loading branch information
1ec5 authored Jun 28, 2016
2 parents cb5f335 + 2d360e0 commit f6343e7
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 f6343e7

Please sign in to comment.