mapbox / turf-swift

A Swift language port of Turf.js.
https://mapbox.github.io/turf-swift/
ISC License
236 stars 55 forks source link

Support visionOS target #213

Closed persidskiy closed 9 months ago

persidskiy commented 9 months ago

This PR supports visionOS target.

It also bumps the minimal xcode version to 14.1. This is required to use .custom("visionOS", versionString: "1.0") in spm, which is supported starting from swift 5.6. However, I decided it's safe to bump the minimal swift version to 5.7, as Xcode 14.1 is the minimal supported version for AppStore distribution.

Also, added CI test runs on iOS and visionOS simulators.