-
Notifications
You must be signed in to change notification settings - Fork 514
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
- README
- xcode13.0 Binding Status
- xcode13.1 Binding Status
- xcode13.2 Binding Status
- xcode13.3 Binding Status
- xcode13.4 Binding Status
- xcode14.0 Binding Status
- xcode14.1 Binding Status
- xcode14.2 Binding Status
- xcode14.3 Binding Status
- xcode15.0 Binding Status
- xcode15.1 Binding Status
- xcode15.3 Binding Status
- xcode15.4 Binding Status
- xcode16.0 Binding Status
- xcode16.1 Binding Status
- xcode16.2 Binding Status