Skip to content

Accounts macOS xcode13.0 rc

Alex Soto edited this page Sep 14, 2021 · 1 revision

#Accounts.framework

diff -ruN /Applications/Xcode_13.0.0-beta5.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/Accounts.framework/Headers/ACAccount.h /Applications/Xcode_13.0.0-rc.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/Accounts.framework/Headers/ACAccount.h
--- /Applications/Xcode_13.0.0-beta5.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/Accounts.framework/Headers/ACAccount.h	2021-08-07 05:21:28.000000000 -0400
+++ /Applications/Xcode_13.0.0-rc.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/Accounts.framework/Headers/ACAccount.h	2021-08-03 21:50:35.000000000 -0400
@@ -14,9 +14,7 @@
 // Accounts are created not bound to any store. Once an account is saved it belongs
 // to the store it was saved into.
 
-
-API_DEPRECATED("Use appropriate non-Apple SDK corresponding to the type of account you want to reference instead", ios(6.0, 15.0), macos(10.8, 12.0))
-
+API_AVAILABLE(ios(5.0), macos(10.8))
 @interface ACAccount : NSObject
 
 // Creates a new account object with a specified account type.
diff -ruN /Applications/Xcode_13.0.0-beta5.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/Accounts.framework/Headers/ACAccountCredential.h /Applications/Xcode_13.0.0-rc.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/Accounts.framework/Headers/ACAccountCredential.h
--- /Applications/Xcode_13.0.0-beta5.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/Accounts.framework/Headers/ACAccountCredential.h	2021-08-07 05:21:28.000000000 -0400
+++ /Applications/Xcode_13.0.0-rc.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/Accounts.framework/Headers/ACAccountCredential.h	2021-08-03 21:50:35.000000000 -0400
@@ -18,9 +18,7 @@
 //
 // The account will be validated and saved as a system account.
 
-
-API_DEPRECATED("Use appropriate non-Apple SDK corresponding to the type of account you want to reference instead", ios(6.0, 15.0), macos(10.8, 12.0))
-
+API_AVAILABLE(ios(5.0), macos(10.8))
 @interface ACAccountCredential : NSObject
 
 - (instancetype)initWithOAuthToken:(NSString *)token tokenSecret:(NSString *)secret;
diff -ruN /Applications/Xcode_13.0.0-beta5.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/Accounts.framework/Headers/ACAccountStore.h /Applications/Xcode_13.0.0-rc.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/Accounts.framework/Headers/ACAccountStore.h
--- /Applications/Xcode_13.0.0-beta5.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/Accounts.framework/Headers/ACAccountStore.h	2021-08-09 03:22:19.000000000 -0400
+++ /Applications/Xcode_13.0.0-rc.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/Accounts.framework/Headers/ACAccountStore.h	2021-08-03 21:50:35.000000000 -0400
@@ -34,9 +34,7 @@
 // WARNING: All synchronous methods on ACAccountStore invoke xpc methods
 // on accountsd. They are not appropriate to call on a UI Application's main thread.
 
-
-API_DEPRECATED("Use appropriate non-Apple SDK corresponding to the type of account you want to reference instead", ios(6.0, 15.0), macos(10.8, 12.0))
-
+API_AVAILABLE(ios(5.0), macos(10.8))
 @interface ACAccountStore : NSObject
 
 // An array of all the accounts in an account database
diff -ruN /Applications/Xcode_13.0.0-beta5.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/Accounts.framework/Headers/ACAccountType.h /Applications/Xcode_13.0.0-rc.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/Accounts.framework/Headers/ACAccountType.h
--- /Applications/Xcode_13.0.0-beta5.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/Accounts.framework/Headers/ACAccountType.h	2021-08-07 05:21:28.000000000 -0400
+++ /Applications/Xcode_13.0.0-rc.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/Accounts.framework/Headers/ACAccountType.h	2021-08-03 21:50:35.000000000 -0400
@@ -36,9 +36,7 @@
 // or accessing the accountType property for a particular account object. They may also be used to find
 // all the accounts of a particular type using [ACAccountStore accountsWithAccountType:]
 
-
-API_DEPRECATED("Use appropriate non-Apple SDK corresponding to the type of account you want to reference instead", ios(6.0, 15.0), macos(10.8, 12.0))
-
+API_AVAILABLE(ios(5.0), macos(10.8))
 @interface ACAccountType : NSObject
 
 // A human readable description of the account type.
Clone this wiki locally