Skip to content

DeviceCheck macOS xcode13.0 rc

Alex Soto edited this page Sep 14, 2021 · 1 revision

#DeviceCheck.framework

diff -ruN /Applications/Xcode_13.0.0-beta5.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/DeviceCheck.framework/Headers/DCAppAttestService.h /Applications/Xcode_13.0.0-rc.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/DeviceCheck.framework/Headers/DCAppAttestService.h
--- /Applications/Xcode_13.0.0-beta5.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/DeviceCheck.framework/Headers/DCAppAttestService.h	2021-08-07 05:20:05.000000000 -0400
+++ /Applications/Xcode_13.0.0-rc.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/DeviceCheck.framework/Headers/DCAppAttestService.h	2021-08-03 21:48:38.000000000 -0400
@@ -8,10 +8,12 @@
 
 #import <DeviceCheck/DeviceCheck.h>
 
+#if TARGET_OS_IOS || TARGET_OS_OSX
+
 NS_ASSUME_NONNULL_BEGIN
 
 DC_EXPORT
-API_AVAILABLE(macos(11.0), ios(14.0), tvos(15.0)) API_UNAVAILABLE(watchos)
+API_AVAILABLE(macos(11.0), ios(14.0)) API_UNAVAILABLE(tvos, watchos)
 @interface DCAppAttestService : NSObject
 
 /**
@@ -62,3 +64,6 @@
 @end
 
 NS_ASSUME_NONNULL_END
+
+
+#endif // TARGET_OS_IOS || TARGET_OS_OSX
Clone this wiki locally