diff --git a/README.md b/README.md index d5e4fcc..e477c90 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ # ![Icon](https://3d.bk.tudelft.nl/ken/img/azul-small.png) azul -azul is a 3D city model viewer It is intended for viewing 3D city models in CityGML 1.0 and 2.0, CityJSON 1.0, 1.1 and 2.0 (including CityJSON Text Sequences), IndoorGML, OBJ, OFF and POLY. It supports loading multiple files, selecting objects by clicking them or selecting them in the sidebar, toggling the visibility of individual items, and browsing their attributes. It is research software, but it is pretty stable and most datasets already work without problems. It is available under the GPLv3 licence. +azul is a 3D city model viewer. It is intended for viewing 3D city models in CityGML 1.0 and 2.0, CityJSON 1.0, 1.1 and 2.0 (including CityJSON Text Sequences), IndoorGML, OBJ, OFF and POLY. It supports loading multiple files, selecting objects by clicking them or selecting them in the sidebar, toggling the visibility of individual items, and browsing their attributes. It is research software, but it is pretty stable and most datasets already work without problems. It is available under the GPLv3 licence. -The current version of azul is for macOS 14 and higher and supports both Apple Silicon and Intel Macs. +The current version of azul is for macOS 13 and higher and supports both Apple Silicon and Intel Macs. ## Controls diff --git a/azul.xcodeproj/project.pbxproj b/azul.xcodeproj/project.pbxproj index 2ee8f68..18d7137 100644 --- a/azul.xcodeproj/project.pbxproj +++ b/azul.xcodeproj/project.pbxproj @@ -61,7 +61,6 @@ BEB3C903288075240014932A /* libpugixml.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libpugixml.a; path = libs/libpugixml.a; sourceTree = ""; }; BEB3C904288075240014932A /* libmpfr.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libmpfr.a; path = libs/libmpfr.a; sourceTree = ""; }; BEB3C905288075240014932A /* libgmp.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libgmp.a; path = libs/libgmp.a; sourceTree = ""; }; - BEB3C906288075240014932A /* libsimdjson.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libsimdjson.a; path = libs/libsimdjson.a; sourceTree = ""; }; BEB3C907288075240014932A /* libboost_thread.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libboost_thread.a; path = libs/libboost_thread.a; sourceTree = ""; }; BED5AF5C1F6FC4960002A79E /* DataManager.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = DataManager.hpp; sourceTree = ""; }; BED5AF5D1F6FC4960002A79E /* DataModel.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = DataModel.hpp; sourceTree = ""; }; @@ -155,7 +154,6 @@ BEB3C905288075240014932A /* libgmp.a */, BEB3C904288075240014932A /* libmpfr.a */, BEB3C903288075240014932A /* libpugixml.a */, - BEB3C906288075240014932A /* libsimdjson.a */, ); name = Frameworks; sourceTree = ""; @@ -466,7 +464,7 @@ "$(PROJECT_DIR)", "$(PROJECT_DIR)/libs", ); - MACOSX_DEPLOYMENT_TARGET = 14.0; + MACOSX_DEPLOYMENT_TARGET = 13.0; MARKETING_VERSION = 1.2; OTHER_CPLUSPLUSFLAGS = "$(OTHER_CFLAGS)"; PRODUCT_BUNDLE_IDENTIFIER = tudelft3d.azul; @@ -510,7 +508,7 @@ "$(PROJECT_DIR)", "$(PROJECT_DIR)/libs", ); - MACOSX_DEPLOYMENT_TARGET = 14.0; + MACOSX_DEPLOYMENT_TARGET = 13.0; MARKETING_VERSION = 1.2; OTHER_CPLUSPLUSFLAGS = "$(OTHER_CFLAGS)"; PRODUCT_BUNDLE_IDENTIFIER = tudelft3d.azul;