Skip to content

Commit e376c29

Browse files
authored
fix(Analytics) - add analytics dependency without AdId support for tvOS (#9780)
1 parent e30fc33 commit e376c29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Firebase.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ Simplify your app development, grow your user base, and monetize more effectivel
7979
ss.ios.deployment_target = '10.0'
8080
ss.osx.deployment_target = '10.12'
8181
ss.tvos.deployment_target = '12.0'
82-
ss.ios.dependency 'FirebaseAnalytics/WithoutAdIdSupport', '~> 9.0.0'
82+
ss.dependency 'FirebaseAnalytics/WithoutAdIdSupport', '~> 9.0.0'
8383
ss.dependency 'Firebase/CoreOnly'
8484
end
8585

0 commit comments

Comments
 (0)