Skip to content

Commit

Permalink
xcode 10.11 minimum version
Browse files Browse the repository at this point in the history
  • Loading branch information
benkuper committed Oct 23, 2024
1 parent 7f69701 commit 9117755
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
12 changes: 6 additions & 6 deletions Blux.jucer
Original file line number Diff line number Diff line change
Expand Up @@ -881,14 +881,14 @@
extraDefs="JUCE_COREGRAPHICS_DRAW_ASYNC=1">
<CONFIGURATIONS>
<CONFIGURATION isDebug="1" name="Debug" headerPath="../../External/servus/include&#10;../../External/dnssd/include"
libraryPath="../../External/servus/lib/osx/debug" macOSDeploymentTarget="10.10"
osxCompatibility="10.10 SDK"/>
libraryPath="../../External/servus/lib/osx/debug" osxCompatibility="10.11 SDK"
macOSDeploymentTarget="10.11"/>
<CONFIGURATION isDebug="0" name="Release" headerPath="../../External/servus/include&#10;../../External/dnssd/include"
libraryPath="../../External/servus/lib/osx/release" macOSDeploymentTarget="10.10"
osxCompatibility="10.10 SDK" binaryPath="Release"/>
libraryPath="../../External/servus/lib/osx/release" macOSDeploymentTarget="10.11"
osxCompatibility="10.11 SDK" binaryPath="Release"/>
<CONFIGURATION isDebug="0" name="ReleaseSilicon" headerPath="../../External/servus/include&#10;../../External/dnssd/include"
libraryPath="../../External/servus/lib/silicon/release" macOSDeploymentTarget="10.10"
osxCompatibility="10.10 SDK" binaryPath="Release"/>
libraryPath="../../External/servus/lib/silicon/release" macOSDeploymentTarget="10.11"
osxCompatibility="10.11 SDK" binaryPath="Release"/>
</CONFIGURATIONS>
<MODULEPATHS>
<MODULEPATH id="juce_timeline" path="Modules"/>
Expand Down
6 changes: 3 additions & 3 deletions Builds/MacOSX_CI/Blux.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -2088,7 +2088,7 @@
"\"../../Modules/juce_simpleweb/libs/MacOSX\"",
"\"../../Modules/juce_simpleweb/libs/MacOSX/${CURRENT_ARCH}\"",
);
MACOSX_DEPLOYMENT_TARGET = 10.10;
MACOSX_DEPLOYMENT_TARGET = 10.11;
MTL_HEADER_SEARCH_PATHS = "$(SRCROOT)/../../JuceLibraryCode $(SRCROOT)/../../JUCE/modules $(SRCROOT)/../../Modules $(SRCROOT)/../../External/servus/include $(SRCROOT)/../../External/dnssd/include $(SRCROOT)/../../Source";
OTHER_LDFLAGS = "-lServus -lserial -lssl -lcrypto -lz";
PRODUCT_BUNDLE_IDENTIFIER = benkuper.Blux;
Expand Down Expand Up @@ -2198,7 +2198,7 @@
"\"../../Modules/juce_simpleweb/libs/MacOSX/${CURRENT_ARCH}\"",
);
LLVM_LTO = YES;
MACOSX_DEPLOYMENT_TARGET = 10.10;
MACOSX_DEPLOYMENT_TARGET = 10.11;
MTL_HEADER_SEARCH_PATHS = "$(SRCROOT)/../../JuceLibraryCode $(SRCROOT)/../../JUCE/modules $(SRCROOT)/../../Modules $(SRCROOT)/../../External/servus/include $(SRCROOT)/../../External/dnssd/include $(SRCROOT)/../../Source";
OTHER_LDFLAGS = "-lServus -lserial -lssl -lcrypto -lz";
PRODUCT_BUNDLE_IDENTIFIER = benkuper.Blux;
Expand Down Expand Up @@ -2260,7 +2260,7 @@
"\"../../Modules/juce_simpleweb/libs/MacOSX/${CURRENT_ARCH}\"",
);
LLVM_LTO = YES;
MACOSX_DEPLOYMENT_TARGET = 10.10;
MACOSX_DEPLOYMENT_TARGET = 10.11;
MTL_HEADER_SEARCH_PATHS = "$(SRCROOT)/../../JuceLibraryCode $(SRCROOT)/../../JUCE/modules $(SRCROOT)/../../Modules $(SRCROOT)/../../External/servus/include $(SRCROOT)/../../External/dnssd/include $(SRCROOT)/../../Source";
OTHER_LDFLAGS = "-lServus -lserial -lssl -lcrypto -lz";
PRODUCT_BUNDLE_IDENTIFIER = benkuper.Blux;
Expand Down

0 comments on commit 9117755

Please sign in to comment.