Skip to content

Commit

Permalink
Merge pull request #494 from DataDog/louiszawadzki/support-tv-os
Browse files Browse the repository at this point in the history
Add support for tvOS in podspec
  • Loading branch information
louiszawadzki authored Jun 21, 2023
2 parents 9367e06 + 808b373 commit 3bde4ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/DatadogSDKReactNative.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Pod::Spec.new do |s|
s.license = package["license"]
s.authors = package["author"]

s.platforms = { :ios => "11.0" }
s.platforms = { :ios => "11.0", :tvos => "11.0" }
s.source = { :git => "https://github.com/DataDog/dd-sdk-reactnative.git", :tag => "#{s.version}" }


Expand Down

0 comments on commit 3bde4ee

Please sign in to comment.