-
Notifications
You must be signed in to change notification settings - Fork 514
DeviceCheck macOS xcode13.0 beta1
tj_devel709 edited this page Jul 7, 2021
·
3 revisions
#DeviceCheck.framework https://github.com/xamarin/xamarin-macios/pull/12074
diff -ruN /Applications/Xcode_12.5.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/DeviceCheck.framework/Headers/DCAppAttestService.h /Applications/Xcode_13.0.0-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/DeviceCheck.framework/Headers/DCAppAttestService.h
--- /Applications/Xcode_12.5.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/DeviceCheck.framework/Headers/DCAppAttestService.h 2021-03-16 09:52:45.000000000 -0400
+++ /Applications/Xcode_13.0.0-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/DeviceCheck.framework/Headers/DCAppAttestService.h 2021-06-02 11:05:15.000000000 -0400
@@ -8,12 +8,10 @@
#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)) API_UNAVAILABLE(tvos, watchos)
+API_AVAILABLE(macos(11.0), ios(14.0), tvos(15.0)) API_UNAVAILABLE(watchos)
@interface DCAppAttestService : NSObject
/**
@@ -64,6 +62,3 @@
@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