Skip to content

Update iOS dependencies - Thu Jul 17 2025 #1778

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions analytics/integration_test/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ use_frameworks! :linkage => :static

target 'integration_test' do
platform :ios, '15.0'
pod 'Firebase/Analytics', '11.14.0'
pod 'Firebase/Analytics', '12.0.0'
end

target 'integration_test_tvos' do
platform :tvos, '15.0'
pod 'Firebase/Analytics', '11.14.0'
pod 'Firebase/Analytics', '12.0.0'
end

post_install do |installer|
Expand Down
2 changes: 1 addition & 1 deletion analytics/ios_headers/FIREventNames.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Copyright 2025 Google LLC

// Copied from Firebase Analytics iOS SDK 11.14.0.
// Copied from Firebase Analytics iOS SDK 12.0.0.

/// @file FIREventNames.h
///
Expand Down
2 changes: 1 addition & 1 deletion analytics/ios_headers/FIRParameterNames.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Copyright 2025 Google LLC

// Copied from Firebase Analytics iOS SDK 11.14.0.
// Copied from Firebase Analytics iOS SDK 12.0.0.

/// @file FIRParameterNames.h
///
Expand Down
2 changes: 1 addition & 1 deletion analytics/ios_headers/FIRUserPropertyNames.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Copyright 2025 Google LLC

// Copied from Firebase Analytics iOS SDK 11.14.0.
// Copied from Firebase Analytics iOS SDK 12.0.0.

/// @file FIRUserPropertyNames.h
///
Expand Down
2 changes: 1 addition & 1 deletion app/integration_test/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ platform :ios, '15.0'
use_frameworks! :linkage => :static

target 'integration_test' do
pod 'Firebase/Analytics', '11.14.0'
pod 'Firebase/Analytics', '12.0.0'
end

post_install do |installer|
Expand Down
20 changes: 10 additions & 10 deletions app_check/integration_test/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,20 @@ use_frameworks! :linkage => :static

target 'integration_test' do
platform :ios, '15.0'
pod 'Firebase/AppCheck', '11.14.0'
pod 'Firebase/Database', '11.14.0'
pod 'Firebase/Auth', '11.14.0'
pod 'Firebase/Storage', '11.14.0'
pod 'Firebase/Functions', '11.14.0'
pod 'Firebase/AppCheck', '12.0.0'
pod 'Firebase/Database', '12.0.0'
pod 'Firebase/Auth', '12.0.0'
pod 'Firebase/Storage', '12.0.0'
pod 'Firebase/Functions', '12.0.0'
end

target 'integration_test_tvos' do
platform :tvos, '15.0'
pod 'Firebase/AppCheck', '11.14.0'
pod 'Firebase/Database', '11.14.0'
pod 'Firebase/Auth', '11.14.0'
pod 'Firebase/Storage', '11.14.0'
pod 'Firebase/Functions', '11.14.0'
pod 'Firebase/AppCheck', '12.0.0'
pod 'Firebase/Database', '12.0.0'
pod 'Firebase/Auth', '12.0.0'
pod 'Firebase/Storage', '12.0.0'
pod 'Firebase/Functions', '12.0.0'
end

post_install do |installer|
Expand Down
4 changes: 2 additions & 2 deletions auth/integration_test/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ use_frameworks! :linkage => :static

target 'integration_test' do
platform :ios, '15.0'
pod 'Firebase/Auth', '11.14.0'
pod 'Firebase/Auth', '12.0.0'
end

target 'integration_test_tvos' do
platform :tvos, '15.0'
pod 'Firebase/Auth', '11.14.0'
pod 'Firebase/Auth', '12.0.0'
end

post_install do |installer|
Expand Down
2 changes: 1 addition & 1 deletion cmake/external/firestore.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,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.8.1)
set(version CocoaPods-11.14.0)
set(version CocoaPods-12.0.0)

function(GetReleasedDep)
message("Getting released firebase-ios-sdk @ ${version}")
Expand Down
8 changes: 4 additions & 4 deletions database/integration_test/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ use_frameworks! :linkage => :static

target 'integration_test' do
platform :ios, '15.0'
pod 'Firebase/Database', '11.14.0'
pod 'Firebase/Auth', '11.14.0'
pod 'Firebase/Database', '12.0.0'
pod 'Firebase/Auth', '12.0.0'
end

target 'integration_test_tvos' do
platform :tvos, '15.0'
pod 'Firebase/Database', '11.14.0'
pod 'Firebase/Auth', '11.14.0'
pod 'Firebase/Database', '12.0.0'
pod 'Firebase/Auth', '12.0.0'
end

post_install do |installer|
Expand Down
8 changes: 4 additions & 4 deletions firestore/integration_test/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ use_frameworks! :linkage => :static

target 'integration_test' do
platform :ios, '15.0'
pod 'Firebase/Firestore', '11.14.0'
pod 'Firebase/Auth', '11.14.0'
pod 'Firebase/Firestore', '12.0.0'
pod 'Firebase/Auth', '12.0.0'
end

target 'integration_test_tvos' do
platform :tvos, '15.0'
pod 'Firebase/Firestore', '11.14.0'
pod 'Firebase/Auth', '11.14.0'
pod 'FirebaseFirestore', '12.0.0'
pod 'Firebase/Auth', '12.0.0'
end

post_install do |installer|
Expand Down
8 changes: 4 additions & 4 deletions firestore/integration_test_internal/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ use_frameworks! :linkage => :static

target 'integration_test' do
platform :ios, '15.0'
pod 'Firebase/Firestore', '11.14.0'
pod 'Firebase/Auth', '11.14.0'
pod 'Firebase/Firestore', '12.0.0'
pod 'Firebase/Auth', '12.0.0'
end

target 'integration_test_tvos' do
platform :tvos, '15.0'
pod 'Firebase/Firestore', '11.14.0'
pod 'Firebase/Auth', '11.14.0'
pod 'FirebaseFirestore', '12.0.0'
pod 'Firebase/Auth', '12.0.0'
end

post_install do |installer|
Expand Down
8 changes: 4 additions & 4 deletions functions/integration_test/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ use_frameworks! :linkage => :static

target 'integration_test' do
platform :ios, '15.0'
pod 'Firebase/Functions', '11.14.0'
pod 'Firebase/Auth', '11.14.0'
pod 'Firebase/Functions', '12.0.0'
pod 'Firebase/Auth', '12.0.0'
end

target 'integration_test_tvos' do
platform :tvos, '15.0'
pod 'Firebase/Functions', '11.14.0'
pod 'Firebase/Auth', '11.14.0'
pod 'Firebase/Functions', '12.0.0'
pod 'Firebase/Auth', '12.0.0'
end

post_install do |installer|
Expand Down
4 changes: 2 additions & 2 deletions installations/integration_test/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ use_frameworks! :linkage => :static

target 'integration_test' do
platform :ios, '15.0'
pod 'Firebase/Analytics', '11.14.0'
pod 'Firebase/Installations', '11.14.0'
pod 'Firebase/Analytics', '12.0.0'
pod 'Firebase/Installations', '12.0.0'
end

post_install do |installer|
Expand Down
24 changes: 12 additions & 12 deletions ios_pod/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,20 @@ platform :ios, '15.0'
use_frameworks!

target 'GetPods' do
pod 'Firebase/Core', '11.14.0'
pod 'Firebase/Core', '12.0.0'

pod 'GoogleUserMessagingPlatform', '2.3.0'
pod 'Firebase/Analytics', '11.14.0'
pod 'Firebase/AppCheck', '11.14.0'
pod 'Firebase/Auth', '11.14.0'
pod 'Firebase/Crashlytics', '11.14.0'
pod 'Firebase/Database', '11.14.0'
pod 'Firebase/Firestore', '11.14.0'
pod 'Firebase/Functions', '11.14.0'
pod 'Firebase/Installations', '11.14.0'
pod 'Firebase/Messaging', '11.14.0'
pod 'Firebase/RemoteConfig', '11.14.0'
pod 'Firebase/Storage', '11.14.0'
pod 'Firebase/Analytics', '12.0.0'
pod 'Firebase/AppCheck', '12.0.0'
pod 'Firebase/Auth', '12.0.0'
pod 'Firebase/Crashlytics', '12.0.0'
pod 'Firebase/Database', '12.0.0'
pod 'Firebase/Firestore', '12.0.0'
pod 'Firebase/Functions', '12.0.0'
pod 'Firebase/Installations', '12.0.0'
pod 'Firebase/Messaging', '12.0.0'
pod 'Firebase/RemoteConfig', '12.0.0'
pod 'Firebase/Storage', '12.0.0'

end

Expand Down
4 changes: 2 additions & 2 deletions ios_pod/swift_headers/FirebaseAnalytics-Swift.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#if 0
#elif defined(__arm64__) && __arm64__
// Copyright 2025 Google LLC
// Copied from Firebase iOS SDK 11.14.0.
// Copied from Firebase iOS SDK 12.0.0.

// Generated by Apple Swift version 6.0.3 effective-5.10 (swiftlang-6.0.3.1.10
// clang-1600.0.30.1)
Expand Down Expand Up @@ -342,7 +342,7 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));

#elif defined(__x86_64__) && __x86_64__
// Copyright 2025 Google LLC
// Copied from Firebase iOS SDK 11.14.0.
// Copied from Firebase iOS SDK 12.0.0.

// Generated by Apple Swift version 6.0.3 effective-5.10 (swiftlang-6.0.3.1.10
// clang-1600.0.30.1)
Expand Down
26 changes: 2 additions & 24 deletions ios_pod/swift_headers/FirebaseAuth-Swift.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#if 0
#elif defined(__arm64__) && __arm64__
// Copyright 2025 Google LLC
// Copied from Firebase iOS SDK 11.14.0.
// Copied from Firebase iOS SDK 12.0.0.

// Generated by Apple Swift version 6.0.3 effective-5.10 (swiftlang-6.0.3.1.10
// clang-1600.0.30.1)
Expand Down Expand Up @@ -394,11 +394,6 @@ SWIFT_CLASS_NAMED("ActionCodeSettings")
/// Indicates whether the Android app should be installed on a device where it
/// is not available.
@property(nonatomic) BOOL androidInstallIfNotAvailable;
/// The Firebase Dynamic Link domain used for out of band code flow.
@property(nonatomic, copy)
NSString *_Nullable dynamicLinkDomain SWIFT_DEPRECATED_MSG(
"Firebase Dynamic Links is deprecated. Migrate to use Firebase Hosting "
"link and use `linkDomain` to set a custom domain instead.");
/// The out of band custom domain for handling code in app.
@property(nonatomic, copy) NSString *_Nullable linkDomain;
/// Sets the iOS bundle ID.
Expand Down Expand Up @@ -1470,8 +1465,6 @@ typedef SWIFT_ENUM_NAMED(NSInteger, FIRAuthErrorCode, "AuthErrorCode", open){
/// operation but a null
/// user was provided.
FIRAuthErrorCodeNullUser = 17067,
/// Indicates that a Firebase Dynamic Link is not activated.
FIRAuthErrorCodeDynamicLinkNotActivated = 17068,
/// Represents the error code for when the given provider id for a web
/// operation is invalid.
FIRAuthErrorCodeInvalidProviderID = 17071,
Expand All @@ -1483,10 +1476,6 @@ typedef SWIFT_ENUM_NAMED(NSInteger, FIRAuthErrorCode, "AuthErrorCode", open){
/// an associated tenant
/// ID for an operation that does not support multi-tenancy.
FIRAuthErrorCodeUnsupportedTenantOperation = 17073,
/// Indicates that the Firebase Dynamic Link domain used is either not
/// configured or is
/// unauthorized for the current project.
FIRAuthErrorCodeInvalidDynamicLinkDomain = 17074,
/// Indicates that the provided Firebase Hosting Link domain is not owned by
/// the current project.
FIRAuthErrorCodeInvalidHostingLinkDomain = 17214,
Expand Down Expand Up @@ -3083,7 +3072,7 @@ SWIFT_AVAILABILITY(watchos, introduced = 7)

#elif defined(__x86_64__) && __x86_64__
// Copyright 2025 Google LLC
// Copied from Firebase iOS SDK 11.14.0.
// Copied from Firebase iOS SDK 12.0.0.

// Generated by Apple Swift version 6.0.3 effective-5.10 (swiftlang-6.0.3.1.10
// clang-1600.0.30.1)
Expand Down Expand Up @@ -3476,11 +3465,6 @@ SWIFT_CLASS_NAMED("ActionCodeSettings")
/// Indicates whether the Android app should be installed on a device where it
/// is not available.
@property(nonatomic) BOOL androidInstallIfNotAvailable;
/// The Firebase Dynamic Link domain used for out of band code flow.
@property(nonatomic, copy)
NSString *_Nullable dynamicLinkDomain SWIFT_DEPRECATED_MSG(
"Firebase Dynamic Links is deprecated. Migrate to use Firebase Hosting "
"link and use `linkDomain` to set a custom domain instead.");
/// The out of band custom domain for handling code in app.
@property(nonatomic, copy) NSString *_Nullable linkDomain;
/// Sets the iOS bundle ID.
Expand Down Expand Up @@ -4552,8 +4536,6 @@ typedef SWIFT_ENUM_NAMED(NSInteger, FIRAuthErrorCode, "AuthErrorCode", open){
/// operation but a null
/// user was provided.
FIRAuthErrorCodeNullUser = 17067,
/// Indicates that a Firebase Dynamic Link is not activated.
FIRAuthErrorCodeDynamicLinkNotActivated = 17068,
/// Represents the error code for when the given provider id for a web
/// operation is invalid.
FIRAuthErrorCodeInvalidProviderID = 17071,
Expand All @@ -4565,10 +4547,6 @@ typedef SWIFT_ENUM_NAMED(NSInteger, FIRAuthErrorCode, "AuthErrorCode", open){
/// an associated tenant
/// ID for an operation that does not support multi-tenancy.
FIRAuthErrorCodeUnsupportedTenantOperation = 17073,
/// Indicates that the Firebase Dynamic Link domain used is either not
/// configured or is
/// unauthorized for the current project.
FIRAuthErrorCodeInvalidDynamicLinkDomain = 17074,
/// Indicates that the provided Firebase Hosting Link domain is not owned by
/// the current project.
FIRAuthErrorCodeInvalidHostingLinkDomain = 17214,
Expand Down
4 changes: 2 additions & 2 deletions ios_pod/swift_headers/FirebaseCoreInternal-Swift.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#if 0
#elif defined(__arm64__) && __arm64__
// Copyright 2025 Google LLC
// Copied from Firebase iOS SDK 11.14.0.
// Copied from Firebase iOS SDK 12.0.0.

// Generated by Apple Swift version 6.0.3 effective-5.10 (swiftlang-6.0.3.1.10
// clang-1600.0.30.1)
Expand Down Expand Up @@ -406,7 +406,7 @@ SWIFT_CLASS_NAMED("_ObjC_HeartbeatsPayload")

#elif defined(__x86_64__) && __x86_64__
// Copyright 2025 Google LLC
// Copied from Firebase iOS SDK 11.14.0.
// Copied from Firebase iOS SDK 12.0.0.

// Generated by Apple Swift version 6.0.3 effective-5.10 (swiftlang-6.0.3.1.10
// clang-1600.0.30.1)
Expand Down
4 changes: 2 additions & 2 deletions ios_pod/swift_headers/FirebaseDatabase-Swift.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#if 0
#elif defined(__arm64__) && __arm64__
// Copyright 2025 Google LLC
// Copied from Firebase iOS SDK 11.14.0.
// Copied from Firebase iOS SDK 12.0.0.

// Generated by Apple Swift version 6.0.3 effective-5.10 (swiftlang-6.0.3.1.10
// clang-1600.0.30.1)
Expand Down Expand Up @@ -342,7 +342,7 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));

#elif defined(__x86_64__) && __x86_64__
// Copyright 2025 Google LLC
// Copied from Firebase iOS SDK 11.14.0.
// Copied from Firebase iOS SDK 12.0.0.

// Generated by Apple Swift version 6.0.3 effective-5.10 (swiftlang-6.0.3.1.10
// clang-1600.0.30.1)
Expand Down
4 changes: 2 additions & 2 deletions ios_pod/swift_headers/FirebaseFirestore-Swift.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#if 0
#elif defined(__arm64__) && __arm64__
// Copyright 2025 Google LLC
// Copied from Firebase iOS SDK 11.14.0.
// Copied from Firebase iOS SDK 12.0.0.

// Generated by Apple Swift version 6.0.3 effective-5.10 (swiftlang-6.0.3.1.10
// clang-1600.0.30.1)
Expand Down Expand Up @@ -350,7 +350,7 @@ SWIFT_CLASS_PROPERTY(@property(nonatomic, class, readonly,

#elif defined(__x86_64__) && __x86_64__
// Copyright 2025 Google LLC
// Copied from Firebase iOS SDK 11.14.0.
// Copied from Firebase iOS SDK 12.0.0.

// Generated by Apple Swift version 6.0.3 effective-5.10 (swiftlang-6.0.3.1.10
// clang-1600.0.30.1)
Expand Down
4 changes: 2 additions & 2 deletions ios_pod/swift_headers/FirebaseFunctions-Swift.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#if 0
#elif defined(__arm64__) && __arm64__
// Copyright 2025 Google LLC
// Copied from Firebase iOS SDK 11.14.0.
// Copied from Firebase iOS SDK 12.0.0.

// Generated by Apple Swift version 6.0.3 effective-5.10 (swiftlang-6.0.3.1.10
// clang-1600.0.30.1)
Expand Down Expand Up @@ -626,7 +626,7 @@ SWIFT_CLASS_NAMED("HTTPSCallableResult")

#elif defined(__x86_64__) && __x86_64__
// Copyright 2025 Google LLC
// Copied from Firebase iOS SDK 11.14.0.
// Copied from Firebase iOS SDK 12.0.0.

// Generated by Apple Swift version 6.0.3 effective-5.10 (swiftlang-6.0.3.1.10
// clang-1600.0.30.1)
Expand Down
Loading
Loading