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

Build universal framework target for Carthage #117

Open 1ec5 opened 1 year ago

1ec5 commented 1 year ago

MapboxStatic.xcodeproj currently has four separate framework targets, one for each platform, plus corresponding test targets and schemes. To streamline development both locally and downstream, we should combine them into a single framework target and test target. Downstream, only Carthage uses the Xcode project; it has supported universal frameworks since v0.9. The CircleCI configuration needs to be updated to refer to the new combined scheme.

/ref mapbox/turf-swift#197 mapbox/mapbox-directions-swift#730