From 6cafd462b18e533f37339138ba6ee8ede136186f Mon Sep 17 00:00:00 2001 From: firebase-workflow-trigger-bot Date: Mon, 16 Sep 2024 18:43:21 +0000 Subject: [PATCH] Update iOS dependencies - Mon Sep 16 2024 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ### iOS - Firebase/Analytics → 11.2.0 - Firebase/AppCheck → 11.2.0 - Firebase/Auth → 11.2.0 - Firebase/Core → 11.2.0 - Firebase/CoreOnly → 11.2.0 - Firebase/Crashlytics → 11.2.0 - Firebase/Database → 11.2.0 - Firebase/DynamicLinks → 11.2.0 - Firebase/Firestore → 11.2.0 - Firebase/Functions → 11.2.0 - Firebase/Installations → 11.2.0 - Firebase/Messaging → 11.2.0 - Firebase/RemoteConfig → 11.2.0 - Firebase/Storage → 11.2.0 > Created by [Update Android and iOS dependencies workflow](https://github.com/firebase/firebase-cpp-sdk/actions/runs/10889666385). --- analytics/integration_test/Podfile | 4 +- analytics/ios_headers/FIREventNames.h | 2 +- analytics/ios_headers/FIRParameterNames.h | 2 +- analytics/ios_headers/FIRUserPropertyNames.h | 2 +- app/integration_test/Podfile | 2 +- app_check/integration_test/Podfile | 20 +++--- auth/integration_test/Podfile | 4 +- cmake/external/firestore.cmake | 2 +- database/integration_test/Podfile | 8 +-- dynamic_links/integration_test/Podfile | 2 +- firestore/integration_test/Podfile | 8 +-- firestore/integration_test_internal/Podfile | 8 +-- functions/integration_test/Podfile | 8 +-- gma/integration_test/Podfile | 2 +- installations/integration_test/Podfile | 4 +- ios_pod/Podfile | 26 ++++---- .../swift_headers/FirebaseAnalytics-Swift.h | 4 +- ios_pod/swift_headers/FirebaseAuth-Swift.h | 8 ++- .../FirebaseCoreInternal-Swift.h | 4 +- .../swift_headers/FirebaseDatabase-Swift.h | 4 +- .../swift_headers/FirebaseFirestore-Swift.h | 4 +- .../swift_headers/FirebaseFunctions-Swift.h | 4 +- .../FirebaseInAppMessaging-Swift.h | 4 +- .../FirebaseMLModelDownloader-Swift.h | 4 +- .../FirebaseRemoteConfig-Swift.h | 4 +- .../swift_headers/FirebaseSessions-Swift.h | 4 +- .../swift_headers/FirebaseSharedSwift-Swift.h | 4 +- ios_pod/swift_headers/FirebaseStorage-Swift.h | 4 +- ios_pod/swift_headers/Promises-Swift.h | 4 +- ios_pod/swift_headers/SwiftProtobuf-Swift.h | 4 +- messaging/integration_test/Podfile | 8 +-- release_build_files/readme.md | 64 +++++++++---------- remote_config/integration_test/Podfile | 4 +- storage/integration_test/Podfile | 8 +-- 34 files changed, 126 insertions(+), 122 deletions(-) diff --git a/analytics/integration_test/Podfile b/analytics/integration_test/Podfile index cc5bd5c1b..5a5c8a4ba 100644 --- a/analytics/integration_test/Podfile +++ b/analytics/integration_test/Podfile @@ -5,12 +5,12 @@ use_frameworks! :linkage => :static target 'integration_test' do platform :ios, '13.0' - pod 'Firebase/Analytics', '11.0.0' + pod 'Firebase/Analytics', '11.2.0' end target 'integration_test_tvos' do platform :tvos, '13.0' - pod 'Firebase/Analytics', '11.0.0' + pod 'Firebase/Analytics', '11.2.0' end post_install do |installer| diff --git a/analytics/ios_headers/FIREventNames.h b/analytics/ios_headers/FIREventNames.h index 38c09e4c4..297f1a3e2 100644 --- a/analytics/ios_headers/FIREventNames.h +++ b/analytics/ios_headers/FIREventNames.h @@ -1,6 +1,6 @@ // Copyright 2024 Google LLC -// Copied from Firebase Analytics iOS SDK 11.0.0. +// Copied from Firebase Analytics iOS SDK 11.2.0. /// @file FIREventNames.h /// diff --git a/analytics/ios_headers/FIRParameterNames.h b/analytics/ios_headers/FIRParameterNames.h index 8249dc97f..7937f42f0 100644 --- a/analytics/ios_headers/FIRParameterNames.h +++ b/analytics/ios_headers/FIRParameterNames.h @@ -1,6 +1,6 @@ // Copyright 2024 Google LLC -// Copied from Firebase Analytics iOS SDK 11.0.0. +// Copied from Firebase Analytics iOS SDK 11.2.0. /// @file FIRParameterNames.h /// diff --git a/analytics/ios_headers/FIRUserPropertyNames.h b/analytics/ios_headers/FIRUserPropertyNames.h index ae5d7595a..19bb949bd 100644 --- a/analytics/ios_headers/FIRUserPropertyNames.h +++ b/analytics/ios_headers/FIRUserPropertyNames.h @@ -1,6 +1,6 @@ // Copyright 2024 Google LLC -// Copied from Firebase Analytics iOS SDK 11.0.0. +// Copied from Firebase Analytics iOS SDK 11.2.0. /// @file FIRUserPropertyNames.h /// diff --git a/app/integration_test/Podfile b/app/integration_test/Podfile index 744e0590c..b48cb96c5 100644 --- a/app/integration_test/Podfile +++ b/app/integration_test/Podfile @@ -4,7 +4,7 @@ platform :ios, '13.0' use_frameworks! :linkage => :static target 'integration_test' do - pod 'Firebase/Analytics', '11.0.0' + pod 'Firebase/Analytics', '11.2.0' end post_install do |installer| diff --git a/app_check/integration_test/Podfile b/app_check/integration_test/Podfile index 5e46862ca..4a43caed5 100644 --- a/app_check/integration_test/Podfile +++ b/app_check/integration_test/Podfile @@ -4,20 +4,20 @@ use_frameworks! :linkage => :static target 'integration_test' do platform :ios, '13.0' - 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' end target 'integration_test_tvos' do platform :tvos, '13.0' - 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' end post_install do |installer| diff --git a/auth/integration_test/Podfile b/auth/integration_test/Podfile index f3d81ceb4..4f70dbdbb 100644 --- a/auth/integration_test/Podfile +++ b/auth/integration_test/Podfile @@ -4,12 +4,12 @@ use_frameworks! :linkage => :static target 'integration_test' do platform :ios, '13.0' - pod 'Firebase/Auth', '11.0.0' + pod 'Firebase/Auth', '11.2.0' end target 'integration_test_tvos' do platform :tvos, '13.0' - pod 'Firebase/Auth', '11.0.0' + pod 'Firebase/Auth', '11.2.0' end post_install do |installer| diff --git a/cmake/external/firestore.cmake b/cmake/external/firestore.cmake index 3223822c8..e19493437 100644 --- a/cmake/external/firestore.cmake +++ b/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) function(GetReleasedDep) message("Getting released firebase-ios-sdk @ ${version}") diff --git a/database/integration_test/Podfile b/database/integration_test/Podfile index ca5752145..f4d0495f8 100644 --- a/database/integration_test/Podfile +++ b/database/integration_test/Podfile @@ -4,14 +4,14 @@ use_frameworks! :linkage => :static target 'integration_test' do platform :ios, '13.0' - pod 'Firebase/Database', '11.0.0' - pod 'Firebase/Auth', '11.0.0' + pod 'Firebase/Database', '11.2.0' + pod 'Firebase/Auth', '11.2.0' end target 'integration_test_tvos' do platform :tvos, '13.0' - pod 'Firebase/Database', '11.0.0' - pod 'Firebase/Auth', '11.0.0' + pod 'Firebase/Database', '11.2.0' + pod 'Firebase/Auth', '11.2.0' end post_install do |installer| diff --git a/dynamic_links/integration_test/Podfile b/dynamic_links/integration_test/Podfile index b28257ec2..456b8bb2c 100644 --- a/dynamic_links/integration_test/Podfile +++ b/dynamic_links/integration_test/Podfile @@ -5,7 +5,7 @@ use_frameworks! :linkage => :static target 'integration_test' do platform :ios, '13.0' - pod 'Firebase/DynamicLinks', '11.0.0' + pod 'Firebase/DynamicLinks', '11.2.0' end post_install do |installer| diff --git a/firestore/integration_test/Podfile b/firestore/integration_test/Podfile index b791854bc..fc3e6e59d 100644 --- a/firestore/integration_test/Podfile +++ b/firestore/integration_test/Podfile @@ -4,14 +4,14 @@ use_frameworks! :linkage => :static target 'integration_test' do platform :ios, '13.0' - pod 'Firebase/Firestore', '11.0.0' - pod 'Firebase/Auth', '11.0.0' + pod 'Firebase/Firestore', '11.2.0' + pod 'Firebase/Auth', '11.2.0' end target 'integration_test_tvos' do platform :tvos, '13.0' - pod 'Firebase/Firestore', '11.0.0' - pod 'Firebase/Auth', '11.0.0' + pod 'Firebase/Firestore', '11.2.0' + pod 'Firebase/Auth', '11.2.0' end post_install do |installer| diff --git a/firestore/integration_test_internal/Podfile b/firestore/integration_test_internal/Podfile index a1450d3cd..efc0c9b53 100644 --- a/firestore/integration_test_internal/Podfile +++ b/firestore/integration_test_internal/Podfile @@ -4,14 +4,14 @@ use_frameworks! :linkage => :static target 'integration_test' do platform :ios, '13.0' - pod 'Firebase/Firestore', '11.0.0' - pod 'Firebase/Auth', '11.0.0' + pod 'Firebase/Firestore', '11.2.0' + pod 'Firebase/Auth', '11.2.0' end target 'integration_test_tvos' do platform :tvos, '13.0' - pod 'Firebase/Firestore', '11.0.0' - pod 'Firebase/Auth', '11.0.0' + pod 'Firebase/Firestore', '11.2.0' + pod 'Firebase/Auth', '11.2.0' end post_install do |installer| diff --git a/functions/integration_test/Podfile b/functions/integration_test/Podfile index 31e68d92b..ae8136e76 100644 --- a/functions/integration_test/Podfile +++ b/functions/integration_test/Podfile @@ -4,14 +4,14 @@ use_frameworks! :linkage => :static target 'integration_test' do platform :ios, '13.0' - pod 'Firebase/Functions', '11.0.0' - pod 'Firebase/Auth', '11.0.0' + pod 'Firebase/Functions', '11.2.0' + pod 'Firebase/Auth', '11.2.0' end target 'integration_test_tvos' do platform :tvos, '13.0' - pod 'Firebase/Functions', '11.0.0' - pod 'Firebase/Auth', '11.0.0' + pod 'Firebase/Functions', '11.2.0' + pod 'Firebase/Auth', '11.2.0' end post_install do |installer| diff --git a/gma/integration_test/Podfile b/gma/integration_test/Podfile index 9d1b9753f..89e9dad08 100644 --- a/gma/integration_test/Podfile +++ b/gma/integration_test/Podfile @@ -5,7 +5,7 @@ use_frameworks! :linkage => :static target 'integration_test' do platform :ios, '13.0' - pod 'Firebase/CoreOnly', '11.0.0' + pod 'Firebase/CoreOnly', '11.2.0' pod 'Google-Mobile-Ads-SDK', '11.2.0' pod 'GoogleUserMessagingPlatform', '2.3.0' end diff --git a/installations/integration_test/Podfile b/installations/integration_test/Podfile index 98a738136..8443c4d82 100644 --- a/installations/integration_test/Podfile +++ b/installations/integration_test/Podfile @@ -5,8 +5,8 @@ use_frameworks! :linkage => :static target 'integration_test' do platform :ios, '13.0' - pod 'Firebase/Analytics', '11.0.0' - pod 'Firebase/Installations', '11.0.0' + pod 'Firebase/Analytics', '11.2.0' + pod 'Firebase/Installations', '11.2.0' end post_install do |installer| diff --git a/ios_pod/Podfile b/ios_pod/Podfile index ffa3e4926..4d9f95b5b 100644 --- a/ios_pod/Podfile +++ b/ios_pod/Podfile @@ -3,22 +3,22 @@ platform :ios, '13.0' use_frameworks! target 'GetPods' do - pod 'Firebase/Core', '11.0.0' + pod 'Firebase/Core', '11.2.0' pod 'Google-Mobile-Ads-SDK', '11.2.0' pod 'GoogleUserMessagingPlatform', '2.3.0' - pod 'Firebase/Analytics', '11.0.0' - pod 'Firebase/AppCheck', '11.0.0' - pod 'Firebase/Auth', '11.0.0' - pod 'Firebase/Crashlytics', '11.0.0' - pod 'Firebase/Database', '11.0.0' - pod 'Firebase/DynamicLinks', '11.0.0' - pod 'Firebase/Firestore', '11.0.0' - pod 'Firebase/Functions', '11.0.0' - pod 'Firebase/Installations', '11.0.0' - pod 'Firebase/Messaging', '11.0.0' - pod 'Firebase/RemoteConfig', '11.0.0' - pod 'Firebase/Storage', '11.0.0' + pod 'Firebase/Analytics', '11.2.0' + pod 'Firebase/AppCheck', '11.2.0' + pod 'Firebase/Auth', '11.2.0' + pod 'Firebase/Crashlytics', '11.2.0' + pod 'Firebase/Database', '11.2.0' + pod 'Firebase/DynamicLinks', '11.2.0' + pod 'Firebase/Firestore', '11.2.0' + pod 'Firebase/Functions', '11.2.0' + pod 'Firebase/Installations', '11.2.0' + pod 'Firebase/Messaging', '11.2.0' + pod 'Firebase/RemoteConfig', '11.2.0' + pod 'Firebase/Storage', '11.2.0' end diff --git a/ios_pod/swift_headers/FirebaseAnalytics-Swift.h b/ios_pod/swift_headers/FirebaseAnalytics-Swift.h index cb79f4bb1..62044c512 100644 --- a/ios_pod/swift_headers/FirebaseAnalytics-Swift.h +++ b/ios_pod/swift_headers/FirebaseAnalytics-Swift.h @@ -1,7 +1,7 @@ #if 0 #elif defined(__arm64__) && __arm64__ // Copyright 2024 Google LLC -// Copied from Firebase iOS SDK 11.0.0. +// Copied from Firebase iOS SDK 11.2.0. // Generated by Apple Swift version 5.9.2 (swiftlang-5.9.2.2.56 // clang-1500.1.0.2.5) @@ -338,7 +338,7 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4))); #elif defined(__x86_64__) && __x86_64__ // Copyright 2024 Google LLC -// Copied from Firebase iOS SDK 11.0.0. +// Copied from Firebase iOS SDK 11.2.0. // Generated by Apple Swift version 5.9.2 (swiftlang-5.9.2.2.56 // clang-1500.1.0.2.5) diff --git a/ios_pod/swift_headers/FirebaseAuth-Swift.h b/ios_pod/swift_headers/FirebaseAuth-Swift.h index 6c75f3056..3acf4d0fd 100644 --- a/ios_pod/swift_headers/FirebaseAuth-Swift.h +++ b/ios_pod/swift_headers/FirebaseAuth-Swift.h @@ -1,7 +1,7 @@ #if 0 #elif defined(__arm64__) && __arm64__ // Copyright 2024 Google LLC -// Copied from Firebase iOS SDK 11.0.0. +// Copied from Firebase iOS SDK 11.2.0. // Generated by Apple Swift version 5.9.2 (swiftlang-5.9.2.2.56 // clang-1500.1.0.2.5) @@ -1540,6 +1540,8 @@ typedef SWIFT_ENUM_NAMED(NSInteger, FIRAuthErrorCode, "AuthErrorCode", open){ /// describing which step of the JWT parsing process failed. FIRAuthErrorCodeMalformedJWT = 18000, }; +static NSString *_Nonnull const FIRAuthErrorCodeDomain = + @"FirebaseAuth.AuthErrorCode"; /// Error Codes common to all API Methods: SWIFT_CLASS_NAMED("AuthErrors") @@ -3029,7 +3031,7 @@ SWIFT_AVAILABILITY(watchos, introduced = 7) #elif defined(__x86_64__) && __x86_64__ // Copyright 2024 Google LLC -// Copied from Firebase iOS SDK 11.0.0. +// Copied from Firebase iOS SDK 11.2.0. // Generated by Apple Swift version 5.9.2 (swiftlang-5.9.2.2.56 // clang-1500.1.0.2.5) @@ -4568,6 +4570,8 @@ typedef SWIFT_ENUM_NAMED(NSInteger, FIRAuthErrorCode, "AuthErrorCode", open){ /// describing which step of the JWT parsing process failed. FIRAuthErrorCodeMalformedJWT = 18000, }; +static NSString *_Nonnull const FIRAuthErrorCodeDomain = + @"FirebaseAuth.AuthErrorCode"; /// Error Codes common to all API Methods: SWIFT_CLASS_NAMED("AuthErrors") diff --git a/ios_pod/swift_headers/FirebaseCoreInternal-Swift.h b/ios_pod/swift_headers/FirebaseCoreInternal-Swift.h index da6fad3d4..db063dc7a 100644 --- a/ios_pod/swift_headers/FirebaseCoreInternal-Swift.h +++ b/ios_pod/swift_headers/FirebaseCoreInternal-Swift.h @@ -1,7 +1,7 @@ #if 0 #elif defined(__arm64__) && __arm64__ // Copyright 2024 Google LLC -// Copied from Firebase iOS SDK 11.0.0. +// Copied from Firebase iOS SDK 11.2.0. // Generated by Apple Swift version 5.9.2 (swiftlang-5.9.2.2.56 // clang-1500.1.0.2.5) @@ -394,7 +394,7 @@ SWIFT_CLASS_NAMED("_ObjC_HeartbeatsPayload") #elif defined(__x86_64__) && __x86_64__ // Copyright 2024 Google LLC -// Copied from Firebase iOS SDK 11.0.0. +// Copied from Firebase iOS SDK 11.2.0. // Generated by Apple Swift version 5.9.2 (swiftlang-5.9.2.2.56 // clang-1500.1.0.2.5) diff --git a/ios_pod/swift_headers/FirebaseDatabase-Swift.h b/ios_pod/swift_headers/FirebaseDatabase-Swift.h index 4806f4e86..205b5c77c 100644 --- a/ios_pod/swift_headers/FirebaseDatabase-Swift.h +++ b/ios_pod/swift_headers/FirebaseDatabase-Swift.h @@ -1,7 +1,7 @@ #if 0 #elif defined(__arm64__) && __arm64__ // Copyright 2024 Google LLC -// Copied from Firebase iOS SDK 11.0.0. +// Copied from Firebase iOS SDK 11.2.0. // Generated by Apple Swift version 5.9.2 (swiftlang-5.9.2.2.56 // clang-1500.1.0.2.5) @@ -338,7 +338,7 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4))); #elif defined(__x86_64__) && __x86_64__ // Copyright 2024 Google LLC -// Copied from Firebase iOS SDK 11.0.0. +// Copied from Firebase iOS SDK 11.2.0. // Generated by Apple Swift version 5.9.2 (swiftlang-5.9.2.2.56 // clang-1500.1.0.2.5) diff --git a/ios_pod/swift_headers/FirebaseFirestore-Swift.h b/ios_pod/swift_headers/FirebaseFirestore-Swift.h index f52d43df2..6958c0922 100644 --- a/ios_pod/swift_headers/FirebaseFirestore-Swift.h +++ b/ios_pod/swift_headers/FirebaseFirestore-Swift.h @@ -1,7 +1,7 @@ #if 0 #elif defined(__arm64__) && __arm64__ // Copyright 2024 Google LLC -// Copied from Firebase iOS SDK 11.0.0. +// Copied from Firebase iOS SDK 11.2.0. // Generated by Apple Swift version 5.9.2 (swiftlang-5.9.2.2.56 // clang-1500.1.0.2.5) @@ -346,7 +346,7 @@ SWIFT_CLASS_PROPERTY(@property(nonatomic, class, readonly, #elif defined(__x86_64__) && __x86_64__ // Copyright 2024 Google LLC -// Copied from Firebase iOS SDK 11.0.0. +// Copied from Firebase iOS SDK 11.2.0. // Generated by Apple Swift version 5.9.2 (swiftlang-5.9.2.2.56 // clang-1500.1.0.2.5) diff --git a/ios_pod/swift_headers/FirebaseFunctions-Swift.h b/ios_pod/swift_headers/FirebaseFunctions-Swift.h index a0384e61c..f859e931b 100644 --- a/ios_pod/swift_headers/FirebaseFunctions-Swift.h +++ b/ios_pod/swift_headers/FirebaseFunctions-Swift.h @@ -1,7 +1,7 @@ #if 0 #elif defined(__arm64__) && __arm64__ // Copyright 2024 Google LLC -// Copied from Firebase iOS SDK 11.0.0. +// Copied from Firebase iOS SDK 11.2.0. // Generated by Apple Swift version 5.9.2 (swiftlang-5.9.2.2.56 // clang-1500.1.0.2.5) @@ -619,7 +619,7 @@ SWIFT_CLASS_NAMED("HTTPSCallableResult") #elif defined(__x86_64__) && __x86_64__ // Copyright 2024 Google LLC -// Copied from Firebase iOS SDK 11.0.0. +// Copied from Firebase iOS SDK 11.2.0. // Generated by Apple Swift version 5.9.2 (swiftlang-5.9.2.2.56 // clang-1500.1.0.2.5) diff --git a/ios_pod/swift_headers/FirebaseInAppMessaging-Swift.h b/ios_pod/swift_headers/FirebaseInAppMessaging-Swift.h index 65bd9388e..5c5068d1c 100644 --- a/ios_pod/swift_headers/FirebaseInAppMessaging-Swift.h +++ b/ios_pod/swift_headers/FirebaseInAppMessaging-Swift.h @@ -1,7 +1,7 @@ #if 0 #elif defined(__arm64__) && __arm64__ // Copyright 2024 Google LLC -// Copied from Firebase iOS SDK 11.0.0. +// Copied from Firebase iOS SDK 11.2.0. // Generated by Apple Swift version 5.9.2 (swiftlang-5.9.2.2.56 // clang-1500.1.0.2.5) @@ -337,7 +337,7 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4))); #elif defined(__x86_64__) && __x86_64__ // Copyright 2024 Google LLC -// Copied from Firebase iOS SDK 11.0.0. +// Copied from Firebase iOS SDK 11.2.0. // Generated by Apple Swift version 5.9.2 (swiftlang-5.9.2.2.56 // clang-1500.1.0.2.5) diff --git a/ios_pod/swift_headers/FirebaseMLModelDownloader-Swift.h b/ios_pod/swift_headers/FirebaseMLModelDownloader-Swift.h index d032d538a..d8fa7da60 100644 --- a/ios_pod/swift_headers/FirebaseMLModelDownloader-Swift.h +++ b/ios_pod/swift_headers/FirebaseMLModelDownloader-Swift.h @@ -1,7 +1,7 @@ #if 0 #elif defined(__arm64__) && __arm64__ // Copyright 2024 Google LLC -// Copied from Firebase iOS SDK 11.0.0. +// Copied from Firebase iOS SDK 11.2.0. // Generated by Apple Swift version 5.9.2 (swiftlang-5.9.2.2.56 // clang-1500.1.0.2.5) @@ -338,7 +338,7 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4))); #elif defined(__x86_64__) && __x86_64__ // Copyright 2024 Google LLC -// Copied from Firebase iOS SDK 11.0.0. +// Copied from Firebase iOS SDK 11.2.0. // Generated by Apple Swift version 5.9.2 (swiftlang-5.9.2.2.56 // clang-1500.1.0.2.5) diff --git a/ios_pod/swift_headers/FirebaseRemoteConfig-Swift.h b/ios_pod/swift_headers/FirebaseRemoteConfig-Swift.h index fc2b001a7..f25767e18 100644 --- a/ios_pod/swift_headers/FirebaseRemoteConfig-Swift.h +++ b/ios_pod/swift_headers/FirebaseRemoteConfig-Swift.h @@ -1,7 +1,7 @@ #if 0 #elif defined(__arm64__) && __arm64__ // Copyright 2024 Google LLC -// Copied from Firebase iOS SDK 11.0.0. +// Copied from Firebase iOS SDK 11.2.0. // Generated by Apple Swift version 5.9.2 (swiftlang-5.9.2.2.56 // clang-1500.1.0.2.5) @@ -338,7 +338,7 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4))); #elif defined(__x86_64__) && __x86_64__ // Copyright 2024 Google LLC -// Copied from Firebase iOS SDK 11.0.0. +// Copied from Firebase iOS SDK 11.2.0. // Generated by Apple Swift version 5.9.2 (swiftlang-5.9.2.2.56 // clang-1500.1.0.2.5) diff --git a/ios_pod/swift_headers/FirebaseSessions-Swift.h b/ios_pod/swift_headers/FirebaseSessions-Swift.h index 100a38c9e..54742b819 100644 --- a/ios_pod/swift_headers/FirebaseSessions-Swift.h +++ b/ios_pod/swift_headers/FirebaseSessions-Swift.h @@ -1,7 +1,7 @@ #if 0 #elif defined(__arm64__) && __arm64__ // Copyright 2024 Google LLC -// Copied from Firebase iOS SDK 11.0.0. +// Copied from Firebase iOS SDK 11.2.0. // Generated by Apple Swift version 5.9.2 (swiftlang-5.9.2.2.56 // clang-1500.1.0.2.5) @@ -383,7 +383,7 @@ typedef SWIFT_ENUM_NAMED(NSInteger, FIRSessionsSubscriberName, #elif defined(__x86_64__) && __x86_64__ // Copyright 2024 Google LLC -// Copied from Firebase iOS SDK 11.0.0. +// Copied from Firebase iOS SDK 11.2.0. // Generated by Apple Swift version 5.9.2 (swiftlang-5.9.2.2.56 // clang-1500.1.0.2.5) diff --git a/ios_pod/swift_headers/FirebaseSharedSwift-Swift.h b/ios_pod/swift_headers/FirebaseSharedSwift-Swift.h index df597d718..0a7e8797b 100644 --- a/ios_pod/swift_headers/FirebaseSharedSwift-Swift.h +++ b/ios_pod/swift_headers/FirebaseSharedSwift-Swift.h @@ -1,7 +1,7 @@ #if 0 #elif defined(__arm64__) && __arm64__ // Copyright 2024 Google LLC -// Copied from Firebase iOS SDK 11.0.0. +// Copied from Firebase iOS SDK 11.2.0. // Generated by Apple Swift version 5.9.2 (swiftlang-5.9.2.2.56 // clang-1500.1.0.2.5) @@ -337,7 +337,7 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4))); #elif defined(__x86_64__) && __x86_64__ // Copyright 2024 Google LLC -// Copied from Firebase iOS SDK 11.0.0. +// Copied from Firebase iOS SDK 11.2.0. // Generated by Apple Swift version 5.9.2 (swiftlang-5.9.2.2.56 // clang-1500.1.0.2.5) diff --git a/ios_pod/swift_headers/FirebaseStorage-Swift.h b/ios_pod/swift_headers/FirebaseStorage-Swift.h index 9ee702412..d3adea86e 100644 --- a/ios_pod/swift_headers/FirebaseStorage-Swift.h +++ b/ios_pod/swift_headers/FirebaseStorage-Swift.h @@ -1,7 +1,7 @@ #if 0 #elif defined(__arm64__) && __arm64__ // Copyright 2024 Google LLC -// Copied from Firebase iOS SDK 11.0.0. +// Copied from Firebase iOS SDK 11.2.0. // Generated by Apple Swift version 5.9.2 (swiftlang-5.9.2.2.56 // clang-1500.1.0.2.5) @@ -1050,7 +1050,7 @@ SWIFT_AVAILABILITY(watchos, introduced = 7) #elif defined(__x86_64__) && __x86_64__ // Copyright 2024 Google LLC -// Copied from Firebase iOS SDK 11.0.0. +// Copied from Firebase iOS SDK 11.2.0. // Generated by Apple Swift version 5.9.2 (swiftlang-5.9.2.2.56 // clang-1500.1.0.2.5) diff --git a/ios_pod/swift_headers/Promises-Swift.h b/ios_pod/swift_headers/Promises-Swift.h index c73e991ff..c729d60da 100644 --- a/ios_pod/swift_headers/Promises-Swift.h +++ b/ios_pod/swift_headers/Promises-Swift.h @@ -1,7 +1,7 @@ #if 0 #elif defined(__arm64__) && __arm64__ // Copyright 2024 Google LLC -// Copied from Firebase iOS SDK 11.0.0. +// Copied from Firebase iOS SDK 11.2.0. // Generated by Apple Swift version 5.9.2 (swiftlang-5.9.2.2.56 // clang-1500.1.0.2.5) @@ -336,7 +336,7 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4))); #elif defined(__x86_64__) && __x86_64__ // Copyright 2024 Google LLC -// Copied from Firebase iOS SDK 11.0.0. +// Copied from Firebase iOS SDK 11.2.0. // Generated by Apple Swift version 5.9.2 (swiftlang-5.9.2.2.56 // clang-1500.1.0.2.5) diff --git a/ios_pod/swift_headers/SwiftProtobuf-Swift.h b/ios_pod/swift_headers/SwiftProtobuf-Swift.h index 5a7ae5d21..ff89de94f 100644 --- a/ios_pod/swift_headers/SwiftProtobuf-Swift.h +++ b/ios_pod/swift_headers/SwiftProtobuf-Swift.h @@ -1,7 +1,7 @@ #if 0 #elif defined(__arm64__) && __arm64__ // Copyright 2024 Google LLC -// Copied from Firebase iOS SDK 11.0.0. +// Copied from Firebase iOS SDK 11.2.0. // Generated by Apple Swift version 5.9.2 (swiftlang-5.9.2.2.56 // clang-1500.1.0.2.5) @@ -337,7 +337,7 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4))); #elif defined(__x86_64__) && __x86_64__ // Copyright 2024 Google LLC -// Copied from Firebase iOS SDK 11.0.0. +// Copied from Firebase iOS SDK 11.2.0. // Generated by Apple Swift version 5.9.2 (swiftlang-5.9.2.2.56 // clang-1500.1.0.2.5) diff --git a/messaging/integration_test/Podfile b/messaging/integration_test/Podfile index ff769e1a6..1f171f15e 100644 --- a/messaging/integration_test/Podfile +++ b/messaging/integration_test/Podfile @@ -4,14 +4,14 @@ use_frameworks! :linkage => :static target 'integration_test' do platform :ios, '13.0' - pod 'Firebase/Messaging', '11.0.0' - pod 'Firebase/Functions', '11.0.0' + pod 'Firebase/Messaging', '11.2.0' + pod 'Firebase/Functions', '11.2.0' end target 'integration_test_tvos' do platform :tvos, '13.0' - pod 'Firebase/Messaging', '11.0.0' - pod 'Firebase/Functions', '11.0.0' + pod 'Firebase/Messaging', '11.2.0' + pod 'Firebase/Functions', '11.2.0' end post_install do |installer| diff --git a/release_build_files/readme.md b/release_build_files/readme.md index 298a4a6fd..5a169fff5 100644 --- a/release_build_files/readme.md +++ b/release_build_files/readme.md @@ -230,50 +230,50 @@ Feature | Required Frameworks and Cocoapods -------------------------- | --------------------------------------- Firebase Analytics | firebase_analytics.xcframework | | firebase.xcframework -| | Firebase/Analytics Cocoapod (11.0.0) +| | Firebase/Analytics Cocoapod (11.2.0) Firebase App Check | firebase_app_check.xcframework | | firebase.xcframework -| | Firebase/AppCheck Cocoapod (11.0.0) +| | Firebase/AppCheck Cocoapod (11.2.0) Firebase Authentication | firebase_auth.xcframework | | firebase.xcframework -| | Firebase/Auth Cocoapod (11.0.0) +| | Firebase/Auth Cocoapod (11.2.0) Firebase Dynamic Links | firebase_dynamic_links.xcframework | | firebase.xcframework -| | Firebase/DynamicLinks Cocoapod (11.0.0) +| | Firebase/DynamicLinks Cocoapod (11.2.0) Cloud Firestore | firebase_firestore.xcframework | | firebase_auth.xcframework | | firebase.xcframework -| | Firebase/Firestore Cocoapod (11.0.0) -| | Firebase/Auth Cocoapod (11.0.0) +| | Firebase/Firestore Cocoapod (11.2.0) +| | Firebase/Auth Cocoapod (11.2.0) Firebase Functions | firebase_functions.xcframework | | firebase_auth.xcframework (optional) | | firebase.xcframework -| | Firebase/Functions Cocoapod (11.0.0) -| | Firebase/Auth Cocoapod (11.0.0) +| | Firebase/Functions Cocoapod (11.2.0) +| | Firebase/Auth Cocoapod (11.2.0) Google Mobile Ads | firebase_gma.xcframework | | firebase.xcframework -| | Firebase/CoreOnly Cocoapod (11.0.0) +| | Firebase/CoreOnly Cocoapod (11.2.0) | | Google-Mobile-Ads-SDK Cocoapod (11.2.0) | | GoogleUserMessagingPlatform Cocoapod (2.3.0) Firebase Installations | firebase_installations.xcframework | | firebase.xcframework -| | FirebaseInstallations Cocoapod (11.0.0) +| | FirebaseInstallations Cocoapod (11.2.0) Firebase Cloud Messaging | firebase_messaging.xcframework | | firebase.xcframework -| | Firebase/Messaging Cocoapod (11.0.0) +| | Firebase/Messaging Cocoapod (11.2.0) Firebase Realtime Database | firebase_database.xcframework | | firebase_auth.xcframework | | firebase.xcframework -| | Firebase/Database Cocoapod (11.0.0) -| | Firebase/Auth Cocoapod (11.0.0) +| | Firebase/Database Cocoapod (11.2.0) +| | Firebase/Auth Cocoapod (11.2.0) Firebase Remote Config | firebase_remote_config.xcframework | | firebase.xcframework -| | Firebase/RemoteConfig Cocoapod (11.0.0) +| | Firebase/RemoteConfig Cocoapod (11.2.0) Firebase Storage | firebase_storage.xcframework | | firebase_auth.xcframework | | firebase.xcframework -| | Firebase/Storage Cocoapod (11.0.0) -| | Firebase/Auth Cocoapod (11.0.0) +| | Firebase/Storage Cocoapod (11.2.0) +| | Firebase/Auth Cocoapod (11.2.0) Important: Each version of the Firebase C++ SDK supports a specific version of the Firebase iOS SDK. Please ensure that you reference the Cocoapod versions @@ -293,50 +293,50 @@ Feature | Required Libraries and Cocoapods -------------------------- | ----------------------------------------- Firebase Analytics | libfirebase_analytics.a | | libfirebase_app.a -| | Firebase/Analytics Cocoapod (11.0.0) +| | Firebase/Analytics Cocoapod (11.2.0) Firebase App Check | firebase_app_check.xcframework | | firebase.xcframework -| | Firebase/AppCheck Cocoapod (11.0.0) +| | Firebase/AppCheck Cocoapod (11.2.0) Firebase Authentication | libfirebase_auth.a | | libfirebase_app.a -| | Firebase/Auth Cocoapod (11.0.0) +| | Firebase/Auth Cocoapod (11.2.0) Firebase Dynamic Links | libfirebase_dynamic_links.a | | libfirebase_app.a -| | Firebase/DynamicLinks Cocoapod (11.0.0) +| | Firebase/DynamicLinks Cocoapod (11.2.0) Cloud Firestore | libfirebase_firestore.a | | libfirebase_app.a | | libfirebase_auth.a -| | Firebase/Firestore Cocoapod (11.0.0) -| | Firebase/Auth Cocoapod (11.0.0) +| | Firebase/Firestore Cocoapod (11.2.0) +| | Firebase/Auth Cocoapod (11.2.0) Firebase Functions | libfirebase_functions.a | | libfirebase_app.a | | libfirebase_auth.a (optional) -| | Firebase/Functions Cocoapod (11.0.0) -| | Firebase/Auth Cocoapod (11.0.0) +| | Firebase/Functions Cocoapod (11.2.0) +| | Firebase/Auth Cocoapod (11.2.0) Google Mobile Ads | libfirebase_gma.a | | libfirebase_app.a -| | Firebase/CoreOnly Cocoapod (11.0.0) +| | Firebase/CoreOnly Cocoapod (11.2.0) | | Google-Mobile-Ads-SDK Cocoapod (11.2.0) | | GoogleUserMessagingPlatform Cocoapod (2.3.0) Firebase Installations | libfirebase_installations.a | | libfirebase_app.a -| | FirebaseInstallations Cocoapod (11.0.0) +| | FirebaseInstallations Cocoapod (11.2.0) Firebase Cloud Messaging | libfirebase_messaging.a | | libfirebase_app.a -| | Firebase/CloudMessaging Cocoapod (11.0.0) +| | Firebase/CloudMessaging Cocoapod (11.2.0) Firebase Realtime Database | libfirebase_database.a | | libfirebase_app.a | | libfirebase_auth.a -| | Firebase/Database Cocoapod (11.0.0) -| | Firebase/Auth Cocoapod (11.0.0) +| | Firebase/Database Cocoapod (11.2.0) +| | Firebase/Auth Cocoapod (11.2.0) Firebase Remote Config | libfirebase_remote_config.a | | libfirebase_app.a -| | Firebase/RemoteConfig Cocoapod (11.0.0) +| | Firebase/RemoteConfig Cocoapod (11.2.0) Firebase Storage | libfirebase_storage.a | | libfirebase_app.a | | libfirebase_auth.a -| | Firebase/Storage Cocoapod (11.0.0) -| | Firebase/Auth Cocoapod (11.0.0) +| | Firebase/Storage Cocoapod (11.2.0) +| | Firebase/Auth Cocoapod (11.2.0) Important: Each version of the Firebase C++ SDK supports a specific version of the Firebase iOS SDK. Please ensure that you reference the Cocoapod versions diff --git a/remote_config/integration_test/Podfile b/remote_config/integration_test/Podfile index 0b9d2057f..746d4c3ee 100644 --- a/remote_config/integration_test/Podfile +++ b/remote_config/integration_test/Podfile @@ -4,12 +4,12 @@ use_frameworks! :linkage => :static target 'integration_test' do platform :ios, '13.0' - pod 'Firebase/RemoteConfig', '11.0.0' + pod 'Firebase/RemoteConfig', '11.2.0' end target 'integration_test_tvos' do platform :tvos, '13.0' - pod 'Firebase/RemoteConfig', '11.0.0' + pod 'Firebase/RemoteConfig', '11.2.0' end post_install do |installer| diff --git a/storage/integration_test/Podfile b/storage/integration_test/Podfile index 5a54e9c55..9eba702a7 100644 --- a/storage/integration_test/Podfile +++ b/storage/integration_test/Podfile @@ -4,14 +4,14 @@ use_frameworks! :linkage => :static target 'integration_test' do platform :ios, '13.0' - pod 'Firebase/Storage', '11.0.0' - pod 'Firebase/Auth', '11.0.0' + pod 'Firebase/Storage', '11.2.0' + pod 'Firebase/Auth', '11.2.0' end target 'integration_test_tvos' do platform :tvos, '13.0' - pod 'Firebase/Storage', '11.0.0' - pod 'Firebase/Auth', '11.0.0' + pod 'Firebase/Storage', '11.2.0' + pod 'Firebase/Auth', '11.2.0' end post_install do |installer|