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

Projucer: Update default Apple platforms

This commit is contained in:
reuk 2024-07-02 18:11:57 +01:00
parent ba9b6581b7
commit 5cdf6abf95
No known key found for this signature in database
GPG key ID: FCB43929F012EE5C

View file

@ -1004,18 +1004,18 @@ protected:
if (iOS)
{
props.add (new TextPropertyComponent (iosBaseSDK, "iOS Base SDK", 8, false),
"The version of the iOS SDK to link against." + sdkInfoString + "9.3.");
"The version of the iOS SDK to link against." + sdkInfoString + "14.4.");
props.add (new TextPropertyComponent (iosDeploymentTarget, "iOS Deployment Target", 8, false),
"The minimum version of iOS to target." + sdkInfoString + "9.0.");
"The minimum version of iOS to target." + sdkInfoString + "12.0.");
}
else
{
props.add (new TextPropertyComponent (macOSBaseSDK, "macOS Base SDK", 8, false),
"The version of the macOS SDK to link against." + sdkInfoString + "10.11.");
"The version of the macOS SDK to link against." + sdkInfoString + "11.1.");
props.add (new TextPropertyComponent (macOSDeploymentTarget, "macOS Deployment Target", 8, false),
"The minimum version of macOS to target." + sdkInfoString + "10.9.");
"The minimum version of macOS to target." + sdkInfoString + "10.11.");
props.add (new ChoicePropertyComponent (macOSArchitecture, "macOS Architecture",
{ "Native architecture of build machine", "Standard 32-bit", "Standard 32/64-bit", "Standard 64-bit" },