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

Commit 7059e82

Browse files
committed
Fix compilation of ParseFacebookUtilsV3 on Xcode 6.4.
1 parent 60e49c1 commit 7059e82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ParseFacebookUtils/Internal/PFFacebookAuthenticationProvider.m

+1-1
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ - (void)initializeSession {
185185
self.session = FBSession.activeSession = sessionProxy;
186186
}
187187

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

0 commit comments

Comments
 (0)