-
Notifications
You must be signed in to change notification settings - Fork 520
AuthenticationServices iOS xcode16.0 b4
Rolf Bjarne Kvinge edited this page Aug 28, 2024
·
3 revisions
#AuthenticationServices.framework https://github.com/xamarin/xamarin-macios/pull/21143
diff -ruN /Applications/Xcode_16.0.0-beta3.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/AuthenticationServices.framework/Headers/ASAuthorizationController.h /Applications/Xcode_16.0.0-beta4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/AuthenticationServices.framework/Headers/ASAuthorizationController.h
--- /Applications/Xcode_16.0.0-beta3.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/AuthenticationServices.framework/Headers/ASAuthorizationController.h 2024-07-02 02:43:42
+++ /Applications/Xcode_16.0.0-beta4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/AuthenticationServices.framework/Headers/ASAuthorizationController.h 2024-07-13 21:27:13
@@ -102,7 +103,7 @@
/*! @abstract Cancel the running authorization flows, if there are any. If a flow is canceled, the delegate callback will
be made indicating the cancel.
*/
-- (void)cancel API_AVAILABLE(macos(13.0), ios(16.0)) API_UNAVAILABLE(watchos, tvos);
+- (void)cancel API_AVAILABLE(macos(13.0), ios(16.0), tvos(18.0)) API_UNAVAILABLE(watchos);
+ (instancetype)new NS_UNAVAILABLE;