Skip to content

Commit 80af29d

Browse files
authored
Change Podfile version for integration tests to 7.0.0. (#256)
Update the integration test Podfile versions to match the versions in ios_pod/Podfile.
1 parent 96cfae2 commit 80af29d

File tree

13 files changed

+30
-30
lines changed

13 files changed

+30
-30
lines changed

admob/integration_test/Podfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11

22
source 'https://github.com/CocoaPods/Specs.git'
3-
platform :ios, '8.0'
3+
platform :ios, '10.0'
44
# Firebase AdMob test application.
55

66
target 'integration_test' do
7-
pod 'Firebase/AdMob', '6.24.0'
7+
pod 'Firebase/AdMob', '7.0.0'
88
end
99

1010
post_install do |installer|

analytics/integration_test/Podfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11

22
source 'https://github.com/CocoaPods/Specs.git'
3-
platform :ios, '8.0'
3+
platform :ios, '10.0'
44
# Firebase Analytics test application.
55

66
target 'integration_test' do
7-
pod 'Firebase/Analytics', '6.24.0'
7+
pod 'Firebase/Analytics', '7.0.0'
88
end
99

1010
post_install do |installer|

app/integration_test/Podfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11

22
source 'https://github.com/CocoaPods/Specs.git'
3-
platform :ios, '8.0'
3+
platform :ios, '10.0'
44
# Firebase App test application.
55

66
target 'integration_test' do
7-
pod 'Firebase/Analytics', '6.24.0'
7+
pod 'Firebase/Analytics', '7.0.0'
88
end
99

1010
post_install do |installer|

auth/integration_test/Podfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11

22
source 'https://github.com/CocoaPods/Specs.git'
3-
platform :ios, '8.0'
3+
platform :ios, '10.0'
44
# Firebase Auth test application.
55

66
target 'integration_test' do
7-
pod 'Firebase/Auth', '6.24.0'
7+
pod 'Firebase/Auth', '7.0.0'
88
end
99

1010
post_install do |installer|

database/integration_test/Podfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11

22
source 'https://github.com/CocoaPods/Specs.git'
3-
platform :ios, '8.0'
3+
platform :ios, '10.0'
44
# Firebase Realtime Database test application.
55

66
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'
99
end
1010

1111
post_install do |installer|

dynamic_links/integration_test/Podfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11

22
source 'https://github.com/CocoaPods/Specs.git'
3-
platform :ios, '8.0'
3+
platform :ios, '10.0'
44
# Firebase Dynamic Links test application.
55

66
target 'integration_test' do
7-
pod 'Firebase/DynamicLinks', '6.24.0'
7+
pod 'Firebase/DynamicLinks', '7.0.0'
88
end
99

1010
post_install do |installer|

firestore/integration_test/Podfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11

22
source 'https://github.com/CocoaPods/Specs.git'
3-
platform :ios, '8.0'
3+
platform :ios, '10.0'
44
# Firebase Realtime Firestore test application.
55

66
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'
99
end
1010

1111
post_install do |installer|

functions/integration_test/Podfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11

22
source 'https://github.com/CocoaPods/Specs.git'
3-
platform :ios, '8.0'
3+
platform :ios, '10.0'
44
# Cloud Functions for Firebase test application.
55

66
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'
99
end
1010

1111
post_install do |installer|

installations/integration_test/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
source 'https://github.com/CocoaPods/Specs.git'
3-
platform :ios, '8.0'
3+
platform :ios, '10.0'
44
# Firebase Installations test application.
55

66
target 'integration_test' do

instance_id/integration_test/Podfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11

22
source 'https://github.com/CocoaPods/Specs.git'
3-
platform :ios, '8.0'
3+
platform :ios, '10.0'
44
# Firebase Instance ID test application.
55

66
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'
99
end
1010

1111
post_install do |installer|

messaging/integration_test/Podfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11

22
source 'https://github.com/CocoaPods/Specs.git'
3-
platform :ios, '8.0'
3+
platform :ios, '10.0'
44
# Firebase Cloud Messaging test application.
55

66
target 'integration_test' do
7-
pod 'Firebase/Messaging', '6.24.0'
7+
pod 'Firebase/Messaging', '7.0.0'
88
end
99

1010
post_install do |installer|

remote_config/integration_test/Podfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11

22
source 'https://github.com/CocoaPods/Specs.git'
3-
platform :ios, '8.0'
3+
platform :ios, '10.0'
44
# Firebase Remote Config test application.
55

66
target 'integration_test' do
7-
pod 'Firebase/RemoteConfig', '6.24.0'
7+
pod 'Firebase/RemoteConfig', '7.0.0'
88
end
99

1010
post_install do |installer|

storage/integration_test/Podfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11

22
source 'https://github.com/CocoaPods/Specs.git'
3-
platform :ios, '8.0'
3+
platform :ios, '10.0'
44
# Cloud Storage for Firebase test application.
55

66
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'
99
end
1010

1111
post_install do |installer|

0 commit comments

Comments
 (0)