Skip to content

Commit

Permalink
mac 10.13 minimum
Browse files Browse the repository at this point in the history
  • Loading branch information
benkuper committed Oct 9, 2024
1 parent 1b7ebc7 commit abef8f6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Builds/MacOSX_CI/Chataigne.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -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;
Expand Down
4 changes: 2 additions & 2 deletions Chataigne.jucer
Original file line number Diff line number Diff line change
Expand Up @@ -1881,9 +1881,9 @@
embeddedFrameworks="../../External/sdl/lib/osx/SDL2.framework
../../External/syphon/Syphon.framework">
<CONFIGURATIONS>
<CONFIGURATION isDebug="0" name="Release" libraryPath="../../External/servus/lib/osx/release&#10;../../External/joycon/lib/osx"
osxCompatibility="10.10 SDK" macOSDeploymentTarget="10.10" binaryPath="Release"/>
osxCompatibility="10.13 SDK" binaryPath="Release"/>
<CONFIGURATION isDebug="0" name="ReleaseSilicon" libraryPath="../../External/servus/lib/silicon/release&#10;../../External/joycon/lib/silicon"
osxCompatibility="10.10 SDK" macOSDeploymentTarget="10.10" binaryPath="Release"/>
osxCompatibility="10.13 SDK" binaryPath="Release"/>
</CONFIGURATIONS>
<MODULEPATHS>
<MODULEPATH id="juce_timeline" path="Modules"/>
Expand Down

0 comments on commit abef8f6

Please sign in to comment.