File tree Expand file tree Collapse file tree 16 files changed +74
-74
lines changed
analytics/integration_test
database/integration_test
dynamic_links/integration_test
integration_test_internal
functions/integration_test
installations/integration_test
messaging/integration_test
remote_config/integration_test Expand file tree Collapse file tree 16 files changed +74
-74
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ platform :ios, '10.0'
33# Firebase AdMob test application.
44
55target 'integration_test' do
6- pod 'Firebase/Analytics' , '8.6 .0'
6+ pod 'Firebase/Analytics' , '8.7 .0'
77 pod 'Google-Mobile-Ads-SDK' , '7.69.0-cppsdk'
88end
99
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ platform :ios, '10.0'
44# Firebase Analytics test application.
55
66target 'integration_test' do
7- pod 'Firebase/Analytics' , '8.6 .0'
7+ pod 'Firebase/Analytics' , '8.7 .0'
88end
99
1010post_install do |installer |
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ platform :ios, '10.0'
44# Firebase App test application.
55
66target 'integration_test' do
7- pod 'Firebase/Analytics' , '8.6 .0'
7+ pod 'Firebase/Analytics' , '8.7 .0'
88end
99
1010post_install do |installer |
Original file line number Diff line number Diff line change @@ -4,12 +4,12 @@ source 'https://github.com/CocoaPods/Specs.git'
44
55target 'integration_test' do
66 platform :ios , '10.0'
7- pod 'Firebase/Auth' , '8.6 .0'
7+ pod 'Firebase/Auth' , '8.7 .0'
88end
99
1010target 'integration_test_tvos' do
1111 platform :tvos , '10.0'
12- pod 'Firebase/Auth' , '8.6 .0'
12+ pod 'Firebase/Auth' , '8.7 .0'
1313end
1414
1515post_install do |installer |
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ if(TARGET firestore)
1818 return ()
1919endif ()
2020
21- set (version CocoaPods-8.6 .0)
21+ set (version CocoaPods-8.7 .0)
2222ExternalProject_Add(
2323 firestore
2424
Original file line number Diff line number Diff line change @@ -4,14 +4,14 @@ source 'https://github.com/CocoaPods/Specs.git'
44
55target 'integration_test' do
66 platform :ios , '10.0'
7- pod 'Firebase/Database' , '8.6 .0'
8- pod 'Firebase/Auth' , '8.6 .0'
7+ pod 'Firebase/Database' , '8.7 .0'
8+ pod 'Firebase/Auth' , '8.7 .0'
99end
1010
1111target 'integration_test_tvos' do
1212 platform :tvos , '10.0'
13- pod 'Firebase/Database' , '8.6 .0'
14- pod 'Firebase/Auth' , '8.6 .0'
13+ pod 'Firebase/Database' , '8.7 .0'
14+ pod 'Firebase/Auth' , '8.7 .0'
1515end
1616
1717post_install do |installer |
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ platform :ios, '10.0'
44# Firebase Dynamic Links test application.
55
66target 'integration_test' do
7- pod 'Firebase/DynamicLinks' , '8.6 .0'
7+ pod 'Firebase/DynamicLinks' , '8.7 .0'
88end
99
1010post_install do |installer |
Original file line number Diff line number Diff line change @@ -4,14 +4,14 @@ source 'https://github.com/CocoaPods/Specs.git'
44
55target 'integration_test' do
66 platform :ios , '10.0'
7- pod 'Firebase/Firestore' , '8.6 .0'
8- pod 'Firebase/Auth' , '8.6 .0'
7+ pod 'Firebase/Firestore' , '8.7 .0'
8+ pod 'Firebase/Auth' , '8.7 .0'
99end
1010
1111target 'integration_test_tvos' do
1212 platform :tvos , '10.0'
13- pod 'Firebase/Firestore' , '8.6 .0'
14- pod 'Firebase/Auth' , '8.6 .0'
13+ pod 'Firebase/Firestore' , '8.7 .0'
14+ pod 'Firebase/Auth' , '8.7 .0'
1515end
1616
1717post_install do |installer |
Original file line number Diff line number Diff line change @@ -4,14 +4,14 @@ platform :ios, '10.0'
44
55target 'integration_test' do
66 platform :ios , '10.0'
7- pod 'Firebase/Firestore' , '8.6 .0'
8- pod 'Firebase/Auth' , '8.6 .0'
7+ pod 'Firebase/Firestore' , '8.7 .0'
8+ pod 'Firebase/Auth' , '8.7 .0'
99end
1010
1111target 'integration_test_tvos' do
1212 platform :tvos , '10.0'
13- pod 'Firebase/Firestore' , '8.6 .0'
14- pod 'Firebase/Auth' , '8.6 .0'
13+ pod 'Firebase/Firestore' , '8.7 .0'
14+ pod 'Firebase/Auth' , '8.7 .0'
1515end
1616
1717post_install do |installer |
Original file line number Diff line number Diff line change @@ -4,14 +4,14 @@ source 'https://github.com/CocoaPods/Specs.git'
44
55target 'integration_test' do
66 platform :ios , '10.0'
7- pod 'Firebase/Functions' , '8.6 .0'
8- pod 'Firebase/Auth' , '8.6 .0'
7+ pod 'Firebase/Functions' , '8.7 .0'
8+ pod 'Firebase/Auth' , '8.7 .0'
99end
1010
1111target 'integration_test_tvos' do
1212 platform :tvos , '10.0'
13- pod 'Firebase/Functions' , '8.6 .0'
14- pod 'Firebase/Auth' , '8.6 .0'
13+ pod 'Firebase/Functions' , '8.7 .0'
14+ pod 'Firebase/Auth' , '8.7 .0'
1515end
1616
1717post_install do |installer |
You can’t perform that action at this time.
0 commit comments