Accounts Changes
Accounts
Modified ACAccount
| Introduction | |
|---|---|
| From | OS X 10.10 |
| To | OS X 10.8 |
Modified ACAccount.init(accountType: ACAccountType!)
| Declaration | |
|---|---|
| From | init(accountType type: ACAccountType!) |
| To | init!(accountType type: ACAccountType!) |
Modified ACAccountCredential
| Introduction | |
|---|---|
| From | OS X 10.10 |
| To | OS X 10.8 |
Modified ACAccountCredential.init(OAuth2Token: String!, refreshToken: String!, expiryDate: NSDate!)
| Declaration | |
|---|---|
| From | init(OAuth2Token token: String!, refreshToken refreshToken: String!, expiryDate expiryDate: NSDate!) |
| To | init!(OAuth2Token token: String!, refreshToken refreshToken: String!, expiryDate expiryDate: NSDate!) |
Modified ACAccountCredential.init(OAuthToken: String!, tokenSecret: String!)
| Declaration | |
|---|---|
| From | init(OAuthToken token: String!, tokenSecret secret: String!) |
| To | init!(OAuthToken token: String!, tokenSecret secret: String!) |
Modified ACAccountStore
| Introduction | |
|---|---|
| From | OS X 10.10 |
| To | OS X 10.8 |
Modified ACAccountType
| Introduction | |
|---|---|
| From | OS X 10.10 |
| To | OS X 10.8 |
Modified ACAccountStoreDidChangeNotification
| Declaration | Introduction | |
|---|---|---|
| From | let ACAccountStoreDidChangeNotification: NSString! | OS X 10.10 |
| To | let ACAccountStoreDidChangeNotification: String | OS X 10.8 |
Modified ACAccountTypeIdentifierFacebook
| Declaration | Introduction | |
|---|---|---|
| From | let ACAccountTypeIdentifierFacebook: NSString! | OS X 10.10 |
| To | let ACAccountTypeIdentifierFacebook: String | OS X 10.8 |
Modified ACAccountTypeIdentifierLinkedIn
| Declaration | Introduction | |
|---|---|---|
| From | let ACAccountTypeIdentifierLinkedIn: NSString! | OS X 10.10 |
| To | let ACAccountTypeIdentifierLinkedIn: String | OS X 10.9 |
Modified ACAccountTypeIdentifierSinaWeibo
| Declaration | Introduction | |
|---|---|---|
| From | let ACAccountTypeIdentifierSinaWeibo: NSString! | OS X 10.10 |
| To | let ACAccountTypeIdentifierSinaWeibo: String | OS X 10.8 |
Modified ACAccountTypeIdentifierTencentWeibo
| Declaration | Introduction | |
|---|---|---|
| From | let ACAccountTypeIdentifierTencentWeibo: NSString! | OS X 10.10 |
| To | let ACAccountTypeIdentifierTencentWeibo: String | OS X 10.9 |
Modified ACAccountTypeIdentifierTwitter
| Declaration | Introduction | |
|---|---|---|
| From | let ACAccountTypeIdentifierTwitter: NSString! | OS X 10.10 |
| To | let ACAccountTypeIdentifierTwitter: String | OS X 10.8 |
Modified ACErrorDomain
| Declaration | Introduction | |
|---|---|---|
| From | let ACErrorDomain: NSString! | OS X 10.10 |
| To | let ACErrorDomain: String | OS X 10.8 |
Modified ACFacebookAppIdKey
| Declaration | Introduction | |
|---|---|---|
| From | let ACFacebookAppIdKey: NSString! | OS X 10.10 |
| To | let ACFacebookAppIdKey: String | OS X 10.8 |
Modified ACFacebookAudienceEveryone
| Declaration | Introduction | |
|---|---|---|
| From | let ACFacebookAudienceEveryone: NSString! | OS X 10.10 |
| To | let ACFacebookAudienceEveryone: String | OS X 10.8 |
Modified ACFacebookAudienceFriends
| Declaration | Introduction | |
|---|---|---|
| From | let ACFacebookAudienceFriends: NSString! | OS X 10.10 |
| To | let ACFacebookAudienceFriends: String | OS X 10.8 |
Modified ACFacebookAudienceKey
| Declaration | Introduction | |
|---|---|---|
| From | let ACFacebookAudienceKey: NSString! | OS X 10.10 |
| To | let ACFacebookAudienceKey: String | OS X 10.8 |
Modified ACFacebookAudienceOnlyMe
| Declaration | Introduction | |
|---|---|---|
| From | let ACFacebookAudienceOnlyMe: NSString! | OS X 10.10 |
| To | let ACFacebookAudienceOnlyMe: String | OS X 10.8 |
Modified ACFacebookPermissionsKey
| Declaration | Introduction | |
|---|---|---|
| From | let ACFacebookPermissionsKey: NSString! | OS X 10.10 |
| To | let ACFacebookPermissionsKey: String | OS X 10.8 |
Modified ACLinkedInAppIdKey
| Declaration | Introduction | |
|---|---|---|
| From | let ACLinkedInAppIdKey: NSString! | OS X 10.10 |
| To | let ACLinkedInAppIdKey: String | OS X 10.9 |
Modified ACLinkedInPermissionsKey
| Declaration | Introduction | |
|---|---|---|
| From | let ACLinkedInPermissionsKey: NSString! | OS X 10.10 |
| To | let ACLinkedInPermissionsKey: String | OS X 10.9 |
Modified ACTencentWeiboAppIdKey
| Declaration | Introduction | |
|---|---|---|
| From | let ACTencentWeiboAppIdKey: NSString! | OS X 10.10 |
| To | let ACTencentWeiboAppIdKey: String | OS X 10.9 |