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:
parent
59d91cff1e
commit
7727050cb2
1 changed files with 1 additions and 1 deletions
|
|
@ -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()),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue