Skip to content

Commit 33605f4

Browse files
committed
Updated dependencies to 7.0.0
1 parent 3b0d417 commit 33605f4

File tree

21 files changed

+49
-40
lines changed

21 files changed

+49
-40
lines changed

admob/testapp/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ source 'https://github.com/CocoaPods/Specs.git'
22
platform :ios, '8.0'
33
# AdMob test application.
44
target 'testapp' do
5-
pod 'Firebase/AdMob', '6.24.0'
5+
pod 'Firebase/AdMob', '7.0.0'
66
end

analytics/testapp/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ source 'https://github.com/CocoaPods/Specs.git'
22
platform :ios, '8.0'
33
# Analytics test application.
44
target 'testapp' do
5-
pod 'Firebase/Analytics', '6.24.0'
5+
pod 'Firebase/Analytics', '7.0.0'
66
end

analytics/testapp/testapp.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@
208208
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
209209
GCC_WARN_UNUSED_FUNCTION = YES;
210210
GCC_WARN_UNUSED_VARIABLE = YES;
211-
IPHONEOS_DEPLOYMENT_TARGET = 8.4;
211+
IPHONEOS_DEPLOYMENT_TARGET = 10.0;
212212
MTL_ENABLE_DEBUG_INFO = YES;
213213
ONLY_ACTIVE_ARCH = YES;
214214
SDKROOT = iphoneos;
@@ -245,7 +245,7 @@
245245
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
246246
GCC_WARN_UNUSED_FUNCTION = YES;
247247
GCC_WARN_UNUSED_VARIABLE = YES;
248-
IPHONEOS_DEPLOYMENT_TARGET = 8.4;
248+
IPHONEOS_DEPLOYMENT_TARGET = 10.0;
249249
MTL_ENABLE_DEBUG_INFO = NO;
250250
SDKROOT = iphoneos;
251251
TARGETED_DEVICE_FAMILY = "1,2";

auth/testapp/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ source 'https://github.com/CocoaPods/Specs.git'
22
platform :ios, '8.0'
33
# Auth test application.
44
target 'testapp' do
5-
pod 'Firebase/Auth', '6.24.0'
5+
pod 'Firebase/Auth', '7.0.0'
66
end

auth/testapp/testapp.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@
208208
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
209209
GCC_WARN_UNUSED_FUNCTION = YES;
210210
GCC_WARN_UNUSED_VARIABLE = YES;
211-
IPHONEOS_DEPLOYMENT_TARGET = 8.4;
211+
IPHONEOS_DEPLOYMENT_TARGET = 10.0;
212212
MTL_ENABLE_DEBUG_INFO = YES;
213213
ONLY_ACTIVE_ARCH = YES;
214214
SDKROOT = iphoneos;
@@ -245,7 +245,7 @@
245245
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
246246
GCC_WARN_UNUSED_FUNCTION = YES;
247247
GCC_WARN_UNUSED_VARIABLE = YES;
248-
IPHONEOS_DEPLOYMENT_TARGET = 8.4;
248+
IPHONEOS_DEPLOYMENT_TARGET = 10.0;
249249
MTL_ENABLE_DEBUG_INFO = NO;
250250
SDKROOT = iphoneos;
251251
TARGETED_DEVICE_FAMILY = "1,2";

database/testapp/Podfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ source 'https://github.com/CocoaPods/Specs.git'
22
platform :ios, '8.0'
33
# Firebase Realtime Database test application.
44
target 'testapp' do
5-
pod 'Firebase/Database', '6.24.0'
6-
pod 'Firebase/Auth', '6.24.0'
5+
pod 'Firebase/Database', '7.0.0'
6+
pod 'Firebase/Auth', '7.0.0'
77
end

database/testapp/testapp.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@
208208
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
209209
GCC_WARN_UNUSED_FUNCTION = YES;
210210
GCC_WARN_UNUSED_VARIABLE = YES;
211-
IPHONEOS_DEPLOYMENT_TARGET = 8.4;
211+
IPHONEOS_DEPLOYMENT_TARGET = 10.0;
212212
MTL_ENABLE_DEBUG_INFO = YES;
213213
ONLY_ACTIVE_ARCH = YES;
214214
SDKROOT = iphoneos;
@@ -245,7 +245,7 @@
245245
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
246246
GCC_WARN_UNUSED_FUNCTION = YES;
247247
GCC_WARN_UNUSED_VARIABLE = YES;
248-
IPHONEOS_DEPLOYMENT_TARGET = 8.4;
248+
IPHONEOS_DEPLOYMENT_TARGET = 10.0;
249249
MTL_ENABLE_DEBUG_INFO = NO;
250250
SDKROOT = iphoneos;
251251
TARGETED_DEVICE_FAMILY = "1,2";

dynamic_links/testapp/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ source 'https://github.com/CocoaPods/Specs.git'
22
platform :ios, '8.0'
33
# Dynamic Links test application.
44
target 'testapp' do
5-
pod 'Firebase/DynamicLinks', '6.24.0'
5+
pod 'Firebase/DynamicLinks', '7.0.0'
66
end

dynamic_links/testapp/testapp.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@
208208
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
209209
GCC_WARN_UNUSED_FUNCTION = YES;
210210
GCC_WARN_UNUSED_VARIABLE = YES;
211-
IPHONEOS_DEPLOYMENT_TARGET = 8.4;
211+
IPHONEOS_DEPLOYMENT_TARGET = 10.0;
212212
MTL_ENABLE_DEBUG_INFO = YES;
213213
ONLY_ACTIVE_ARCH = YES;
214214
SDKROOT = iphoneos;
@@ -245,7 +245,7 @@
245245
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
246246
GCC_WARN_UNUSED_FUNCTION = YES;
247247
GCC_WARN_UNUSED_VARIABLE = YES;
248-
IPHONEOS_DEPLOYMENT_TARGET = 8.4;
248+
IPHONEOS_DEPLOYMENT_TARGET = 10.0;
249249
MTL_ENABLE_DEBUG_INFO = NO;
250250
SDKROOT = iphoneos;
251251
TARGETED_DEVICE_FAMILY = "1,2";

firestore/testapp/Podfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ source 'https://github.com/CocoaPods/Specs.git'
22
platform :ios, '8.0'
33
# Firebase Firestore test application.
44
target 'testapp' do
5-
pod 'Firebase/Analytics', '6.24.0'
6-
pod 'Firebase/Firestore', '6.24.0'
7-
pod 'Firebase/Auth', '6.24.0'
5+
pod 'Firebase/Analytics', '7.0.0'
6+
pod 'Firebase/Firestore', '7.0.0'
7+
pod 'Firebase/Auth', '7.0.0'
88
end

0 commit comments

Comments
 (0)