1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00

Projucer: Update the default minimum deployment targets

Xcode 14 has minimum deployment targets of macos 10.13 and iOS 11.
This commit is contained in:
Tom Poole 2022-11-09 14:15:14 +00:00
parent 128e980be4
commit 473283fa19
17 changed files with 61 additions and 40 deletions

View file

@ -12,9 +12,9 @@
applicationCategory="public.app-category.developer-tools">
<CONFIGURATIONS>
<CONFIGURATION name="Debug" isDebug="1" targetName="Projucer" cppLibType="libc++"
recommendedWarnings="LLVM" macOSDeploymentTarget="10.12"/>
recommendedWarnings="LLVM"/>
<CONFIGURATION name="Release" isDebug="0" targetName="Projucer" cppLibType="libc++"
linkTimeOptimisation="0" recommendedWarnings="LLVM" macOSDeploymentTarget="10.12"/>
linkTimeOptimisation="0" recommendedWarnings="LLVM"/>
</CONFIGURATIONS>
<MODULEPATHS>
<MODULEPATH id="juce_gui_extra" path="../../modules"/>