Skip to content

Commit d002a9d

Browse files
authored
Update Cocoapods to 7.11.0 and C++ SDK version to 7.3.0. (#395)
* Update Cocoapods to 7.11.0. * Update readme file Cocoapods version. * Update C++ SDK version to 7.3.0. * Add release notes to readme. * Update Firestore source dependency to 7.11.0. * Fix a compiler warning for size_t/int. * Update iOS integration test OS deployment target to 10.0. * Pin googletest to release 1.10.0, as master is now broken on iOS.
1 parent 8f3e192 commit d002a9d

File tree

34 files changed

+107
-102
lines changed

34 files changed

+107
-102
lines changed

admob/integration_test/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ platform :ios, '10.0'
44
# Firebase AdMob test application.
55

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

1010
post_install do |installer|

admob/integration_test/integration_test.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@
279279
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
280280
GCC_WARN_UNUSED_FUNCTION = YES;
281281
GCC_WARN_UNUSED_VARIABLE = YES;
282-
IPHONEOS_DEPLOYMENT_TARGET = 8.4;
282+
IPHONEOS_DEPLOYMENT_TARGET = 10.0;
283283
MTL_ENABLE_DEBUG_INFO = YES;
284284
ONLY_ACTIVE_ARCH = YES;
285285
SDKROOT = iphoneos;
@@ -316,7 +316,7 @@
316316
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
317317
GCC_WARN_UNUSED_FUNCTION = YES;
318318
GCC_WARN_UNUSED_VARIABLE = YES;
319-
IPHONEOS_DEPLOYMENT_TARGET = 8.4;
319+
IPHONEOS_DEPLOYMENT_TARGET = 10.0;
320320
MTL_ENABLE_DEBUG_INFO = NO;
321321
SDKROOT = iphoneos;
322322
TARGETED_DEVICE_FAMILY = "1,2";

analytics/integration_test/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ platform :ios, '10.0'
44
# Firebase Analytics test application.
55

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

1010
post_install do |installer|

analytics/integration_test/integration_test.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@
236236
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
237237
GCC_WARN_UNUSED_FUNCTION = YES;
238238
GCC_WARN_UNUSED_VARIABLE = YES;
239-
IPHONEOS_DEPLOYMENT_TARGET = 8.4;
239+
IPHONEOS_DEPLOYMENT_TARGET = 10.0;
240240
MTL_ENABLE_DEBUG_INFO = YES;
241241
ONLY_ACTIVE_ARCH = YES;
242242
SDKROOT = iphoneos;
@@ -273,7 +273,7 @@
273273
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
274274
GCC_WARN_UNUSED_FUNCTION = YES;
275275
GCC_WARN_UNUSED_VARIABLE = YES;
276-
IPHONEOS_DEPLOYMENT_TARGET = 8.4;
276+
IPHONEOS_DEPLOYMENT_TARGET = 10.0;
277277
MTL_ENABLE_DEBUG_INFO = NO;
278278
SDKROOT = iphoneos;
279279
TARGETED_DEVICE_FAMILY = "1,2";

app/integration_test/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ platform :ios, '10.0'
44
# Firebase App test application.
55

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

1010
post_install do |installer|

app/integration_test/integration_test.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@
236236
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
237237
GCC_WARN_UNUSED_FUNCTION = YES;
238238
GCC_WARN_UNUSED_VARIABLE = YES;
239-
IPHONEOS_DEPLOYMENT_TARGET = 8.4;
239+
IPHONEOS_DEPLOYMENT_TARGET = 10.0;
240240
MTL_ENABLE_DEBUG_INFO = YES;
241241
ONLY_ACTIVE_ARCH = YES;
242242
SDKROOT = iphoneos;
@@ -273,7 +273,7 @@
273273
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
274274
GCC_WARN_UNUSED_FUNCTION = YES;
275275
GCC_WARN_UNUSED_VARIABLE = YES;
276-
IPHONEOS_DEPLOYMENT_TARGET = 8.4;
276+
IPHONEOS_DEPLOYMENT_TARGET = 10.0;
277277
MTL_ENABLE_DEBUG_INFO = NO;
278278
SDKROOT = iphoneos;
279279
TARGETED_DEVICE_FAMILY = "1,2";

auth/integration_test/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ platform :ios, '10.0'
44
# Firebase Auth test application.
55

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

1010
post_install do |installer|

auth/integration_test/integration_test.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@
246246
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
247247
GCC_WARN_UNUSED_FUNCTION = YES;
248248
GCC_WARN_UNUSED_VARIABLE = YES;
249-
IPHONEOS_DEPLOYMENT_TARGET = 8.4;
249+
IPHONEOS_DEPLOYMENT_TARGET = 10.0;
250250
MTL_ENABLE_DEBUG_INFO = YES;
251251
ONLY_ACTIVE_ARCH = YES;
252252
SDKROOT = iphoneos;
@@ -283,7 +283,7 @@
283283
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
284284
GCC_WARN_UNUSED_FUNCTION = YES;
285285
GCC_WARN_UNUSED_VARIABLE = YES;
286-
IPHONEOS_DEPLOYMENT_TARGET = 8.4;
286+
IPHONEOS_DEPLOYMENT_TARGET = 10.0;
287287
MTL_ENABLE_DEBUG_INFO = NO;
288288
SDKROOT = iphoneos;
289289
TARGETED_DEVICE_FAMILY = "1,2";

cmake/external/firestore.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ if(TARGET firestore)
1818
return()
1919
endif()
2020

21-
set(version 9bae3613d885fb8cc7d74c612c90f821a0e1981f)
21+
set(version CocoaPods-7.11.0)
2222
ExternalProject_Add(
2323
firestore
2424

cpp_sdk_version.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"released": "7.2.0",
3-
"stable": "7.2.0",
4-
"head": "7.2.0"
2+
"released": "7.3.0",
3+
"stable": "7.3.0",
4+
"head": "7.3.0"
55
}

0 commit comments

Comments
 (0)