From f157ec3d54d6ad1f369e8cd78f317fa03633d60d Mon Sep 17 00:00:00 2001 From: TJ Lambert Date: Wed, 28 Jul 2021 13:58:57 -0500 Subject: [PATCH] Support for CoreMedia in watch --- src/foundation.cs | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/src/foundation.cs b/src/foundation.cs index ec61e937b296..1bf203694d94 100644 --- a/src/foundation.cs +++ b/src/foundation.cs @@ -48,9 +48,9 @@ #endif #if !WATCH using CoreAnimation; -using CoreMedia; using CoreSpotlight; #endif +using CoreMedia; using SceneKit; using Security; #if IOS || MONOMAC @@ -83,13 +83,6 @@ using UIOffset = Foundation.NSObject; #endif -#if WATCH -// dummy usings to make code compile without having the actual types available (for [NoWatch] to work) -using CMTime = Foundation.NSObject; -using CMTimeMapping = Foundation.NSObject; -using CMTimeRange = Foundation.NSObject; -#endif - #if WATCH using CIBarcodeDescriptor = Foundation.NSObject; #else