From 58138699452d2eca850b75cf8d00bc1a21cc930c Mon Sep 17 00:00:00 2001 From: TwinFan Date: Sun, 19 Feb 2023 22:19:21 +0100 Subject: [PATCH 01/14] v3.3.3 MacOS X 10.15 --- CMakeLists.txt | 9 +++++---- Lib/XPMP2 | 2 +- LiveTraffic.xcodeproj/project.pbxproj | 8 ++++---- docs/readme.html | 25 ++++++++++++++++++------- 4 files changed, 28 insertions(+), 16 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 0a5890d..969d9d3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -18,7 +18,7 @@ else() endif() project(LiveTraffic - VERSION 3.3.2 + VERSION 3.3.3 DESCRIPTION "LiveTraffic X-Plane plugin") # Provide compile macros from the above project version definition @@ -42,9 +42,10 @@ if (WIN32) set(ENV{platform} "win") endif() elseif(APPLE) - set(CMAKE_OSX_DEPLOYMENT_TARGET 11.0) - add_compile_options(-mmacosx-version-min=11.0) - add_link_options(-mmacosx-version-min=11.0) + # MacOS 10.15 is minimum system requirement for X-Plane 12 + set(CMAKE_OSX_DEPLOYMENT_TARGET 10.15) + add_compile_options(-mmacosx-version-min=10.15) + add_link_options(-mmacosx-version-min=10.15) endif() ################################################################################ diff --git a/Lib/XPMP2 b/Lib/XPMP2 index 6f534a6..2ab0041 160000 --- a/Lib/XPMP2 +++ b/Lib/XPMP2 @@ -1 +1 @@ -Subproject commit 6f534a636bcf15670bbdd0e7957c9a8e28f86130 +Subproject commit 2ab0041bd2b0da1f88ae2f417752ff9b7575337f diff --git a/LiveTraffic.xcodeproj/project.pbxproj b/LiveTraffic.xcodeproj/project.pbxproj index 9226861..999bfe1 100755 --- a/LiveTraffic.xcodeproj/project.pbxproj +++ b/LiveTraffic.xcodeproj/project.pbxproj @@ -786,10 +786,10 @@ LIVETRAFFIC_VERSION_BETA = 0; LIVETRAFFIC_VER_MAJOR = 3; LIVETRAFFIC_VER_MINOR = 3; - LIVETRAFFIC_VER_PATCH = 1; + LIVETRAFFIC_VER_PATCH = 3; LLVM_LTO = NO; MACH_O_TYPE = mh_dylib; - MACOSX_DEPLOYMENT_TARGET = 11.0; + MACOSX_DEPLOYMENT_TARGET = 10.15; ONLY_ACTIVE_ARCH = YES; OTHER_CODE_SIGN_FLAGS = "--timestamp"; OTHER_LDFLAGS = "$(OTHER_LDFLAGS)"; @@ -894,10 +894,10 @@ LIVETRAFFIC_VERSION_BETA = 0; LIVETRAFFIC_VER_MAJOR = 3; LIVETRAFFIC_VER_MINOR = 3; - LIVETRAFFIC_VER_PATCH = 1; + LIVETRAFFIC_VER_PATCH = 3; LLVM_LTO = YES; MACH_O_TYPE = mh_dylib; - MACOSX_DEPLOYMENT_TARGET = 11.0; + MACOSX_DEPLOYMENT_TARGET = 10.15; OTHER_CODE_SIGN_FLAGS = "--timestamp"; OTHER_LDFLAGS = "$(OTHER_LDFLAGS)"; PRODUCT_NAME = "${TARGET_NAME}"; diff --git a/docs/readme.html b/docs/readme.html index ee337e8..52d197b 100755 --- a/docs/readme.html +++ b/docs/readme.html @@ -128,14 +128,30 @@

Release Notes

v3

-

v3.3.2

+

v3.3.3

Update: In case of doubt you can always just copy all files from the archive over the files of your existing installation.

-

At least copy the following files, which have changed compared to v3.2.x:

+

At least copy the following files, which have changed compared to v3.3.2:

+ + +

Change log:

+ + + +

v3.3.2

+ +

At least copy the following files, which have changed compared to v3.3.1:

@@ -151,11 +167,6 @@

v3.3.2

v3.3.1

-

- Update: In case of doubt you can always just copy all files from the archive - over the files of your existing installation. -

-

At least copy the following files, which have changed compared to v3.2.x: