Bump macOS deployment target in Package.xcconfig
This commit is contained in:
parent
433cd9c1b6
commit
3026b60abf
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue