Skip to content

Commit 8b483ec

Browse files
committed
Update podspec to exclude new headers from tvOS/watchOS.
1 parent 07efbf1 commit 8b483ec

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Parse.podspec

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ Pod::Spec.new do |s|
3030
'Parse/Internal/PFMemoryEventuallyQueue.{h,m}'
3131
s.tvos.exclude_files = 'Parse/PFNetworkActivityIndicatorManager.{h,m}',
3232
'Parse/PFPush.{h,m}',
33+
'Parse/PFPush+Synchronous.{h,m}',
3334
'Parse/PFInstallation.{h,m}',
3435
'Parse/Internal/PFAlertView.{h,m}',
3536
'Parse/Internal/Push/**/*.{h,m}',
@@ -42,6 +43,7 @@ Pod::Spec.new do |s|
4243
'Parse/PFProduct.{h,m}',
4344
'Parse/PFPurchase.{h,m}',
4445
'Parse/PFPush.{h,m}',
46+
'Parse/PFPush+Synchronous.{h,m}',
4547
'Parse/PFInstallation.{h,m}',
4648
'Parse/Internal/PFAlertView.{h,m}',
4749
'Parse/Internal/PFReachability.{h,m}',

0 commit comments

Comments
 (0)