Skip to content

Update iOS dependencies - Tue May 20 2025 #1716

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

Merged
merged 28 commits into from
May 21, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
ba0c129
Update mobile dependencies - Mon May 05 2025
May 5, 2025
4f1ca0d
Update Xcode version.
jonsimantov May 16, 2025
9d9fe42
Merge branch 'main' into xcode_16
jonsimantov May 16, 2025
4462b70
Update Xcode version in readme.
jonsimantov May 16, 2025
989ae56
Update macos runner version.
jonsimantov May 16, 2025
1212a55
Update macos runner version.
jonsimantov May 16, 2025
686f120
Update Java version.
jonsimantov May 16, 2025
ed5f593
Fix yaml files.
jonsimantov May 16, 2025
48d1035
Tweak.
jonsimantov May 16, 2025
9821ba9
Fix openssl build for x86_64 Mac build.
jonsimantov May 19, 2025
8a1d6be
Merge branch 'workflow/auto-update-deps-259-20250505-181050' into xco…
jonsimantov May 19, 2025
b647315
Disable warning for deprecated declarations.
jonsimantov May 19, 2025
2b10a0e
Merge branch 'main' into xcode_16
jonsimantov May 19, 2025
a17e21c
Update to Python 3.11.
jonsimantov May 19, 2025
a98a3dc
Merge branch 'xcode_16' of https://github.com/firebase/firebase-cpp-s…
jonsimantov May 19, 2025
ccaff5c
Revert "Update to Python 3.11."
jonsimantov May 19, 2025
4992986
Update Python less.
jonsimantov May 19, 2025
0c83844
Revert "Merge branch 'workflow/auto-update-deps-259-20250505-181050' …
jonsimantov May 19, 2025
53f19fd
Revert "Update Python less."
jonsimantov May 19, 2025
a6e6c95
Try Python 3.8.
jonsimantov May 20, 2025
5b4f6ee
Update matrices to make Mac builds occur on arm64.
jonsimantov May 20, 2025
706d76e
Fix python architecture.
jonsimantov May 20, 2025
1787268
Don't use x86 arch on ubuntu.
jonsimantov May 20, 2025
c045c8e
Fix matrix specifier.
jonsimantov May 20, 2025
f08b183
Fix architecture specifier.
jonsimantov May 20, 2025
cf36cfb
Update iOS dependencies - Tue May 20 2025
May 20, 2025
ed370b8
Merge branch 'main' into workflow/auto-update-deps-260-20250520-230331
jonsimantov May 21, 2025
3b35f5b
Update readme.
jonsimantov May 21, 2025
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, '13.0'
pod 'Firebase/Analytics', '11.10.0'
pod 'Firebase/Analytics', '11.13.0'
end

target 'integration_test_tvos' do
platform :tvos, '13.0'
pod 'Firebase/Analytics', '11.10.0'
pod 'Firebase/Analytics', '11.13.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.10.0.
// Copied from Firebase Analytics iOS SDK 11.13.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.10.0.
// Copied from Firebase Analytics iOS SDK 11.13.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.10.0.
// Copied from Firebase Analytics iOS SDK 11.13.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, '13.0'
use_frameworks! :linkage => :static

target 'integration_test' do
pod 'Firebase/Analytics', '11.10.0'
pod 'Firebase/Analytics', '11.13.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, '13.0'
pod 'Firebase/AppCheck', '11.10.0'
pod 'Firebase/Database', '11.10.0'
pod 'Firebase/Auth', '11.10.0'
pod 'Firebase/Storage', '11.10.0'
pod 'Firebase/Functions', '11.10.0'
pod 'Firebase/AppCheck', '11.13.0'
pod 'Firebase/Database', '11.13.0'
pod 'Firebase/Auth', '11.13.0'
pod 'Firebase/Storage', '11.13.0'
pod 'Firebase/Functions', '11.13.0'
end

