-
-
Notifications
You must be signed in to change notification settings - Fork 875
Closed
Description
I would like to use PFPush and PFinstallation on tvOS. I see that it is excluded from the pod:
Parse-SDK-iOS-OSX/Parse.podspec
Lines 31 to 42 in 98ba23c
s.tvos.exclude_files = 'Parse/PFNetworkActivityIndicatorManager.{h,m}', | |
'Parse/PFPush.{h,m}', | |
'Parse/PFPush+Synchronous.{h,m}', | |
'Parse/PFPush+Deprecated.{h,m}', | |
'Parse/PFInstallation.{h,m}', | |
'Parse/Internal/PFAlertView.{h,m}', | |
'Parse/Internal/Push/**/*.{h,m}', | |
'Parse/Internal/Installation/Controller/*.{h,m}', | |
'Parse/Internal/Installation/Constants/*.{h,m}', | |
'Parse/Internal/Installation/CurrentInstallationController/*.{h,m}', | |
'Parse/Internal/Installation/PFInstallationPrivate.h', | |
'Parse/Internal/Commands/PFRESTPushCommand.{h,m}' |
Why is this the case? Is this still necessary because tvOS does support notifications.
Metadata
Metadata
Assignees
Labels
No labels