Skip to content

DeviceCheck iOS 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/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/DeviceCheck.framework/Headers/DCAppAttestService.h /Applications/Xcode_13.0.0-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/DeviceCheck.framework/Headers/DCAppAttestService.h
--- /Applications/Xcode_12.5.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/DeviceCheck.framework/Headers/DCAppAttestService.h	2021-03-16 08:46:14.000000000 -0400
+++ /Applications/Xcode_13.0.0-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/DeviceCheck.framework/Headers/DCAppAttestService.h	2021-06-02 12:45:48.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
Clone this wiki locally