File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 647647 GCC_WARN_UNUSED_FUNCTION = YES;
648648 GCC_WARN_UNUSED_VARIABLE = YES;
649649 IPHONEOS_DEPLOYMENT_TARGET = 9.0;
650+ MACOSX_DEPLOYMENT_TARGET = 10.11;
650651 MTL_ENABLE_DEBUG_INFO = YES;
651652 ONLY_ACTIVE_ARCH = YES;
652653 SDKROOT = iphoneos;
701702 GCC_WARN_UNUSED_FUNCTION = YES;
702703 GCC_WARN_UNUSED_VARIABLE = YES;
703704 IPHONEOS_DEPLOYMENT_TARGET = 9.0;
705+ MACOSX_DEPLOYMENT_TARGET = 10.11;
704706 MTL_ENABLE_DEBUG_INFO = NO;
705707 SDKROOT = iphoneos;
706708 SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ open class NFXProtocol: URLProtocol {
2424 }
2525
2626 override open class func canInit( with task: URLSessionTask ) -> Bool {
27- if #available( iOS 13 . 0 , * ) {
27+ if #available( iOS 13 . 0 , macOS 10 . 15 , * ) {
2828 if task is URLSessionWebSocketTask {
2929 return false
3030 }
You can’t perform that action at this time.
0 commit comments