From abef8f695e545770e50a877ab5bf8f0d230cfe1f Mon Sep 17 00:00:00 2001 From: Ben Kuper Date: Wed, 9 Oct 2024 13:27:49 +0200 Subject: [PATCH] mac 10.13 minimum --- Builds/MacOSX_CI/Chataigne.xcodeproj/project.pbxproj | 4 ++-- Chataigne.jucer | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Builds/MacOSX_CI/Chataigne.xcodeproj/project.pbxproj b/Builds/MacOSX_CI/Chataigne.xcodeproj/project.pbxproj index 49cfaf4f..1d7c57e8 100644 --- a/Builds/MacOSX_CI/Chataigne.xcodeproj/project.pbxproj +++ b/Builds/MacOSX_CI/Chataigne.xcodeproj/project.pbxproj @@ -3860,7 +3860,7 @@ "\"../../Modules/juce_simpleweb/libs/MacOSX/${CURRENT_ARCH}\"", ); LLVM_LTO = YES; - MACOSX_DEPLOYMENT_TARGET = 10.10; + MACOSX_DEPLOYMENT_TARGET = 10.13; MTL_HEADER_SEARCH_PATHS = "$(SRCROOT)/../../JuceLibraryCode $(SRCROOT)/../../JUCE/modules $(SRCROOT)/../../Modules $(SRCROOT)/../../Source $(SRCROOT)/../../External/wiiuse $(SRCROOT)/../../External/asio $(SRCROOT)/../../External/asiodriver $(SRCROOT)/../../External/kinect/include $(SRCROOT)/../../External/joycon/include $(SRCROOT)/../../External/servus/include $(SRCROOT)/../../External/dnssd/include $(SRCROOT)/../../External/ois/include $(SRCROOT)/../../External/sdl/include $(SRCROOT)/../../External/hidapi/include $(SRCROOT)/../../External/abletonlink/include $(SRCROOT)/../../External/libusb/include/libusb-1.0 $(SRCROOT)/../../External/mosquitto/include $(SRCROOT)/../../External/posistagenet/include $(SRCROOT)/../../External/simpleble/include"; OTHER_LDFLAGS = "-lServus -lhidapi -lJoyShockLibrary -lserial -lssl -lcrypto -lz"; PRODUCT_BUNDLE_IDENTIFIER = benkuper.Chataigne; @@ -3941,7 +3941,7 @@ "\"../../Modules/juce_simpleweb/libs/MacOSX/${CURRENT_ARCH}\"", ); LLVM_LTO = YES; - MACOSX_DEPLOYMENT_TARGET = 10.10; + MACOSX_DEPLOYMENT_TARGET = 10.13; MTL_HEADER_SEARCH_PATHS = "$(SRCROOT)/../../JuceLibraryCode $(SRCROOT)/../../JUCE/modules $(SRCROOT)/../../Modules $(SRCROOT)/../../Source $(SRCROOT)/../../External/wiiuse $(SRCROOT)/../../External/asio $(SRCROOT)/../../External/asiodriver $(SRCROOT)/../../External/kinect/include $(SRCROOT)/../../External/joycon/include $(SRCROOT)/../../External/servus/include $(SRCROOT)/../../External/dnssd/include $(SRCROOT)/../../External/ois/include $(SRCROOT)/../../External/sdl/include $(SRCROOT)/../../External/hidapi/include $(SRCROOT)/../../External/abletonlink/include $(SRCROOT)/../../External/libusb/include/libusb-1.0 $(SRCROOT)/../../External/mosquitto/include $(SRCROOT)/../../External/posistagenet/include $(SRCROOT)/../../External/simpleble/include"; OTHER_LDFLAGS = "-lServus -lhidapi -lJoyShockLibrary -lserial -lssl -lcrypto -lz"; PRODUCT_BUNDLE_IDENTIFIER = benkuper.Chataigne; diff --git a/Chataigne.jucer b/Chataigne.jucer index a96f8ad7..b11fc81e 100644 --- a/Chataigne.jucer +++ b/Chataigne.jucer @@ -1881,9 +1881,9 @@ embeddedFrameworks="../../External/sdl/lib/osx/SDL2.framework ../../External/syphon/Syphon.framework"> + osxCompatibility="10.13 SDK" binaryPath="Release"/> + osxCompatibility="10.13 SDK" binaryPath="Release"/>