Skip to content

Commit

Permalink
Merge pull request #55 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 5bbb68e + e2b9266 commit 1f19997
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MapboxDirections/MBDirections.swift
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,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 1f19997

Please sign in to comment.