Skip to content

Commit

Permalink
[Foundation] Support for CoreMedia in watch (#12280)
Browse files Browse the repository at this point in the history
Co-authored-by: TJ Lambert <tjlambert@microsoft.com>
  • Loading branch information
tj-devel709 and TJ Lambert authored Jul 30, 2021
1 parent af2fea2 commit a4ca843
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/foundation.cs
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@
#endif
#if !WATCH
using CoreAnimation;
using CoreMedia;
using CoreSpotlight;
#endif
using CoreMedia;
using SceneKit;
using Security;
#if IOS || MONOMAC
Expand Down Expand Up @@ -98,9 +98,6 @@

#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;
using NSAppleEventSendOptions = Foundation.NSObject;
using NSBezierPath = Foundation.NSObject;
using NSImage = Foundation.NSObject;
Expand Down

1 comment on commit a4ca843

@vs-mobiletools-engineering-service2
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🔥 Tests failed catastrophically on Build (no summary found). 🔥

Result file $(TEST_SUMMARY_PATH) not found.

Pipeline on Agent
[Foundation] Support for CoreMedia in watch (#12280)

Please sign in to comment.