mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Update the minimum C++ standard to C++14
This commit is contained in:
parent
0c56fa8fa0
commit
78be43888e
32 changed files with 71 additions and 56 deletions
|
|
@ -3,8 +3,8 @@
|
|||
<JUCERPROJECT id="M70qfTRRk" name="Projucer" projectType="guiapp" juceFolder="../../juce"
|
||||
version="6.0.8" bundleIdentifier="com.juce.theprojucer" splashScreenColour="Dark"
|
||||
displaySplashScreen="0" reportAppUsage="0" companyName="Raw Material Software Limited"
|
||||
companyCopyright="Raw Material Software Limited" cppLanguageStandard="11"
|
||||
useAppConfig="0" addUsingNamespaceToJuceHeader="1" jucerFormatVersion="1">
|
||||
companyCopyright="Raw Material Software Limited" useAppConfig="0"
|
||||
addUsingNamespaceToJuceHeader="1" jucerFormatVersion="1">
|
||||
<EXPORTFORMATS>
|
||||
<XCODE_MAC targetFolder="Builds/MacOSX" vstFolder="~/SDKs/vstsdk2.4" rtasFolder="~/SDKs/PT_80_SDK"
|
||||
documentExtensions=".jucer" objCExtraSuffix="zkVtji" bigIcon="Zrx1Gl"
|
||||
|
|
@ -13,9 +13,9 @@
|
|||
applicationCategory="public.app-category.developer-tools">
|
||||
<CONFIGURATIONS>
|
||||
<CONFIGURATION name="Debug" isDebug="1" targetName="Projucer" cppLibType="libc++"
|
||||
recommendedWarnings="LLVM"/>
|
||||
recommendedWarnings="LLVM" macOSDeploymentTarget="10.12"/>
|
||||
<CONFIGURATION name="Release" isDebug="0" targetName="Projucer" cppLibType="libc++"
|
||||
linkTimeOptimisation="0" recommendedWarnings="LLVM"/>
|
||||
linkTimeOptimisation="0" recommendedWarnings="LLVM" macOSDeploymentTarget="10.12"/>
|
||||
</CONFIGURATIONS>
|
||||
<MODULEPATHS>
|
||||
<MODULEPATH id="juce_gui_extra" path="../../modules"/>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue