Skip to content
This repository was archived by the owner on Jan 16, 2021. It is now read-only.

Commit

Permalink
Merge pull request #1 from ParsePlatform/nlutsenko.v3.xcode64
Browse files Browse the repository at this point in the history
Fix compilation of ParseFacebookUtilsV3 on Xcode 6.4.
  • Loading branch information
nlutsenko committed Oct 10, 2015
2 parents dfadfef + e41a51e commit f9866ee
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ - (void)initializeSession {
self.session = FBSession.activeSession = sessionProxy;
}

- (BOOL)restoreAuthenticationWithAuthData:(nullable NSDictionary<NSString *,NSString *> *)authData {
- (BOOL)restoreAuthenticationWithAuthData:(nullable NSDictionary PF_GENERIC(NSString *,NSString *)*)authData {
if (!authData) {
OSAtomicIncrement32(&_currentOperationId);
self.tokenCache.facebookId = nil;
Expand Down

0 comments on commit f9866ee

Please sign in to comment.