Skip to content

Commit

Permalink
iOS: exclude DatadogWebViewTracking in tvOS
Browse files Browse the repository at this point in the history
  • Loading branch information
marco-saia-datadog committed Aug 26, 2024
1 parent 176e173 commit afa8f54
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/core/DatadogSDKReactNative.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,9 @@ Pod::Spec.new do |s|
s.dependency 'DatadogTrace', '~> 2.14.1'
s.dependency 'DatadogRUM', '~> 2.14.1'
s.dependency 'DatadogCrashReporting', '~> 2.14.1'
s.dependency 'DatadogWebViewTracking', '~> 2.14.1'

# DatadogWebViewTracking is not available for tvOS
s.ios.dependency 'DatadogWebViewTracking', '~> 2.14.1'

s.test_spec 'Tests' do |test_spec|
test_spec.source_files = 'ios/Tests/**/*.{swift,json}'
Expand Down

0 comments on commit afa8f54

Please sign in to comment.