We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6051734 + 06f0b2d commit f8109abCopy full SHA for f8109ab
analytics/integration_test/Podfile
@@ -5,12 +5,12 @@ use_frameworks! :linkage => :static
5
6
target 'integration_test' do
7
platform :ios, '13.0'
8
- pod 'Firebase/Analytics', '11.4.2'
+ pod 'Firebase/Analytics', '11.6.0'
9
end
10
11
target 'integration_test_tvos' do
12
platform :tvos, '13.0'
13
14
15
16
post_install do |installer|
analytics/ios_headers/FIREventNames.h
@@ -1,6 +1,6 @@
1
// Copyright 2024 Google LLC
2
3
-// Copied from Firebase Analytics iOS SDK 11.4.2.
+// Copied from Firebase Analytics iOS SDK 11.6.0.
4
/// @file FIREventNames.h
///
analytics/ios_headers/FIRParameterNames.h
/// @file FIRParameterNames.h
analytics/ios_headers/FIRUserPropertyNames.h
/// @file FIRUserPropertyNames.h
app/integration_test/Podfile
@@ -4,7 +4,7 @@ platform :ios, '13.0'
use_frameworks! :linkage => :static
app_check/integration_test/Podfile
@@ -4,20 +4,20 @@ use_frameworks! :linkage => :static
- pod 'Firebase/AppCheck', '11.4.2'
- pod 'Firebase/Database', '11.4.2'
- pod 'Firebase/Auth', '11.4.2'
- pod 'Firebase/Storage', '11.4.2'
- pod 'Firebase/Functions', '11.4.2'
+ pod 'Firebase/AppCheck', '11.6.0'
+ pod 'Firebase/Database', '11.6.0'
+ pod 'Firebase/Auth', '11.6.0'
+ pod 'Firebase/Storage', '11.6.0'
+ pod 'Firebase/Functions', '11.6.0'
17
18
19
20
21
22
23
auth/integration_test/Podfile
@@ -4,12 +4,12 @@ use_frameworks! :linkage => :static
cmake/external/firestore.cmake
@@ -20,7 +20,7 @@ endif()
# If the format of the line below changes, then be sure to update
# https://github.com/firebase/firebase-cpp-sdk/blob/fd054fa016/.github/workflows/update-dependencies.yml#L81
-set(version CocoaPods-11.4.2)
+set(version CocoaPods-11.6.0)
24
25
function(GetReleasedDep)
26
message("Getting released firebase-ios-sdk @ ${version}")
cpp_sdk_version.json
@@ -1,5 +1,5 @@
{
- "released": "12.4.0",
- "stable": "12.4.0",
- "head": "12.4.0"
+ "released": "12.5.0",
+ "stable": "12.5.0",
+ "head": "12.5.0"
}
database/integration_test/Podfile
@@ -4,14 +4,14 @@ use_frameworks! :linkage => :static
0 commit comments