1
0
Fork 0
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:
reuk 2020-11-16 10:21:23 +00:00
parent 8ee13b78ba
commit fc0d1814eb
No known key found for this signature in database
GPG key ID: 9ADCD339CFC98A11

View file

@ -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
{