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

Add support for tvOS platform. #23

Merged
merged 6 commits into from
Dec 10, 2015
Merged

Add support for tvOS platform. #23

merged 6 commits into from
Dec 10, 2015

Conversation

nlutsenko
Copy link
Contributor

This depends on parse-community/Parse-SDK-iOS-OSX#250 to actually ship.
Added them via precompiled packages to vendor folder for now.
Also - podspec is updated, but doesn't list tvos as a supported platform, since Parse pod doesn't support it yet.

Closes #20

@@ -40,8 +36,11 @@ extern NSString *const PFFacebookUserAuthenticationType;
/// @name Authenticate
///--------------------------------------

- (BFTask *)authenticateAsyncWithReadPermissions:(nullable NSArray PF_GENERIC(NSString *) *)readPermissions
publishPermissions:(nullable NSArray PF_GENERIC(NSString *) *)publishPermissions;
- (BFTask PF_GENERIC(NSDictionary<NSString *,NSString *>*)*)authenticateAsyncWithReadPermissions:(nullable NSArray PF_GENERIC(NSString *)*)readPermissions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I assume this is auto-format screwing us over, but space between the two NSString parameters? If it is just auto format please ignore.

@facebook-github-bot
Copy link

@nlutsenko updated the pull request.

@facebook-github-bot
Copy link

@nlutsenko updated the pull request.

nlutsenko added a commit that referenced this pull request Dec 10, 2015
@nlutsenko nlutsenko merged commit 0656359 into master Dec 10, 2015
@nlutsenko nlutsenko deleted the nlutsenko.tvos branch December 10, 2015 01:52
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants