-
Notifications
You must be signed in to change notification settings - Fork 514
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;
- 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