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 1
1
2
2
source 'https://github.com/CocoaPods/Specs.git'
3
- platform :ios , '8 .0'
3
+ platform :ios , '10 .0'
4
4
# Firebase AdMob test application.
5
5
6
6
target 'integration_test' do
7
- pod 'Firebase/AdMob' , '6.24 .0'
7
+ pod 'Firebase/AdMob' , '7.0 .0'
8
8
end
9
9
10
10
post_install do |installer |
Original file line number Diff line number Diff line change 1
1
2
2
source 'https://github.com/CocoaPods/Specs.git'
3
- platform :ios , '8 .0'
3
+ platform :ios , '10 .0'
4
4
# Firebase Analytics test application.
5
5
6
6
target 'integration_test' do
7
- pod 'Firebase/Analytics' , '6.24 .0'
7
+ pod 'Firebase/Analytics' , '7.0 .0'
8
8
end
9
9
10
10
post_install do |installer |
Original file line number Diff line number Diff line change 1
1
2
2
source 'https://github.com/CocoaPods/Specs.git'
3
- platform :ios , '8 .0'
3
+ platform :ios , '10 .0'
4
4
# Firebase App test application.
5
5
6
6
target 'integration_test' do
7
- pod 'Firebase/Analytics' , '6.24 .0'
7
+ pod 'Firebase/Analytics' , '7.0 .0'
8
8
end
9
9
10
10
post_install do |installer |
Original file line number Diff line number Diff line change 1
1
2
2
source 'https://github.com/CocoaPods/Specs.git'
3
- platform :ios , '8 .0'
3
+ platform :ios , '10 .0'
4
4
# Firebase Auth test application.
5
5
6
6
target 'integration_test' do
7
- pod 'Firebase/Auth' , '6.24 .0'
7
+ pod 'Firebase/Auth' , '7.0 .0'
8
8
end
9
9
10
10
post_install do |installer |
Original file line number Diff line number Diff line change 1
1
2
2
source 'https://github.com/CocoaPods/Specs.git'
3
- platform :ios , '8 .0'
3
+ platform :ios , '10 .0'
4
4
# Firebase Realtime Database test application.
5
5
6
6
target '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'
9
9
end
10
10
11
11
post_install do |installer |
Original file line number Diff line number Diff line change 1
1
2
2
source 'https://github.com/CocoaPods/Specs.git'
3
- platform :ios , '8 .0'
3
+ platform :ios , '10 .0'
4
4
# Firebase Dynamic Links test application.
5
5
6
6
target 'integration_test' do
7
- pod 'Firebase/DynamicLinks' , '6.24 .0'
7
+ pod 'Firebase/DynamicLinks' , '7.0 .0'
8
8
end
9
9
10
10
post_install do |installer |
Original file line number Diff line number Diff line change 1
1
2
2
source 'https://github.com/CocoaPods/Specs.git'
3
- platform :ios , '8 .0'
3
+ platform :ios , '10 .0'
4
4
# Firebase Realtime Firestore test application.
5
5
6
6
target '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 '
9
9
end
10
10
11
11
post_install do |installer |
Original file line number Diff line number Diff line change 1
1
2
2
source 'https://github.com/CocoaPods/Specs.git'
3
- platform :ios , '8 .0'
3
+ platform :ios , '10 .0'
4
4
# Cloud Functions for Firebase test application.
5
5
6
6
target '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'
9
9
end
10
10
11
11
post_install do |installer |
Original file line number Diff line number Diff line change 1
1
2
2
source 'https://github.com/CocoaPods/Specs.git'
3
- platform :ios , '8 .0'
3
+ platform :ios , '10 .0'
4
4
# Firebase Installations test application.
5
5
6
6
target 'integration_test' do
Original file line number Diff line number Diff line change 1
1
2
2
source 'https://github.com/CocoaPods/Specs.git'
3
- platform :ios , '8 .0'
3
+ platform :ios , '10 .0'
4
4
# Firebase Instance ID test application.
5
5
6
6
target '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 '
9
9
end
10
10
11
11
post_install do |installer |
Original file line number Diff line number Diff line change 1
1
2
2
source 'https://github.com/CocoaPods/Specs.git'
3
- platform :ios , '8 .0'
3
+ platform :ios , '10 .0'
4
4
# Firebase Cloud Messaging test application.
5
5
6
6
target 'integration_test' do
7
- pod 'Firebase/Messaging' , '6.24 .0'
7
+ pod 'Firebase/Messaging' , '7.0 .0'
8
8
end
9
9
10
10
post_install do |installer |
Original file line number Diff line number Diff line change 1
1
2
2
source 'https://github.com/CocoaPods/Specs.git'
3
- platform :ios , '8 .0'
3
+ platform :ios , '10 .0'
4
4
# Firebase Remote Config test application.
5
5
6
6
target 'integration_test' do
7
- pod 'Firebase/RemoteConfig' , '6.24 .0'
7
+ pod 'Firebase/RemoteConfig' , '7.0 .0'
8
8
end
9
9
10
10
post_install do |installer |
Original file line number Diff line number Diff line change 1
1
2
2
source 'https://github.com/CocoaPods/Specs.git'
3
- platform :ios , '8 .0'
3
+ platform :ios , '10 .0'
4
4
# Cloud Storage for Firebase test application.
5
5
6
6
target 'integration_test' do
7
- pod 'Firebase/Storage' , '6.24 .0'
8
- pod 'Firebase/Auth' , '6.24 .0'
7
+ pod 'Firebase/Storage' , '7.0 .0'
8
+ pod 'Firebase/Auth' , '7.0 .0'
9
9
end
10
10
11
11
post_install do |installer |
You can’t perform that action at this time.
0 commit comments