Skip to content

AVKit watchOS xcode15.0 b7

Haritha Mohan edited this page Sep 14, 2023 · 2 revisions

#AVKit.framework https://github.com/xamarin/xamarin-macios/pull/19022

diff -ruN /Applications/Xcode_15.0.0-beta6.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS.sdk/System/Library/Frameworks/AVKit.framework/Headers/AVKit.h /Applications/Xcode_15.0.0-beta7.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS.sdk/System/Library/Frameworks/AVKit.framework/Headers/AVKit.h
--- /Applications/Xcode_15.0.0-beta6.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS.sdk/System/Library/Frameworks/AVKit.framework/Headers/AVKit.h	2023-07-30 15:53:47
+++ /Applications/Xcode_15.0.0-beta7.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS.sdk/System/Library/Frameworks/AVKit.framework/Headers/AVKit.h	2023-08-08 03:55:14
@@ -55,7 +55,7 @@
 #import <AVKit/AVPlaybackSpeed.h>
 #endif
 
-#endif // TARGET_OS_IOS && !TARGET_OS_XR
+#endif // TARGET_OS_IOS && !TARGET_OS_VISION
 
 
 #if TARGET_OS_TV
@@ -91,4 +91,4 @@
 #import <AVKit/AVRoutePickerView.h>
 #import <AVKit/UIWindow_AVAdditions.h>
 
-#endif // TARGET_OS_XR
+#endif // TARGET_OS_VISION
Clone this wiki locally