target 'integration_test_tvos' do
platform :tvos, '13.0'
pod 'Firebase/AppCheck', '11.10.0'
pod 'Firebase/Database', '11.10.0'
pod 'Firebase/Auth', '11.10.0'
pod 'Firebase/Storage', '11.10.0'
pod 'Firebase/Functions', '11.10.0'
pod 'Firebase/AppCheck', '11.13.0'
pod 'Firebase/Database', '11.13.0'
pod 'Firebase/Auth', '11.13.0'
pod 'Firebase/Storage', '11.13.0'
pod 'Firebase/Functions', '11.13.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, '13.0'
pod 'Firebase/Auth', '11.10.0'
pod 'Firebase/Auth', '11.13.0'
end

target 'integration_test_tvos' do
platform :tvos, '13.0'
pod 'Firebase/Auth', '11.10.0'
pod 'Firebase/Auth', '11.13.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.10.0)
set(version CocoaPods-11.13.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, '13.0'
pod 'Firebase/Database', '11.10.0'
pod 'Firebase/Auth', '11.10.0'
pod 'Firebase/Database', '11.13.0'
pod 'Firebase/Auth', '11.13.0'
end

target 'integration_test_tvos' do
platform :tvos, '13.0'
pod 'Firebase/Database', '11.10.0'
pod 'Firebase/Auth', '11.10.0'
pod 'Firebase/Database', '11.13.0'
pod 'Firebase/Auth', '11.13.0'
end

post_install do |installer|
Expand Down
2 changes: 1 addition & 1 deletion dynamic_links/integration_test/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ use_frameworks! :linkage => :static

target 'integration_test' do
platform :ios, '13.0'
pod 'Firebase/DynamicLinks', '11.10.0'
pod 'Firebase/DynamicLinks', '11.13.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, '13.0'
pod 'Firebase/Firestore', '11.10.0'
pod 'Firebase/Auth', '11.10.0'
pod 'Firebase/Firestore', '11.13.0'
pod 'Firebase/Auth', '11.13.0'
end

target 'integration_test_tvos' do
platform :tvos, '13.0'
pod 'Firebase/Firestore', '11.10.0'
pod 'Firebase/Auth', '11.10.0'
pod 'Firebase/Firestore', '11.13.0'
pod 'Firebase/Auth', '11.13.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, '13.0'
pod 'Firebase/Firestore', '11.10.0'
pod 'Firebase/Auth', '11.10.0'
pod 'Firebase/Firestore', '11.13.0'
pod 'Firebase/Auth', '11.13.0'
end

target 'integration_test_tvos' do
platform :tvos, '13.0'
pod 'Firebase/Firestore', '11.10.0'
pod 'Firebase/Auth', '11.10.0'
pod 'Firebase/Firestore', '11.13.0'
pod 'Firebase/Auth', '11.13.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, '13.0'
pod 'Firebase/Functions', '11.10.0'
pod 'Firebase/Auth', '11.10.0'
pod 'Firebase/Functions', '11.13.0'
pod 'Firebase/Auth', '11.13.0'
end

target 'integration_test_tvos' do
platform :tvos, '13.0'
pod 'Firebase/Functions', '11.10.0'
pod 'Firebase/Auth', '11.10.0'
pod 'Firebase/Functions', '11.13.0'
pod 'Firebase/Auth', '11.13.0'
end

post_install do |installer|
Expand Down
2 changes: 1 addition & 1 deletion gma/integration_test/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ use_frameworks! :linkage => :static

target 'integration_test' do
platform :ios, '13.0'
pod 'Firebase/CoreOnly', '11.10.0'
pod 'Firebase/CoreOnly', '11.13.0'
pod 'Google-Mobile-Ads-SDK', '11.2.0'
pod 'GoogleUserMessagingPlatform', '2.3.0'
end
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, '13.0'
pod 'Firebase/Analytics', '11.10.0'
pod 'Firebase/Installations', '11.10.0'
pod 'Firebase/Analytics', '11.13.0'
pod 'Firebase/Installations', '11.13.0'
end

post_install do |installer|
Expand Down
26 changes: 13 additions & 13 deletions ios_pod/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,22 +3,22 @@ platform :ios, '13.0'
use_frameworks!

target 'GetPods' do
pod 'Firebase/Core', '11.10.0'
pod 'Firebase/Core', '11.13.0'

pod 'Google-Mobile-Ads-SDK', '11.2.0'
pod 'GoogleUserMessagingPlatform', '2.3.0'
pod 'Firebase/Analytics', '11.10.0'
pod 'Firebase/AppCheck', '11.10.0'
pod 'Firebase/Auth', '11.10.0'
pod 'Firebase/Crashlytics', '11.10.0'
pod 'Firebase/Database', '11.10.0'
pod 'Firebase/DynamicLinks', '11.10.0'
pod 'Firebase/Firestore', '11.10.0'
pod 'Firebase/Functions', '11.10.0'
pod 'Firebase/Installations', '11.10.0'
pod 'Firebase/Messaging', '11.10.0'
pod 'Firebase/RemoteConfig', '11.10.0'
pod 'Firebase/Storage', '11.10.0'
pod 'Firebase/Analytics', '11.13.0'
pod 'Firebase/AppCheck', '11.13.0'
pod 'Firebase/Auth', '11.13.0'
pod 'Firebase/Crashlytics', '11.13.0'
pod 'Firebase/Database', '11.13.0'
pod 'Firebase/DynamicLinks', '11.13.0'
pod 'Firebase/Firestore', '11.13.0'
pod 'Firebase/Functions', '11.13.0'
pod 'Firebase/Installations', '11.13.0'
pod 'Firebase/Messaging', '11.13.0'
pod 'Firebase/RemoteConfig', '11.13.0'
pod 'Firebase/Storage', '11.13.0'

end

Expand Down
20 changes: 14 additions & 6 deletions ios_pod/swift_headers/FirebaseAnalytics-Swift.h
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
#if 0
#elif defined(__arm64__) && __arm64__
// Copyright 2025 Google LLC
// Copied from Firebase iOS SDK 11.10.0.
// Copied from Firebase iOS SDK 11.13.0.

// Generated by Apple Swift version 5.9.2 (swiftlang-5.9.2.2.56
// clang-1500.1.0.2.5)
// Generated by Apple Swift version 6.0.3 effective-5.10 (swiftlang-6.0.3.1.10
// clang-1600.0.30.1)
#ifndef FIREBASEANALYTICS_SWIFT_H
#define FIREBASEANALYTICS_SWIFT_H
#pragma clang diagnostic push
Expand Down Expand Up @@ -47,6 +47,8 @@
#include <string.h>
#endif
#if defined(__cplusplus)
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Wnon-modular-include-in-framework-module"
#if defined(__arm64e__) && __has_include(<ptrauth.h>)
#include <ptrauth.h>
#else
Expand All @@ -60,6 +62,7 @@
#endif
#pragma clang diagnostic pop
#endif
#pragma clang diagnostic pop
#endif

#if !defined(SWIFT_TYPEDEFS)
Expand Down Expand Up @@ -312,6 +315,7 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));
#pragma clang diagnostic ignored "-Wunknown-pragmas"
#pragma clang diagnostic ignored "-Wnullability"
#pragma clang diagnostic ignored "-Wdollar-in-identifier-extension"
#pragma clang diagnostic ignored "-Wunsafe-buffer-usage"

