We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d78dba8 commit b799e8fCopy full SHA for b799e8f
remote_config/integration_test/Podfile
@@ -1,9 +1,14 @@
1
2
source 'https://github.com/CocoaPods/Specs.git'
3
-platform :ios, '10.0'
4
# Firebase Remote Config test application.
5
6
target 'integration_test' do
+ platform :ios, '10.0'
7
+ pod 'Firebase/RemoteConfig', '7.11.0'
8
+end
9
+
10
+target 'integration_test_tvos' do
11
+ platform :tvos, '10.0'
12
pod 'Firebase/RemoteConfig', '7.11.0'
13
end
14
0 commit comments