🕊️ Set swift version at project level

This commit is contained in:
Ben Chatelain 2019-12-13 16:55:45 -07:00
parent 6e3e4f1332
commit 41ca36e2eb

View file

@ -1161,7 +1161,7 @@
PRODUCT_BUNDLE_IDENTIFIER = "com.mphys.mas-cli";
SDKROOT = macosx;
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
SWIFT_VERSION = 4.0;
SWIFT_VERSION = 5.0;
VERSIONING_SYSTEM = "apple-generic";
};
name = Debug;
@ -1219,7 +1219,7 @@
MTL_ENABLE_DEBUG_INFO = NO;
PRODUCT_BUNDLE_IDENTIFIER = "com.mphys.mas-cli";
SDKROOT = macosx;
SWIFT_VERSION = 4.0;
SWIFT_VERSION = 5.0;
VERSIONING_SYSTEM = "apple-generic";
};
name = Release;
@ -1303,7 +1303,6 @@
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
SWIFT_INCLUDE_PATHS = "$(inherited) $(SRCROOT)/PrivateFrameworks/CommerceKit $(SRCROOT)/PrivateFrameworks/StoreFoundation";
SWIFT_VERSION = 5.0;
VERSION_INFO_PREFIX = "";
};
name = Debug;
@ -1341,7 +1340,6 @@
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
SWIFT_INCLUDE_PATHS = "$(inherited) $(SRCROOT)/PrivateFrameworks/CommerceKit $(SRCROOT)/PrivateFrameworks/StoreFoundation";
SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
SWIFT_VERSION = 5.0;
VERSION_INFO_PREFIX = "";
};
name = Release;