Accounts Changes
Accounts
ACAccount.h
Modified ACAccount.accountDescription
| Declaration | |
|---|---|
| From | @property(copy) NSString *accountDescription |
| To | @property(copy, atomic) NSString *accountDescription |
Modified ACAccount.accountType
| Declaration | |
|---|---|
| From | @property(strong) ACAccountType *accountType |
| To | @property(strong, atomic) ACAccountType *accountType |
Modified ACAccount.credential
| Declaration | |
|---|---|
| From | @property(strong) ACAccountCredential *credential |
| To | @property(strong, atomic) ACAccountCredential *credential |
Modified ACAccount.identifier
| Declaration | |
|---|---|
| From | @property(readonly, weak) NSString *identifier |
| To | @property(readonly, weak, atomic) NSString *identifier |
Modified ACAccount.username
| Declaration | |
|---|---|
| From | @property(copy) NSString *username |
| To | @property(copy, atomic) NSString *username |
ACAccountCredential.h
Modified ACAccountCredential.oauthToken
| Declaration | |
|---|---|
| From | @property(copy) NSString *oauthToken |
| To | @property(copy, atomic) NSString *oauthToken |
ACAccountStore.h
Modified ACAccountStore.accounts
| Declaration | |
|---|---|
| From | @property(readonly, weak) NSArray *accounts |
| To | @property(readonly, weak, atomic) NSArray *accounts |
Modified ACFacebookAppIdKey
| Header | |
|---|---|
| From | Accounts/ACAccountStore.h |
| To | Accounts/ACAccountType.h |
Modified ACFacebookAudienceEveryone
| Header | |
|---|---|
| From | Accounts/ACAccountStore.h |
| To | Accounts/ACAccountType.h |
Modified ACFacebookAudienceFriends
| Header | |
|---|---|
| From | Accounts/ACAccountStore.h |
| To | Accounts/ACAccountType.h |
Modified ACFacebookAudienceKey
| Header | |
|---|---|
| From | Accounts/ACAccountStore.h |
| To | Accounts/ACAccountType.h |
Modified ACFacebookAudienceOnlyMe
| Header | |
|---|---|
| From | Accounts/ACAccountStore.h |
| To | Accounts/ACAccountType.h |
Modified ACFacebookPermissionsKey
| Header | |
|---|---|
| From | Accounts/ACAccountStore.h |
| To | Accounts/ACAccountType.h |
ACAccountType.h
Modified ACAccountType.accessGranted
| Declaration | |
|---|---|
| From | @property(readonly) BOOL accessGranted |
| To | @property(readonly, atomic) BOOL accessGranted |
Modified ACAccountType.accountTypeDescription
| Declaration | |
|---|---|
| From | @property(readonly) NSString *accountTypeDescription |
| To | @property(readonly, atomic) NSString *accountTypeDescription |
Modified ACAccountType.identifier
| Declaration | |
|---|---|
| From | @property(readonly) NSString *identifier |
| To | @property(readonly, atomic) NSString *identifier |
Modified ACFacebookAppIdKey
| Header | |
|---|---|
| From | Accounts/ACAccountStore.h |
| To | Accounts/ACAccountType.h |
Modified ACFacebookAudienceEveryone
| Header | |
|---|---|
| From | Accounts/ACAccountStore.h |
| To | Accounts/ACAccountType.h |
Modified ACFacebookAudienceFriends
| Header | |
|---|---|
| From | Accounts/ACAccountStore.h |
| To | Accounts/ACAccountType.h |
Modified ACFacebookAudienceKey
| Header | |
|---|---|
| From | Accounts/ACAccountStore.h |
| To | Accounts/ACAccountType.h |
Modified ACFacebookAudienceOnlyMe
| Header | |
|---|---|
| From | Accounts/ACAccountStore.h |
| To | Accounts/ACAccountType.h |
Modified ACFacebookPermissionsKey
| Header | |
|---|---|
| From | Accounts/ACAccountStore.h |
| To | Accounts/ACAccountType.h |
ACError.h