We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07c2184 commit 06ab3ecCopy full SHA for 06ab3ec
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.0.0'
+ pod 'Firebase/Analytics', '11.2.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.0.0.
+// Copied from Firebase Analytics iOS SDK 11.2.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.0.0'
- pod 'Firebase/Database', '11.0.0'
- pod 'Firebase/Auth', '11.0.0'
- pod 'Firebase/Storage', '11.0.0'
- pod 'Firebase/Functions', '11.0.0'
+ pod 'Firebase/AppCheck', '11.2.0'
+ pod 'Firebase/Database', '11.2.0'
+ pod 'Firebase/Auth', '11.2.0'
+ pod 'Firebase/Storage', '11.2.0'
+ pod 'Firebase/Functions', '11.2.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.0.0)
+set(version CocoaPods-11.2.0)
24
25
function(GetReleasedDep)
26
message("Getting released firebase-ios-sdk @ ${version}")
database/integration_test/Podfile
@@ -4,14 +4,14 @@ use_frameworks! :linkage => :static
dynamic_links/integration_test/Podfile
@@ -5,7 +5,7 @@ use_frameworks! :linkage => :static
- pod 'Firebase/DynamicLinks', '11.0.0'
+ pod 'Firebase/DynamicLinks', '11.2.0'
0 commit comments