Skip to content

Accounts macOS xcode14.0 rc

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

#Accounts.framework

diff -ruN /Applications/Xcode_14.0.0-beta6.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/Accounts.framework/Headers/ACAccount.h /Applications/Xcode_14.0.0-rc.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/Accounts.framework/Headers/ACAccount.h
--- /Applications/Xcode_14.0.0-beta6.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/Accounts.framework/Headers/ACAccount.h	2022-08-05 12:40:41.000000000 -0500
+++ /Applications/Xcode_14.0.0-rc.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/Accounts.framework/Headers/ACAccount.h	2022-08-03 21:06:00.000000000 -0500
@@ -44,11 +44,6 @@
 
 // The credential for the account. This property can be set and saved during account creation. It is
 // inaccessible once the account has been saved.
-//
-// Unless an error occurs in loading, calling account.credential will always return a non-nil ACAccountCredential object,
-// which will have 0 to n credential items set on it. Setting this property to nil will not unset any credential items saved
-// to this account's credential. See ACAccountCredential.h for details on setting, getting, and clearing credential items.
-//
 // WARNING: Backed by a synchronous xpc call to accountsd, not appropriate to call on a UI Application's main thread
 @property (strong, NS_NONATOMIC_IOSONLY)   ACAccountCredential *credential;
 
Clone this wiki locally