Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 4066c83

Browse files
firebase-workflow-trigger[bot]firebase-workflow-trigger-bota-maurice
authored
Update iOS dependencies - Thu Jul 17 2025 (#1778)
* Update iOS dependencies - Thu Jul 17 2025 ### iOS - Firebase/Analytics → 12.0.0 - Firebase/AppCheck → 12.0.0 - Firebase/Auth → 12.0.0 - Firebase/Core → 12.0.0 - Firebase/CoreOnly → 12.0.0 - Firebase/Crashlytics → 12.0.0 - Firebase/Database → 12.0.0 - Firebase/Firestore → 12.0.0 - Firebase/Functions → 12.0.0 - Firebase/Installations → 12.0.0 - Firebase/Messaging → 12.0.0 - Firebase/RemoteConfig → 12.0.0 - Firebase/Storage → 12.0.0 > Created by [Update Android and iOS dependencies workflow](https://github.com/firebase/firebase-cpp-sdk/actions/runs/16353768184). * Update metadata_ios.mm * Change Firestore Podspec for tvos --------- Co-authored-by: firebase-workflow-trigger-bot <firebase-workflow-trigger-bot@google.com> Co-authored-by: a-maurice <amaurice@google.com>
1 parent 0c49bd2 commit 4066c83

File tree

34 files changed

+122
-154
lines changed

34 files changed

+122
-154
lines changed

‎analytics/integration_test/Podfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ use_frameworks! :linkage => :static
55

66
target 'integration_test' do
77
platform :ios, '15.0'
8-
pod 'Firebase/Analytics', '11.14.0'
8+
pod 'Firebase/Analytics', '12.0.0'
99
end
1010

1111
target 'integration_test_tvos' do
1212
platform :tvos, '15.0'
13-
pod 'Firebase/Analytics', '11.14.0'
13+
pod 'Firebase/Analytics', '12.0.0'
1414
end
1515

1616
post_install do |installer|

‎analytics/ios_headers/FIREventNames.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Copyright 2025 Google LLC
22

3-
// Copied from Firebase Analytics iOS SDK 11.14.0.
3+
// Copied from Firebase Analytics iOS SDK 12.0.0.
44

55
/// @file FIREventNames.h
66
///

‎analytics/ios_headers/FIRParameterNames.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Copyright 2025 Google LLC
22

3-
// Copied from Firebase Analytics iOS SDK 11.14.0.
3+
// Copied from Firebase Analytics iOS SDK 12.0.0.
44

55
/// @file FIRParameterNames.h
66
///

‎analytics/ios_headers/FIRUserPropertyNames.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Copyright 2025 Google LLC
22

3-
// Copied from Firebase Analytics iOS SDK 11.14.0.
3+
// Copied from Firebase Analytics iOS SDK 12.0.0.
44

55
/// @file FIRUserPropertyNames.h
66
///

‎app/integration_test/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ platform :ios, '15.0'
44
use_frameworks! :linkage => :static
55

66
target 'integration_test' do
7-
pod 'Firebase/Analytics', '11.14.0'
7+
pod 'Firebase/Analytics', '12.0.0'
88
end
99

1010
post_install do |installer|

‎app_check/integration_test/Podfile

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,20 +4,20 @@ use_frameworks! :linkage => :static
44

55
target 'integration_test' do
66
platform :ios, '15.0'
7-
pod 'Firebase/AppCheck', '11.14.0'
8-
pod 'Firebase/Database', '11.14.0'
9-
pod 'Firebase/Auth', '11.14.0'
10-
pod 'Firebase/Storage', '11.14.0'
11-
pod 'Firebase/Functions', '11.14.0'
7+
pod 'Firebase/AppCheck', '12.0.0'
8+
pod 'Firebase/Database', '12.0.0'
9+
pod 'Firebase/Auth', '12.0.0'
10+
pod 'Firebase/Storage', '12.0.0'
11+
pod 'Firebase/Functions', '12.0.0'
1212
end
1313

1414
target 'integration_test_tvos' do
1515
platform :tvos, '15.0'
16-
pod 'Firebase/AppCheck', '11.14.0'
17-
pod 'Firebase/Database', '11.14.0'
18-
pod 'Firebase/Auth', '11.14.0'
19-
pod 'Firebase/Storage', '11.14.0'
20-
pod 'Firebase/Functions', '11.14.0'
16+
pod 'Firebase/AppCheck', '12.0.0'
17+
pod 'Firebase/Database', '12.0.0'
18+
pod 'Firebase/Auth', '12.0.0'
19+
pod 'Firebase/Storage', '12.0.0'
20+
pod 'Firebase/Functions', '12.0.0'
2121
end
2222

2323
post_install do |installer|

‎auth/integration_test/Podfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ use_frameworks! :linkage => :static
44

55
target 'integration_test' do
66
platform :ios, '15.0'
7-
pod 'Firebase/Auth', '11.14.0'
7+
pod 'Firebase/Auth', '12.0.0'
88
end
99

1010
target 'integration_test_tvos' do
1111
platform :tvos, '15.0'
12-
pod 'Firebase/Auth', '11.14.0'
12+
pod 'Firebase/Auth', '12.0.0'
1313
end
1414

1515
post_install do |installer|

‎cmake/external/firestore.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ endif()
2121
# If the format of the line below changes, then be sure to update
2222
# https://github.com/firebase/firebase-cpp-sdk/blob/fd054fa016/.github/workflows/update-dependencies.yml#L81
2323
#set(version CocoaPods-11.8.1)
24-
set(version CocoaPods-11.14.0)
24+
set(version CocoaPods-12.0.0)
2525

2626
function(GetReleasedDep)
2727
message("Getting released firebase-ios-sdk @ ${version}")

‎database/integration_test/Podfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@ use_frameworks! :linkage => :static
44

55
target 'integration_test' do
66
platform :ios, '15.0'
7-
pod 'Firebase/Database', '11.14.0'
8-
pod 'Firebase/Auth', '11.14.0'
7+
pod 'Firebase/Database', '12.0.0'
8+
pod 'Firebase/Auth', '12.0.0'
99
end
1010

1111
target 'integration_test_tvos' do
1212
platform :tvos, '15.0'
13-
pod 'Firebase/Database', '11.14.0'
14-
pod 'Firebase/Auth', '11.14.0'
13+
pod 'Firebase/Database', '12.0.0'
14+
pod 'Firebase/Auth', '12.0.0'
1515
end
1616

1717
post_install do |installer|

‎firestore/integration_test/Podfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@ use_frameworks! :linkage => :static
44

55
target 'integration_test' do
66
platform :ios, '15.0'
7-
pod 'Firebase/Firestore', '11.14.0'
8-
pod 'Firebase/Auth', '11.14.0'
7+
pod 'Firebase/Firestore', '12.0.0'
8+
pod 'Firebase/Auth', '12.0.0'
99
end
1010

1111
target 'integration_test_tvos' do
1212
platform :tvos, '15.0'
13-
pod 'Firebase/Firestore', '11.14.0'
14-
pod 'Firebase/Auth', '11.14.0'
13+
pod 'FirebaseFirestore', '12.0.0'
14+
pod 'Firebase/Auth', '12.0.0'
1515
end
1616

1717
post_install do |installer|

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /