diff --git a/analytics/integration_test/Podfile b/analytics/integration_test/Podfile index 1f559b860b..42a7f29b62 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, '11.0' - pod 'Firebase/Analytics', '10.14.0' + pod 'Firebase/Analytics', '10.15.0' end target 'integration_test_tvos' do platform :tvos, '12.0' - pod 'Firebase/Analytics', '10.14.0' + pod 'Firebase/Analytics', '10.15.0' end post_install do |installer| diff --git a/analytics/ios_headers/FIREventNames.h b/analytics/ios_headers/FIREventNames.h index 539cec6c64..2c5a36af7e 100644 --- a/analytics/ios_headers/FIREventNames.h +++ b/analytics/ios_headers/FIREventNames.h @@ -1,6 +1,6 @@ // Copyright 2023 Google LLC -// Copied from Firebase Analytics iOS SDK 10.14.0. +// Copied from Firebase Analytics iOS SDK 10.15.0. /// @file FIREventNames.h /// diff --git a/analytics/ios_headers/FIRParameterNames.h b/analytics/ios_headers/FIRParameterNames.h index 9906ae0924..f60ae421c1 100644 --- a/analytics/ios_headers/FIRParameterNames.h +++ b/analytics/ios_headers/FIRParameterNames.h @@ -1,6 +1,6 @@ // Copyright 2023 Google LLC -// Copied from Firebase Analytics iOS SDK 10.14.0. +// Copied from Firebase Analytics iOS SDK 10.15.0. /// @file FIRParameterNames.h /// diff --git a/analytics/ios_headers/FIRUserPropertyNames.h b/analytics/ios_headers/FIRUserPropertyNames.h index a836839559..fce0bfa4e2 100644 --- a/analytics/ios_headers/FIRUserPropertyNames.h +++ b/analytics/ios_headers/FIRUserPropertyNames.h @@ -1,6 +1,6 @@ // Copyright 2023 Google LLC -// Copied from Firebase Analytics iOS SDK 10.14.0. +// Copied from Firebase Analytics iOS SDK 10.15.0. /// @file FIRUserPropertyNames.h /// diff --git a/app/integration_test/Podfile b/app/integration_test/Podfile index 004068168c..030a579e3f 100644 --- a/app/integration_test/Podfile +++ b/app/integration_test/Podfile @@ -4,7 +4,7 @@ platform :ios, '11.0' use_frameworks! :linkage => :static target 'integration_test' do - pod 'Firebase/Analytics', '10.14.0' + pod 'Firebase/Analytics', '10.15.0' end post_install do |installer| diff --git a/app_check/integration_test/Podfile b/app_check/integration_test/Podfile index 8d33fe3857..84bcca180a 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, '11.0' - pod 'Firebase/AppCheck', '10.14.0' - pod 'Firebase/Database', '10.14.0' - pod 'Firebase/Auth', '10.14.0' - pod 'Firebase/Storage', '10.14.0' - pod 'Firebase/Functions', '10.14.0' + pod 'Firebase/AppCheck', '10.15.0' + pod 'Firebase/Database', '10.15.0' + pod 'Firebase/Auth', '10.15.0' + pod 'Firebase/Storage', '10.15.0' + pod 'Firebase/Functions', '10.15.0' end target 'integration_test_tvos' do platform :tvos, '12.0' - pod 'Firebase/AppCheck', '10.14.0' - pod 'Firebase/Database', '10.14.0' - pod 'Firebase/Auth', '10.14.0' - pod 'Firebase/Storage', '10.14.0' - pod 'Firebase/Functions', '10.14.0' + pod 'Firebase/AppCheck', '10.15.0' + pod 'Firebase/Database', '10.15.0' + pod 'Firebase/Auth', '10.15.0' + pod 'Firebase/Storage', '10.15.0' + pod 'Firebase/Functions', '10.15.0' end post_install do |installer| diff --git a/auth/integration_test/Podfile b/auth/integration_test/Podfile index 9e0f830af9..2498fe55b1 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, '11.0' - pod 'Firebase/Auth', '10.14.0' + pod 'Firebase/Auth', '10.15.0' end target 'integration_test_tvos' do platform :tvos, '12.0' - pod 'Firebase/Auth', '10.14.0' + pod 'Firebase/Auth', '10.15.0' end post_install do |installer| diff --git a/cmake/external/firestore.cmake b/cmake/external/firestore.cmake index 825dab88f4..a7076d075d 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-10.14.0) +set(version CocoaPods-10.15.0) function(GetReleasedDep) message("Getting released firebase-ios-sdk @ ${version}") diff --git a/database/integration_test/Podfile b/database/integration_test/Podfile index 29649fd9a7..d46bac178d 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, '11.0' - pod 'Firebase/Database', '10.14.0' - pod 'Firebase/Auth', '10.14.0' + pod 'Firebase/Database', '10.15.0' + pod 'Firebase/Auth', '10.15.0' end target 'integration_test_tvos' do platform :tvos, '12.0' - pod 'Firebase/Database', '10.14.0' - pod 'Firebase/Auth', '10.14.0' + pod 'Firebase/Database', '10.15.0' + pod 'Firebase/Auth', '10.15.0' end post_install do |installer| diff --git a/dynamic_links/integration_test/Podfile b/dynamic_links/integration_test/Podfile index 2fa773d205..306206be5d 100644 --- a/dynamic_links/integration_test/Podfile +++ b/dynamic_links/integration_test/Podfile @@ -4,7 +4,7 @@ platform :ios, '11.0' use_frameworks! :linkage => :static target 'integration_test' do - pod 'Firebase/DynamicLinks', '10.14.0' + pod 'Firebase/DynamicLinks', '10.15.0' end post_install do |installer| diff --git a/firestore/integration_test/Podfile b/firestore/integration_test/Podfile index 174654f54d..9f936452c2 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, '11.0' - pod 'Firebase/Firestore', '10.14.0' - pod 'Firebase/Auth', '10.14.0' + pod 'Firebase/Firestore', '10.15.0' + pod 'Firebase/Auth', '10.15.0' end target 'integration_test_tvos' do platform :tvos, '12.0' - pod 'Firebase/Firestore', '10.14.0' - pod 'Firebase/Auth', '10.14.0' + pod 'Firebase/Firestore', '10.15.0' + pod 'Firebase/Auth', '10.15.0' end post_install do |installer| diff --git a/firestore/integration_test_internal/Podfile b/firestore/integration_test_internal/Podfile index 374efd97c7..8e15b4dc8c 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, '11.0' - pod 'Firebase/Firestore', '10.14.0' - pod 'Firebase/Auth', '10.14.0' + pod 'Firebase/Firestore', '10.15.0' + pod 'Firebase/Auth', '10.15.0' end target 'integration_test_tvos' do platform :tvos, '12.0' - pod 'Firebase/Firestore', '10.14.0' - pod 'Firebase/Auth', '10.14.0' + pod 'Firebase/Firestore', '10.15.0' + pod 'Firebase/Auth', '10.15.0' end post_install do |installer| diff --git a/functions/integration_test/Podfile b/functions/integration_test/Podfile index 04bd164eec..f3b0bf9c77 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, '11.0' - pod 'Firebase/Functions', '10.14.0' - pod 'Firebase/Auth', '10.14.0' + pod 'Firebase/Functions', '10.15.0' + pod 'Firebase/Auth', '10.15.0' end target 'integration_test_tvos' do platform :tvos, '12.0' - pod 'Firebase/Functions', '10.14.0' - pod 'Firebase/Auth', '10.14.0' + pod 'Firebase/Functions', '10.15.0' + pod 'Firebase/Auth', '10.15.0' end post_install do |installer| diff --git a/gma/integration_test/Podfile b/gma/integration_test/Podfile index ba5df3832f..a1fcb04dd1 100644 --- a/gma/integration_test/Podfile +++ b/gma/integration_test/Podfile @@ -4,8 +4,8 @@ platform :ios, '11.0' use_frameworks! :linkage => :static target 'integration_test' do - pod 'Firebase/CoreOnly', '10.14.0' - pod 'Google-Mobile-Ads-SDK', '10.9.0' + pod 'Firebase/CoreOnly', '10.15.0' + pod 'Google-Mobile-Ads-SDK', '10.10.0' end post_install do |installer| diff --git a/installations/integration_test/Podfile b/installations/integration_test/Podfile index 3a330ec187..cf9a0fac39 100644 --- a/installations/integration_test/Podfile +++ b/installations/integration_test/Podfile @@ -4,8 +4,8 @@ platform :ios, '11.0' use_frameworks! :linkage => :static target 'integration_test' do - pod 'Firebase/Analytics', '10.14.0' - pod 'Firebase/Installations', '10.14.0' + pod 'Firebase/Analytics', '10.15.0' + pod 'Firebase/Installations', '10.15.0' end post_install do |installer| diff --git a/ios_pod/Podfile b/ios_pod/Podfile index d35ab7fe66..6fffebe53c 100644 --- a/ios_pod/Podfile +++ b/ios_pod/Podfile @@ -3,20 +3,20 @@ platform :ios, '11.0' use_frameworks! target 'GetPods' do - pod 'Firebase/Core', '10.14.0' + pod 'Firebase/Core', '10.15.0' - pod 'Google-Mobile-Ads-SDK', '10.9.0' - pod 'Firebase/Analytics', '10.14.0' - pod 'Firebase/AppCheck', '10.14.0' - pod 'Firebase/Auth', '10.14.0' - pod 'Firebase/Crashlytics', '10.14.0' - pod 'Firebase/Database', '10.14.0' - pod 'Firebase/DynamicLinks', '10.14.0' - pod 'Firebase/Firestore', '10.14.0' - pod 'Firebase/Functions', '10.14.0' - pod 'Firebase/Installations', '10.14.0' - pod 'Firebase/Messaging', '10.14.0' - pod 'Firebase/RemoteConfig', '10.14.0' - pod 'Firebase/Storage', '10.14.0' + pod 'Google-Mobile-Ads-SDK', '10.10.0' + pod 'Firebase/Analytics', '10.15.0' + pod 'Firebase/AppCheck', '10.15.0' + pod 'Firebase/Auth', '10.15.0' + pod 'Firebase/Crashlytics', '10.15.0' + pod 'Firebase/Database', '10.15.0' + pod 'Firebase/DynamicLinks', '10.15.0' + pod 'Firebase/Firestore', '10.15.0' + pod 'Firebase/Functions', '10.15.0' + pod 'Firebase/Installations', '10.15.0' + pod 'Firebase/Messaging', '10.15.0' + pod 'Firebase/RemoteConfig', '10.15.0' + pod 'Firebase/Storage', '10.15.0' end diff --git a/ios_pod/swift_headers/FirebaseAnalyticsSwift-Swift.h b/ios_pod/swift_headers/FirebaseAnalyticsSwift-Swift.h index df3530cbde..13d9f74b4d 100644 --- a/ios_pod/swift_headers/FirebaseAnalyticsSwift-Swift.h +++ b/ios_pod/swift_headers/FirebaseAnalyticsSwift-Swift.h @@ -1,7 +1,7 @@ #if 0 #elif defined(__arm64__) && __arm64__ // Copyright 2023 Google LLC -// Copied from Firebase iOS SDK 10.14.0. +// Copied from Firebase iOS SDK 10.15.0. // Generated by Apple Swift version 5.7.1 (swiftlang-5.7.1.135.3 // clang-1400.0.29.51) @@ -288,7 +288,7 @@ using UInt = size_t; #elif defined(__x86_64__) && __x86_64__ // Copyright 2023 Google LLC -// Copied from Firebase iOS SDK 10.14.0. +// Copied from Firebase iOS SDK 10.15.0. // Generated by Apple Swift version 5.7.1 (swiftlang-5.7.1.135.3 // clang-1400.0.29.51) diff --git a/ios_pod/swift_headers/FirebaseCoreInternal-Swift.h b/ios_pod/swift_headers/FirebaseCoreInternal-Swift.h index 65e8219511..f9efa9bd4c 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 2023 Google LLC -// Copied from Firebase iOS SDK 10.14.0. +// Copied from Firebase iOS SDK 10.15.0. // Generated by Apple Swift version 5.7.1 (swiftlang-5.7.1.135.3 // clang-1400.0.29.51) @@ -345,7 +345,7 @@ SWIFT_CLASS_NAMED("_ObjC_HeartbeatsPayload") #elif defined(__x86_64__) && __x86_64__ // Copyright 2023 Google LLC -// Copied from Firebase iOS SDK 10.14.0. +// Copied from Firebase iOS SDK 10.15.0. // Generated by Apple Swift version 5.7.1 (swiftlang-5.7.1.135.3 // clang-1400.0.29.51) diff --git a/ios_pod/swift_headers/FirebaseDatabaseSwift-Swift.h b/ios_pod/swift_headers/FirebaseDatabaseSwift-Swift.h index bc4894cb40..adb0e2cfa9 100644 --- a/ios_pod/swift_headers/FirebaseDatabaseSwift-Swift.h +++ b/ios_pod/swift_headers/FirebaseDatabaseSwift-Swift.h @@ -1,7 +1,7 @@ #if 0 #elif defined(__arm64__) && __arm64__ // Copyright 2023 Google LLC -// Copied from Firebase iOS SDK 10.14.0. +// Copied from Firebase iOS SDK 10.15.0. // Generated by Apple Swift version 5.7.1 (swiftlang-5.7.1.135.3 // clang-1400.0.29.51) @@ -289,7 +289,7 @@ using UInt = size_t; #elif defined(__x86_64__) && __x86_64__ // Copyright 2023 Google LLC -// Copied from Firebase iOS SDK 10.14.0. +// Copied from Firebase iOS SDK 10.15.0. // Generated by Apple Swift version 5.7.1 (swiftlang-5.7.1.135.3 // clang-1400.0.29.51) diff --git a/ios_pod/swift_headers/FirebaseFirestoreSwift-Swift.h b/ios_pod/swift_headers/FirebaseFirestoreSwift-Swift.h index 2ef87db1c4..fdea7dcb7c 100644 --- a/ios_pod/swift_headers/FirebaseFirestoreSwift-Swift.h +++ b/ios_pod/swift_headers/FirebaseFirestoreSwift-Swift.h @@ -1,7 +1,7 @@ #if 0 #elif defined(__arm64__) && __arm64__ // Copyright 2023 Google LLC -// Copied from Firebase iOS SDK 10.14.0. +// Copied from Firebase iOS SDK 10.15.0. // Generated by Apple Swift version 5.7.1 (swiftlang-5.7.1.135.3 // clang-1400.0.29.51) @@ -289,7 +289,7 @@ using UInt = size_t; #elif defined(__x86_64__) && __x86_64__ // Copyright 2023 Google LLC -// Copied from Firebase iOS SDK 10.14.0. +// Copied from Firebase iOS SDK 10.15.0. // Generated by Apple Swift version 5.7.1 (swiftlang-5.7.1.135.3 // clang-1400.0.29.51) diff --git a/ios_pod/swift_headers/FirebaseFunctions-Swift.h b/ios_pod/swift_headers/FirebaseFunctions-Swift.h index 3cf7c4903e..25e474279f 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 2023 Google LLC -// Copied from Firebase iOS SDK 10.14.0. +// Copied from Firebase iOS SDK 10.15.0. // Generated by Apple Swift version 5.7.1 (swiftlang-5.7.1.135.3 // clang-1400.0.29.51) @@ -569,7 +569,7 @@ SWIFT_CLASS_NAMED("HTTPSCallableResult") #elif defined(__x86_64__) && __x86_64__ // Copyright 2023 Google LLC -// Copied from Firebase iOS SDK 10.14.0. +// Copied from Firebase iOS SDK 10.15.0. // Generated by Apple Swift version 5.7.1 (swiftlang-5.7.1.135.3 // clang-1400.0.29.51) diff --git a/ios_pod/swift_headers/FirebaseInAppMessagingSwift-Swift.h b/ios_pod/swift_headers/FirebaseInAppMessagingSwift-Swift.h index b94db175a2..c4d9d5152f 100644 --- a/ios_pod/swift_headers/FirebaseInAppMessagingSwift-Swift.h +++ b/ios_pod/swift_headers/FirebaseInAppMessagingSwift-Swift.h @@ -1,7 +1,7 @@ #if 0 #elif defined(__arm64__) && __arm64__ // Copyright 2023 Google LLC -// Copied from Firebase iOS SDK 10.14.0. +// Copied from Firebase iOS SDK 10.15.0. // Generated by Apple Swift version 5.7.1 (swiftlang-5.7.1.135.3 // clang-1400.0.29.51) @@ -289,7 +289,7 @@ using UInt = size_t; #elif defined(__x86_64__) && __x86_64__ // Copyright 2023 Google LLC -// Copied from Firebase iOS SDK 10.14.0. +// Copied from Firebase iOS SDK 10.15.0. // Generated by Apple Swift version 5.7.1 (swiftlang-5.7.1.135.3 // clang-1400.0.29.51) diff --git a/ios_pod/swift_headers/FirebaseMLModelDownloader-Swift.h b/ios_pod/swift_headers/FirebaseMLModelDownloader-Swift.h index 44cbf57192..a1b322280b 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 2023 Google LLC -// Copied from Firebase iOS SDK 10.14.0. +// Copied from Firebase iOS SDK 10.15.0. // Generated by Apple Swift version 5.7.1 (swiftlang-5.7.1.135.3 // clang-1400.0.29.51) @@ -289,7 +289,7 @@ using UInt = size_t; #elif defined(__x86_64__) && __x86_64__ // Copyright 2023 Google LLC -// Copied from Firebase iOS SDK 10.14.0. +// Copied from Firebase iOS SDK 10.15.0. // Generated by Apple Swift version 5.7.1 (swiftlang-5.7.1.135.3 // clang-1400.0.29.51) diff --git a/ios_pod/swift_headers/FirebaseRemoteConfigSwift-Swift.h b/ios_pod/swift_headers/FirebaseRemoteConfigSwift-Swift.h index a232180d4a..29b645af98 100644 --- a/ios_pod/swift_headers/FirebaseRemoteConfigSwift-Swift.h +++ b/ios_pod/swift_headers/FirebaseRemoteConfigSwift-Swift.h @@ -1,7 +1,7 @@ #if 0 #elif defined(__arm64__) && __arm64__ // Copyright 2023 Google LLC -// Copied from Firebase iOS SDK 10.14.0. +// Copied from Firebase iOS SDK 10.15.0. // Generated by Apple Swift version 5.7.1 (swiftlang-5.7.1.135.3 // clang-1400.0.29.51) @@ -289,7 +289,7 @@ using UInt = size_t; #elif defined(__x86_64__) && __x86_64__ // Copyright 2023 Google LLC -// Copied from Firebase iOS SDK 10.14.0. +// Copied from Firebase iOS SDK 10.15.0. // Generated by Apple Swift version 5.7.1 (swiftlang-5.7.1.135.3 // clang-1400.0.29.51) diff --git a/ios_pod/swift_headers/FirebaseSharedSwift-Swift.h b/ios_pod/swift_headers/FirebaseSharedSwift-Swift.h index 2841ae0927..b6498d35f3 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 2023 Google LLC -// Copied from Firebase iOS SDK 10.14.0. +// Copied from Firebase iOS SDK 10.15.0. // Generated by Apple Swift version 5.7.1 (swiftlang-5.7.1.135.3 // clang-1400.0.29.51) @@ -288,7 +288,7 @@ using UInt = size_t; #elif defined(__x86_64__) && __x86_64__ // Copyright 2023 Google LLC -// Copied from Firebase iOS SDK 10.14.0. +// Copied from Firebase iOS SDK 10.15.0. // Generated by Apple Swift version 5.7.1 (swiftlang-5.7.1.135.3 // clang-1400.0.29.51) diff --git a/ios_pod/swift_headers/FirebaseStorage-Swift.h b/ios_pod/swift_headers/FirebaseStorage-Swift.h index daa70f3bdc..5e93c2ab3f 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 2023 Google LLC -// Copied from Firebase iOS SDK 10.14.0. +// Copied from Firebase iOS SDK 10.15.0. // Generated by Apple Swift version 5.7.1 (swiftlang-5.7.1.135.3 // clang-1400.0.29.51) @@ -940,7 +940,7 @@ SWIFT_CLASS_NAMED("StorageUploadTask") #elif defined(__x86_64__) && __x86_64__ // Copyright 2023 Google LLC -// Copied from Firebase iOS SDK 10.14.0. +// Copied from Firebase iOS SDK 10.15.0. // Generated by Apple Swift version 5.7.1 (swiftlang-5.7.1.135.3 // clang-1400.0.29.51) diff --git a/ios_pod/swift_headers/SwiftProtobuf-Swift.h b/ios_pod/swift_headers/SwiftProtobuf-Swift.h index 8c7bd8ec0f..973c5274e1 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 2023 Google LLC -// Copied from Firebase iOS SDK 10.14.0. +// Copied from Firebase iOS SDK 10.15.0. // Generated by Apple Swift version 5.7.1 (swiftlang-5.7.1.135.3 // clang-1400.0.29.51) @@ -288,7 +288,7 @@ using UInt = size_t; #elif defined(__x86_64__) && __x86_64__ // Copyright 2023 Google LLC -// Copied from Firebase iOS SDK 10.14.0. +// Copied from Firebase iOS SDK 10.15.0. // Generated by Apple Swift version 5.7.1 (swiftlang-5.7.1.135.3 // clang-1400.0.29.51) diff --git a/messaging/integration_test/Podfile b/messaging/integration_test/Podfile index e7cead4e9a..22d8899915 100644 --- a/messaging/integration_test/Podfile +++ b/messaging/integration_test/Podfile @@ -4,12 +4,12 @@ use_frameworks! :linkage => :static target 'integration_test' do platform :ios, '11.0' - pod 'Firebase/Messaging', '10.14.0' + pod 'Firebase/Messaging', '10.15.0' end target 'integration_test_tvos' do platform :tvos, '12.0' - pod 'Firebase/Messaging', '10.14.0' + pod 'Firebase/Messaging', '10.15.0' end post_install do |installer| diff --git a/release_build_files/readme.md b/release_build_files/readme.md index 12ca6afd09..cbb32a536e 100644 --- a/release_build_files/readme.md +++ b/release_build_files/readme.md @@ -228,49 +228,49 @@ Feature | Required Frameworks and Cocoapods -------------------------- | --------------------------------------- Firebase Analytics | firebase_analytics.xcframework | | firebase.xcframework -| | Firebase/Analytics Cocoapod (10.14.0) +| | Firebase/Analytics Cocoapod (10.15.0) Firebase App Check | firebase_app_check.xcframework | | firebase.xcframework -| | Firebase/AppCheck Cocoapod (10.14.0) +| | Firebase/AppCheck Cocoapod (10.15.0) Firebase Authentication | firebase_auth.xcframework | | firebase.xcframework -| | Firebase/Auth Cocoapod (10.14.0) +| | Firebase/Auth Cocoapod (10.15.0) Firebase Dynamic Links | firebase_dynamic_links.xcframework | | firebase.xcframework -| | Firebase/DynamicLinks Cocoapod (10.14.0) +| | Firebase/DynamicLinks Cocoapod (10.15.0) Cloud Firestore | firebase_firestore.xcframework | | firebase_auth.xcframework | | firebase.xcframework -| | Firebase/Firestore Cocoapod (10.14.0) -| | Firebase/Auth Cocoapod (10.14.0) +| | Firebase/Firestore Cocoapod (10.15.0) +| | Firebase/Auth Cocoapod (10.15.0) Firebase Functions | firebase_functions.xcframework | | firebase_auth.xcframework (optional) | | firebase.xcframework -| | Firebase/Functions Cocoapod (10.14.0) -| | Firebase/Auth Cocoapod (10.14.0) +| | Firebase/Functions Cocoapod (10.15.0) +| | Firebase/Auth Cocoapod (10.15.0) Google Mobile Ads | firebase_gma.xcframework | | firebase.xcframework -| | Firebase/CoreOnly Cocoapod (10.14.0) -| | Google-Mobile-Ads-SDK Cocoapod (10.9.0) +| | Firebase/CoreOnly Cocoapod (10.15.0) +| | Google-Mobile-Ads-SDK Cocoapod (10.10.0) Firebase Installations | firebase_installations.xcframework | | firebase.xcframework -| | FirebaseInstallations Cocoapod (10.14.0) +| | FirebaseInstallations Cocoapod (10.15.0) Firebase Cloud Messaging | firebase_messaging.xcframework | | firebase.xcframework -| | Firebase/Messaging Cocoapod (10.14.0) +| | Firebase/Messaging Cocoapod (10.15.0) Firebase Realtime Database | firebase_database.xcframework | | firebase_auth.xcframework | | firebase.xcframework -| | Firebase/Database Cocoapod (10.14.0) -| | Firebase/Auth Cocoapod (10.14.0) +| | Firebase/Database Cocoapod (10.15.0) +| | Firebase/Auth Cocoapod (10.15.0) Firebase Remote Config | firebase_remote_config.xcframework | | firebase.xcframework -| | Firebase/RemoteConfig Cocoapod (10.14.0) +| | Firebase/RemoteConfig Cocoapod (10.15.0) Firebase Storage | firebase_storage.xcframework | | firebase_auth.xcframework | | firebase.xcframework -| | Firebase/Storage Cocoapod (10.14.0) -| | Firebase/Auth Cocoapod (10.14.0) +| | Firebase/Storage Cocoapod (10.15.0) +| | Firebase/Auth Cocoapod (10.15.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 @@ -290,49 +290,49 @@ Feature | Required Libraries and Cocoapods -------------------------- | ----------------------------------------- Firebase Analytics | libfirebase_analytics.a | | libfirebase_app.a -| | Firebase/Analytics Cocoapod (10.14.0) +| | Firebase/Analytics Cocoapod (10.15.0) Firebase App Check | firebase_app_check.xcframework | | firebase.xcframework -| | Firebase/AppCheck Cocoapod (10.14.0) +| | Firebase/AppCheck Cocoapod (10.15.0) Firebase Authentication | libfirebase_auth.a | | libfirebase_app.a -| | Firebase/Auth Cocoapod (10.14.0) +| | Firebase/Auth Cocoapod (10.15.0) Firebase Dynamic Links | libfirebase_dynamic_links.a | | libfirebase_app.a -| | Firebase/DynamicLinks Cocoapod (10.14.0) +| | Firebase/DynamicLinks Cocoapod (10.15.0) Cloud Firestore | libfirebase_firestore.a | | libfirebase_app.a | | libfirebase_auth.a -| | Firebase/Firestore Cocoapod (10.14.0) -| | Firebase/Auth Cocoapod (10.14.0) +| | Firebase/Firestore Cocoapod (10.15.0) +| | Firebase/Auth Cocoapod (10.15.0) Firebase Functions | libfirebase_functions.a | | libfirebase_app.a | | libfirebase_auth.a (optional) -| | Firebase/Functions Cocoapod (10.14.0) -| | Firebase/Auth Cocoapod (10.14.0) +| | Firebase/Functions Cocoapod (10.15.0) +| | Firebase/Auth Cocoapod (10.15.0) Google Mobile Ads | libfirebase_gma.a | | libfirebase_app.a -| | Firebase/CoreOnly Cocoapod (10.14.0) -| | Google-Mobile-Ads-SDK Cocoapod (10.9.0) +| | Firebase/CoreOnly Cocoapod (10.15.0) +| | Google-Mobile-Ads-SDK Cocoapod (10.10.0) Firebase Installations | libfirebase_installations.a | | libfirebase_app.a -| | FirebaseInstallations Cocoapod (10.14.0) +| | FirebaseInstallations Cocoapod (10.15.0) Firebase Cloud Messaging | libfirebase_messaging.a | | libfirebase_app.a -| | Firebase/CloudMessaging Cocoapod (10.14.0) +| | Firebase/CloudMessaging Cocoapod (10.15.0) Firebase Realtime Database | libfirebase_database.a | | libfirebase_app.a | | libfirebase_auth.a -| | Firebase/Database Cocoapod (10.14.0) -| | Firebase/Auth Cocoapod (10.14.0) +| | Firebase/Database Cocoapod (10.15.0) +| | Firebase/Auth Cocoapod (10.15.0) Firebase Remote Config | libfirebase_remote_config.a | | libfirebase_app.a -| | Firebase/RemoteConfig Cocoapod (10.14.0) +| | Firebase/RemoteConfig Cocoapod (10.15.0) Firebase Storage | libfirebase_storage.a | | libfirebase_app.a | | libfirebase_auth.a -| | Firebase/Storage Cocoapod (10.14.0) -| | Firebase/Auth Cocoapod (10.14.0) +| | Firebase/Storage Cocoapod (10.15.0) +| | Firebase/Auth Cocoapod (10.15.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 68736f86ec..17ecdff389 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, '11.0' - pod 'Firebase/RemoteConfig', '10.14.0' + pod 'Firebase/RemoteConfig', '10.15.0' end target 'integration_test_tvos' do platform :tvos, '12.0' - pod 'Firebase/RemoteConfig', '10.14.0' + pod 'Firebase/RemoteConfig', '10.15.0' end post_install do |installer| diff --git a/storage/integration_test/Podfile b/storage/integration_test/Podfile index 799c9fd8a8..4429d53b76 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, '11.0' - pod 'Firebase/Storage', '10.14.0' - pod 'Firebase/Auth', '10.14.0' + pod 'Firebase/Storage', '10.15.0' + pod 'Firebase/Auth', '10.15.0' end target 'integration_test_tvos' do platform :tvos, '12.0' - pod 'Firebase/Storage', '10.14.0' - pod 'Firebase/Auth', '10.14.0' + pod 'Firebase/Storage', '10.15.0' + pod 'Firebase/Auth', '10.15.0' end post_install do |installer|