mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-24 01:54:22 +00:00
Projucer: Add iOS 14.0 deployment target option
This commit is contained in:
parent
8ee13b78ba
commit
fc0d1814eb
1 changed files with 1 additions and 1 deletions
|
|
@ -32,7 +32,7 @@ namespace
|
|||
{
|
||||
static const char* const iOSDefaultVersion = "9.3";
|
||||
static const StringArray iOSVersions { "9.0", "9.1", "9.2", "9.3", "10.0", "10.1", "10.2", "10.3",
|
||||
"11.0", "12.0", "13.0" };
|
||||
"11.0", "12.0", "13.0", "14.0" };
|
||||
|
||||
enum class MacOSVersion
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue