We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07efbf1 commit 8b483ecCopy full SHA for 8b483ec
Parse.podspec
@@ -30,6 +30,7 @@ Pod::Spec.new do |s|
30
'Parse/Internal/PFMemoryEventuallyQueue.{h,m}'
31
s.tvos.exclude_files = 'Parse/PFNetworkActivityIndicatorManager.{h,m}',
32
'Parse/PFPush.{h,m}',
33
+ 'Parse/PFPush+Synchronous.{h,m}',
34
'Parse/PFInstallation.{h,m}',
35
'Parse/Internal/PFAlertView.{h,m}',
36
'Parse/Internal/Push/**/*.{h,m}',
@@ -42,6 +43,7 @@ Pod::Spec.new do |s|
42
43
'Parse/PFProduct.{h,m}',
44
'Parse/PFPurchase.{h,m}',
45
46
47
48
49
'Parse/Internal/PFReachability.{h,m}',
0 commit comments