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

Projucer iOS exporter: Set the default iOS deployment target to 12

This commit is contained in:
Anthony Nicholls 2023-09-22 15:02:21 +01:00
parent 59d91cff1e
commit 7727050cb2

View file

@ -835,7 +835,7 @@ protected:
macOSDeploymentTarget (config, Ids::macOSDeploymentTarget, getUndoManager(), "10.13"),
macOSArchitecture (config, Ids::osxArchitecture, getUndoManager(), macOSArch_Default),
iosBaseSDK (config, Ids::iosBaseSDK, getUndoManager()),
iosDeploymentTarget (config, Ids::iosDeploymentTarget, getUndoManager(), "11.0"),
iosDeploymentTarget (config, Ids::iosDeploymentTarget, getUndoManager(), "12.0"),
customXcodeFlags (config, Ids::customXcodeFlags, getUndoManager()),
plistPreprocessorDefinitions (config, Ids::plistPreprocessorDefinitions, getUndoManager()),
codeSignIdentity (config, Ids::codeSigningIdentity, getUndoManager()),