From 7ba50250b8fa5495109957311089acd13375ffa2 Mon Sep 17 00:00:00 2001 From: Kevin Ring Date: Sun, 1 Oct 2023 16:22:42 +1100 Subject: [PATCH] Bump to v1.6.3. --- CHANGES.md | 6 ++++-- native~/extern/cesium-native | 2 +- package.json | 2 +- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 3e16aa3b..9ec9d8dd 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,10 +1,12 @@ # Change Log -### ? - ? +### v1.6.3 - 2023-10-02 ##### Fixes :wrench: -- Made the project compatible with OSX 10.13 and greater by setting the `CMAKE_OSX_DEPLOYMENT_TARGET` variable to `10.13`. +- Made the project compatible with macOS versions as old as 10.13 by setting the `CMAKE_OSX_DEPLOYMENT_TARGET` variable to `10.13`. + +In addition to the above, this release updates [cesium-native](https://github.com/CesiumGS/cesium-native) from v0.27.2 to v0.27.3. See the [changelog](https://github.com/CesiumGS/cesium-native/blob/main/CHANGES.md) for a complete list of changes in cesium-native. ### v1.6.2 - 2023-09-20 diff --git a/native~/extern/cesium-native b/native~/extern/cesium-native index d7aaea36..6e720ff0 160000 --- a/native~/extern/cesium-native +++ b/native~/extern/cesium-native @@ -1 +1 @@ -Subproject commit d7aaea36429a76144471d43998f649460838cd80 +Subproject commit 6e720ff0fff9fd29cd16183ae19f1c399cda5e5c diff --git a/package.json b/package.json index bc2caaed..dfbd2a04 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "com.cesium.unity", - "version": "1.6.2", + "version": "1.6.3", "displayName": "Cesium for Unity", "description": "Cesium for Unity brings the 3D geospatial ecosystem to Unity. By combining a high-accuracy full-scale WGS84 globe, open APIs and open standards for spatial indexing such as 3D Tiles, and cloud-based real-world content from [Cesium ion](https://cesium.com/cesium-ion) with Unity, this plugin enables 3D geospatial workflows and applications in Unity.", "license": "Apache-2.0",