Skip to content

DeviceCheck macOS xcode14.0 rc

Israel Soto edited this page Sep 7, 2022 · 1 revision

#DeviceCheck.framework

diff -ruN /Applications/Xcode_14.0.0-beta6.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/DeviceCheck.framework/Headers/DCAppAttestService.h /Applications/Xcode_14.0.0-rc.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/DeviceCheck.framework/Headers/DCAppAttestService.h
--- /Applications/Xcode_14.0.0-beta6.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/DeviceCheck.framework/Headers/DCAppAttestService.h	2022-08-05 12:39:36.000000000 -0500
+++ /Applications/Xcode_14.0.0-rc.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/DeviceCheck.framework/Headers/DCAppAttestService.h	2022-08-03 21:04:41.000000000 -0500
@@ -11,7 +11,7 @@
 NS_ASSUME_NONNULL_BEGIN
 
 DC_EXPORT
-API_AVAILABLE(macos(11.0), ios(14.0), tvos(15.0), watchos(9.0))
+API_AVAILABLE(macos(11.0), ios(14.0), tvos(15.0)) API_UNAVAILABLE(watchos)
 @interface DCAppAttestService : NSObject
 
 /**
diff -ruN /Applications/Xcode_14.0.0-beta6.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/DeviceCheck.framework/Headers/DCDevice.h /Applications/Xcode_14.0.0-rc.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/DeviceCheck.framework/Headers/DCDevice.h
--- /Applications/Xcode_14.0.0-beta6.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/DeviceCheck.framework/Headers/DCDevice.h	2022-08-05 12:39:36.000000000 -0500
+++ /Applications/Xcode_14.0.0-rc.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/DeviceCheck.framework/Headers/DCDevice.h	2022-08-03 21:04:41.000000000 -0500
@@ -10,7 +10,7 @@
 NS_ASSUME_NONNULL_BEGIN
 
 DC_EXPORT
-API_AVAILABLE(ios(11.0), macos(10.15), tvos(11.0), watchos(9.0))
+API_AVAILABLE(ios(11.0), macos(10.15), tvos(11.0)) API_UNAVAILABLE(watchos)
 @interface DCDevice : NSObject
 
 /**
diff -ruN /Applications/Xcode_14.0.0-beta6.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/DeviceCheck.framework/Headers/DCError.h /Applications/Xcode_14.0.0-rc.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/DeviceCheck.framework/Headers/DCError.h
--- /Applications/Xcode_14.0.0-beta6.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/DeviceCheck.framework/Headers/DCError.h	2022-08-05 12:39:36.000000000 -0500
+++ /Applications/Xcode_14.0.0-rc.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/DeviceCheck.framework/Headers/DCError.h	2022-08-03 21:04:41.000000000 -0500
@@ -9,7 +9,7 @@
 
 NS_ASSUME_NONNULL_BEGIN
 
-extern NSErrorDomain const DCErrorDomain API_AVAILABLE(ios(11.0), macos(10.15), tvos(11.0), watchos(9.0));
+extern NSErrorDomain const DCErrorDomain API_AVAILABLE(ios(11.0), macos(10.15), tvos(11.0)) API_UNAVAILABLE(watchos);
 
 typedef NS_ERROR_ENUM(DCErrorDomain, DCError) {
     DCErrorUnknownSystemFailure,
@@ -17,7 +17,7 @@
     DCErrorInvalidInput,
     DCErrorInvalidKey,
     DCErrorServerUnavailable,
-} API_AVAILABLE(ios(11.0), macos(10.15), tvos(11.0), watchos(9.0));
+} API_AVAILABLE(ios(11.0), macos(10.15), tvos(11.0)) API_UNAVAILABLE(watchos);
 
 NS_ASSUME_NONNULL_END
 
Clone this wiki locally