From 13172be42cd250c4097d04734f6165511e810ace Mon Sep 17 00:00:00 2001 From: ndesai-newrelic <89222514+ndesai-newrelic@users.noreply.github.com> Date: Tue, 28 Mar 2023 12:07:47 -0500 Subject: [PATCH] feat: add Support For TVOS https://issues.newrelic.com/browse/NR-93820 --- newrelic-react-native-agent.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/newrelic-react-native-agent.podspec b/newrelic-react-native-agent.podspec index 4bab988..fc77ecd 100644 --- a/newrelic-react-native-agent.podspec +++ b/newrelic-react-native-agent.podspec @@ -22,7 +22,7 @@ Pod::Spec.new do |s| # todo: we have to make sure the zip matches this name. s.source = { :http => 'file:' + '$PODS_TARGET_SRCROOT/../ios/ios-bridge.zip' } s.source_files = "ios/bridge/**/*.{h,m}" - s.platform = :ios, '9.0' + s.platforms = { :ios => "9.0", :tvos => "11.1" } s.requires_arc = true # todo: change these to their public repos - changes these to the correct versions