#if __has_attribute(external_source_symbol)
#pragma push_macro("any")
Expand All @@ -338,10 +342,10 @@ 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.10.0.
// Copied from Firebase iOS SDK 11.13.0.

// Generated by Apple Swift version 5.9.2 (swiftlang-5.9.2.2.56
// clang-1500.1.0.2.5)
// Generated by Apple Swift version 6.0.3 effective-5.10 (swiftlang-6.0.3.1.10
// clang-1600.0.30.1)
#ifndef FIREBASEANALYTICS_SWIFT_H
#define FIREBASEANALYTICS_SWIFT_H
#pragma clang diagnostic push
Expand Down Expand Up @@ -384,6 +388,8 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));
#include <string.h>
#endif
#if defined(__cplusplus)
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Wnon-modular-include-in-framework-module"
#if defined(__arm64e__) && __has_include(<ptrauth.h>)
#include <ptrauth.h>
#else
Expand All @@ -397,6 +403,7 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));
#endif
#pragma clang diagnostic pop
#endif
#pragma clang diagnostic pop
#endif

#if !defined(SWIFT_TYPEDEFS)
Expand Down Expand Up @@ -649,6 +656,7 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));
#pragma clang diagnostic ignored "-Wunknown-pragmas"
#pragma clang diagnostic ignored "-Wnullability"
#pragma clang diagnostic ignored "-Wdollar-in-identifier-extension"
#pragma clang diagnostic ignored "-Wunsafe-buffer-usage"

