🕊 Swift (5.2), Xcode (11.4)

This commit is contained in:
Chris Araman 2021-01-21 13:43:33 -08:00
parent 13bd9a3444
commit 9f8f9abd18
2 changed files with 7 additions and 7 deletions

View file

@ -51,7 +51,7 @@ Alternatively, you can:
- Update to macOS 10.14.4 or later
- Install Xcode 10.2 or later at `/Applications/Xcode.app`
- Rebuild mas from source using Xcode 10.0 or later
- Rebuild mas from source using Xcode 11.4 or later
### 🐙 GitHub Releases

View file

@ -1189,7 +1189,7 @@
PRODUCT_BUNDLE_IDENTIFIER = "com.mphys.mas-cli";
SDKROOT = macosx;
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
SWIFT_VERSION = 5.0;
SWIFT_VERSION = 5.2;
VERSIONING_SYSTEM = "apple-generic";
};
name = Debug;
@ -1249,7 +1249,7 @@
MTL_ENABLE_DEBUG_INFO = NO;
PRODUCT_BUNDLE_IDENTIFIER = "com.mphys.mas-cli";
SDKROOT = macosx;
SWIFT_VERSION = 5.0;
SWIFT_VERSION = 5.2;
VERSIONING_SYSTEM = "apple-generic";
};
name = Release;
@ -1274,7 +1274,7 @@
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_FORCE_DYNAMIC_LINK_STDLIB = YES;
SWIFT_FORCE_STATIC_LINK_STDLIB = NO;
SWIFT_VERSION = 5.0;
SWIFT_VERSION = 5.2;
};
name = Debug;
};
@ -1300,7 +1300,7 @@
SWIFT_FORCE_DYNAMIC_LINK_STDLIB = YES;
SWIFT_FORCE_STATIC_LINK_STDLIB = NO;
SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
SWIFT_VERSION = 5.0;
SWIFT_VERSION = 5.2;
};
name = Release;
};
@ -1406,7 +1406,7 @@
PRODUCT_BUNDLE_IDENTIFIER = at.phatbl.MasKitTests;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
SWIFT_VERSION = 5.0;
SWIFT_VERSION = 5.2;
};
name = Debug;
};
@ -1435,7 +1435,7 @@
PRODUCT_BUNDLE_IDENTIFIER = at.phatbl.MasKitTests;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
SWIFT_VERSION = 5.0;
SWIFT_VERSION = 5.2;
};
name = Release;
};