Skip to content

SensitiveContentAnalysis watchOS xcode15.0 b5

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

#SensitiveContentAnalysis.framework https://github.com/xamarin/xamarin-macios/pull/19020

diff -ruN /Applications/Xcode_15.0.0-beta4.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS.sdk/System/Library/Frameworks/SensitiveContentAnalysis.framework/Headers/SensitiveContentAnalysis.h /Applications/Xcode_15.0.0-beta5.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS.sdk/System/Library/Frameworks/SensitiveContentAnalysis.framework/Headers/SensitiveContentAnalysis.h
--- /Applications/Xcode_15.0.0-beta4.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS.sdk/System/Library/Frameworks/SensitiveContentAnalysis.framework/Headers/SensitiveContentAnalysis.h	2023-06-23 12:45:14
+++ /Applications/Xcode_15.0.0-beta5.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS.sdk/System/Library/Frameworks/SensitiveContentAnalysis.framework/Headers/SensitiveContentAnalysis.h	2023-07-19 02:03:09
@@ -7,6 +7,6 @@
 
 #import <Foundation/Foundation.h>
 
-#if (!TARGET_OS_TV && !TARGET_OS_XR)
+#if (!TARGET_OS_TV && !TARGET_OS_VISION)
 #import <SensitiveContentAnalysis/SCSensitivityAnalyzer.h>
 #endif // !TARGET_OS_TV
Clone this wiki locally