🛠 Use SWIFT_VERSION recognized by Xcode 12

This commit is contained in:
Chris Araman 2021-03-29 09:36:38 -07:00
parent 8f4cdc1c28
commit 1890457f1f
No known key found for this signature in database
GPG key ID: BB4499D9E11B61E0

View file

@ -1112,7 +1112,7 @@
PRODUCT_BUNDLE_IDENTIFIER = "com.mphys.mas-cli";
SDKROOT = macosx;
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
SWIFT_VERSION = 5.2;
SWIFT_VERSION = 5.0;
VERSIONING_SYSTEM = "apple-generic";
};
name = Debug;
@ -1167,7 +1167,7 @@
MTL_ENABLE_DEBUG_INFO = NO;
PRODUCT_BUNDLE_IDENTIFIER = "com.mphys.mas-cli";
SDKROOT = macosx;
SWIFT_VERSION = 5.2;
SWIFT_VERSION = 5.0;
VERSIONING_SYSTEM = "apple-generic";
};
name = Release;