mapbox / MapboxStatic.swift

Static map snapshots with overlays in Swift or Objective-C on iOS, macOS, tvOS, and watchOS
https://www.mapbox.com/api-documentation/?language=Swift#static
Other
188 stars 31 forks source link

Avoid compiler error when built on unrecognized operating system #108

Closed 1ec5 closed 3 years ago

1ec5 commented 3 years ago

The user agent string construction code should accommodate unrecognized operating systems for consistency with mapbox/mapbox-directions-swift#486 and mapbox/mapbox-speech-swift#41:

https://github.com/mapbox/MapboxStatic.swift/blob/467d22a412083823e7b235502d53b62b2c818dcf/Sources/MapboxStatic/Snapshot.swift#L32-L61

/cc @gwynne