#if __has_attribute(external_source_symbol)
#pragma push_macro("any")
Expand Down
20 changes: 14 additions & 6 deletions ios_pod/swift_headers/FirebaseAuth-Swift.h
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
#if 0
#elif defined(__arm64__) && __arm64__
// Copyright 2025 Google LLC
// Copied from Firebase iOS SDK 11.10.0.
// Copied from Firebase iOS SDK 11.13.0.

// Generated by Apple Swift version 5.9.2 (swiftlang-5.9.2.2.56
// clang-1500.1.0.2.5)
// Generated by Apple Swift version 6.0.3 effective-5.10 (swiftlang-6.0.3.1.10
// clang-1600.0.30.1)
#ifndef FIREBASEAUTH_SWIFT_H
#define FIREBASEAUTH_SWIFT_H
#pragma clang diagnostic push
Expand Down Expand Up @@ -47,6 +47,8 @@
#include <string.h>
#endif
#if defined(__cplusplus)
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Wnon-modular-include-in-framework-module"
#if defined(__arm64e__) && __has_include(<ptrauth.h>)
#include <ptrauth.h>
#else
Expand All @@ -60,6 +62,7 @@
#endif
#pragma clang diagnostic pop
#endif
#pragma clang diagnostic pop
#endif

#if !defined(SWIFT_TYPEDEFS)
Expand Down Expand Up @@ -316,6 +319,7 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));
#pragma clang diagnostic ignored "-Wunknown-pragmas"
#pragma clang diagnostic ignored "-Wnullability"
#pragma clang diagnostic ignored "-Wdollar-in-identifier-extension"
#pragma clang diagnostic ignored "-Wunsafe-buffer-usage"

#if __has_attribute(external_source_symbol)
#pragma push_macro("any")
Expand Down Expand Up @@ -3079,10 +3083,10 @@ SWIFT_AVAILABILITY(watchos, introduced = 7)

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

// Generated by Apple Swift version 5.9.2 (swiftlang-5.9.2.2.56
// clang-1500.1.0.2.5)
// Generated by Apple Swift version 6.0.3 effective-5.10 (swiftlang-6.0.3.1.10
// clang-1600.0.30.1)
#ifndef FIREBASEAUTH_SWIFT_H
#define FIREBASEAUTH_SWIFT_H
#pragma clang diagnostic push
Expand Down Expand Up @@ -3125,6 +3129,8 @@ SWIFT_AVAILABILITY(watchos, introduced = 7)
#include <string.h>
#endif
#if defined(__cplusplus)
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Wnon-modular-include-in-framework-module"
#if defined(__arm64e__) && __has_include(<ptrauth.h>)
#include <ptrauth.h>
#else
Expand All @@ -3138,6 +3144,7 @@ SWIFT_AVAILABILITY(watchos, introduced = 7)
#endif
#pragma clang diagnostic pop
#endif
#pragma clang diagnostic pop
#endif

#if !defined(SWIFT_TYPEDEFS)
Expand Down Expand Up @@ -3394,6 +3401,7 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));
#pragma clang diagnostic ignored "-Wunknown-pragmas"
#pragma clang diagnostic ignored "-Wnullability"
#pragma clang diagnostic ignored "-Wdollar-in-identifier-extension"
#pragma clang diagnostic ignored "-Wunsafe-buffer-usage"

#if __has_attribute(external_source_symbol)
#pragma push_macro("any")
Expand Down
Loading
Loading