CesiumGS / cesium-unity

Bringing the 3D geospatial ecosystem to Unity
https://cesium.com/platform/cesium-for-unity/
Apache License 2.0
347 stars 83 forks source link

Target macOS 10.13+ when compiling the native code #367

Closed kring closed 1 year ago

kring commented 1 year ago

When we build the native binaries for macOS, we don't specify any particular macOS version, so we're presumably targeting the latest version that's running on our build machine. If possible, we should specify the necessary CMake options so that it works on macOS 10.13+. I can't think of any reason that our native code would require a newer macOS version, so hopefully it'll just work.