Skip to content

SensitiveContentAnalysis iOS xcode16.2 b2

Alex Soto edited this page Nov 6, 2024 · 2 revisions

#SensitiveContentAnalysis.framework

diff -ruN /Applications/Xcode_16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/SensitiveContentAnalysis.framework/Headers/SCSensitivityAnalysis.h /Applications/Xcode_16.2.0-beta2.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/SensitiveContentAnalysis.framework/Headers/SCSensitivityAnalysis.h
--- /Applications/Xcode_16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/SensitiveContentAnalysis.framework/Headers/SCSensitivityAnalysis.h	1969-12-31 19:00:00
+++ /Applications/Xcode_16.2.0-beta2.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/SensitiveContentAnalysis.framework/Headers/SCSensitivityAnalysis.h	2024-10-26 11:42:47
@@ -0,0 +1,20 @@
+//
+//  SCSensitivityAnalysis.h
+//  SensitiveContentAnalysis
+//
+//  Copyright (c).2024, Apple Inc. All rights reserved.
+//
+
+#import <Foundation/Foundation.h>
+
+NS_HEADER_AUDIT_BEGIN(nullability, sendability)
+
+/// Sensitive Analysis Results object is returned after sensitivity analysis is performed on media
+NS_SWIFT_SENDABLE
+API_AVAILABLE(macos(14.0), ios(17.0), visionos(2.0)) API_UNAVAILABLE(watchos, tvos)
+@interface SCSensitivityAnalysis : NSObject
+/// Set to YES if analyzed media contains sensitive content
+@property(readonly, getter=isSensitive) BOOL sensitive;
+@end
+
+NS_HEADER_AUDIT_END(nullability, sendability)
diff -ruN /Applications/Xcode_16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/SensitiveContentAnalysis.framework/Headers/SCSensitivityAnalyzer.h /Applications/Xcode_16.2.0-beta2.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/SensitiveContentAnalysis.framework/Headers/SCSensitivityAnalyzer.h
--- /Applications/Xcode_16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/SensitiveContentAnalysis.framework/Headers/SCSensitivityAnalyzer.h	2024-09-29 03:30:42
+++ /Applications/Xcode_16.2.0-beta2.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/SensitiveContentAnalysis.framework/Headers/SCSensitivityAnalyzer.h	2024-10-26 11:42:47
@@ -8,16 +8,9 @@
 #import <Foundation/Foundation.h>
 #import <CoreGraphics/CoreGraphics.h>
 #import <ImageIO/ImageIO.h>
+#import <SensitiveContentAnalysis/SCSensitivityAnalysis.h>
 
 NS_HEADER_AUDIT_BEGIN(nullability, sendability)
-
-/// Sensitive Analysis Results object is returned after sensitivity analysis is performed on media
-NS_SWIFT_SENDABLE
-API_AVAILABLE(macos(14.0), ios(17.0), visionos(2.0)) API_UNAVAILABLE(watchos, tvos)
-@interface SCSensitivityAnalysis : NSObject
-/// Set to YES if analyzed media contains sensitive content
-@property(readonly, getter=isSensitive) BOOL sensitive;
-@end
 
 /// SensitivityAnalysis Policy on device, represents type of interventions when enabled
 typedef NS_ENUM(NSInteger, SCSensitivityAnalysisPolicy) {
Clone this wiki locally