File tree Expand file tree Collapse file tree 13 files changed +30
-30
lines changed
analytics/integration_test
database/integration_test
dynamic_links/integration_test
firestore/integration_test
functions/integration_test
installations/integration_test
instance_id/integration_test
messaging/integration_test
remote_config/integration_test Expand file tree Collapse file tree 13 files changed +30
-30
lines changed Original file line number Diff line number Diff line change 11
22source 'https://github.com/CocoaPods/Specs.git'
3- platform :ios , '8 .0'
3+ platform :ios , '10 .0'
44# Firebase AdMob test application.
55
66target 'integration_test' do
7- pod 'Firebase/AdMob' , '6.24 .0'
7+ pod 'Firebase/AdMob' , '7.0 .0'
88end
99
1010post_install do |installer |
Original file line number Diff line number Diff line change 11
22source 'https://github.com/CocoaPods/Specs.git'
3- platform :ios , '8 .0'
3+ platform :ios , '10 .0'
44# Firebase Analytics test application.
55
66target 'integration_test' do
7- pod 'Firebase/Analytics' , '6.24 .0'
7+ pod 'Firebase/Analytics' , '7.0 .0'
88end
99
1010post_install do |installer |
Original file line number Diff line number Diff line change 11
22source 'https://github.com/CocoaPods/Specs.git'
3- platform :ios , '8 .0'
3+ platform :ios , '10 .0'
44# Firebase App test application.
55
66target 'integration_test' do
7- pod 'Firebase/Analytics' , '6.24 .0'
7+ pod 'Firebase/Analytics' , '7.0 .0'
88end
99
1010post_install do |installer |
Original file line number Diff line number Diff line change 11
22source 'https://github.com/CocoaPods/Specs.git'
3- platform :ios , '8 .0'
3+ platform :ios , '10 .0'
44# Firebase Auth test application.
55
66target 'integration_test' do
7- pod 'Firebase/Auth' , '6.24 .0'
7+ pod 'Firebase/Auth' , '7.0 .0'
88end
99
1010post_install do |installer |
Original file line number Diff line number Diff line change 11
22source 'https://github.com/CocoaPods/Specs.git'
3- platform :ios , '8 .0'
3+ platform :ios , '10 .0'
44# Firebase Realtime Database test application.
55
66target 'integration_test' do
7- pod 'Firebase/Database' , '6.24 .0'
8- pod 'Firebase/Auth' , '6.24 .0'
7+ pod 'Firebase/Database' , '7.0 .0'
8+ pod 'Firebase/Auth' , '7.0 .0'
99end
1010
1111post_install do |installer |
Original file line number Diff line number Diff line change 11
22source 'https://github.com/CocoaPods/Specs.git'
3- platform :ios , '8 .0'
3+ platform :ios , '10 .0'
44# Firebase Dynamic Links test application.
55
66target 'integration_test' do
7- pod 'Firebase/DynamicLinks' , '6.24 .0'
7+ pod 'Firebase/DynamicLinks' , '7.0 .0'
88end
99
1010post_install do |installer |
Original file line number Diff line number Diff line change 11
22source 'https://github.com/CocoaPods/Specs.git'
3- platform :ios , '8 .0'
3+ platform :ios , '10 .0'
44# Firebase Realtime Firestore test application.
55
66target 'integration_test' do
7- pod 'Firebase/Firestore' , '6.32.2 '
8- pod 'Firebase/Auth' , '6.32.2 '
7+ pod 'Firebase/Firestore' , '7.0.0 '
8+ pod 'Firebase/Auth' , '7.0.0 '
99end
1010
1111post_install do |installer |
Original file line number Diff line number Diff line change 11
22source 'https://github.com/CocoaPods/Specs.git'
3- platform :ios , '8 .0'
3+ platform :ios , '10 .0'
44# Cloud Functions for Firebase test application.
55
66target 'integration_test' do
7- pod 'Firebase/Functions' , '6.24 .0'
8- pod 'Firebase/Auth' , '6.24 .0'
7+ pod 'Firebase/Functions' , '7.0 .0'
8+ pod 'Firebase/Auth' , '7.0 .0'
99end
1010
1111post_install do |installer |
Original file line number Diff line number Diff line change 11
22source 'https://github.com/CocoaPods/Specs.git'
3- platform :ios , '8 .0'
3+ platform :ios , '10 .0'
44# Firebase Installations test application.
55
66target 'integration_test' do
Original file line number Diff line number Diff line change 11
22source 'https://github.com/CocoaPods/Specs.git'
3- platform :ios , '8 .0'
3+ platform :ios , '10 .0'
44# Firebase Instance ID test application.
55
66target 'integration_test' do
7- pod 'Firebase/Analytics' , '6.24 .0'
8- pod 'FirebaseInstanceID' , '4.3.4 '
7+ pod 'Firebase/Analytics' , '7.0 .0'
8+ pod 'FirebaseInstanceID' , '7.0.0 '
99end
1010
1111post_install do |installer |
You can’t perform that action at this time.
0 commit comments