Bump macOS deployment target in Package.xcconfig

This commit is contained in:
Max Desiatov 2019-03-14 11:43:51 +00:00 committed by GitHub
parent 433cd9c1b6
commit 3026b60abf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -7,6 +7,6 @@
/// your code should check for `null` function pointers
/// or specific system versions before calling newer APIs.
MACOSX_DEPLOYMENT_TARGET=10.13
MACOSX_DEPLOYMENT_TARGET=10.14
IPHONEOS_DEPLOYMENT_TARGET=11.0
SUPPORTED_PLATFORMS = macosx iphoneos iphonesimulator