Skip to content

Commit 2128ebe

Browse files
firebase-workflow-trigger[bot]jonsimantovfirebase-workflow-trigger-bot
authored
Update mobile dependencies - Mon May 01 2023 (#1295)
* Update Xcode version to 14.1. * Update iOS/tvOS simulator versions. * Update release notes with new Xcode version. * Consolidate readme lines. * Update mobile dependencies - Mon May 01 2023 ### iOS - Firebase/Analytics → 10.9.0 - Firebase/AppCheck → 10.9.0 - Firebase/Auth → 10.9.0 - Firebase/Core → 10.9.0 - Firebase/Crashlytics → 10.9.0 - Firebase/Database → 10.9.0 - Firebase/DynamicLinks → 10.9.0 - Firebase/Firestore → 10.9.0 - Firebase/Functions → 10.9.0 - Firebase/Installations → 10.9.0 - Firebase/Messaging → 10.9.0 - Firebase/RemoteConfig → 10.9.0 - Firebase/Storage → 10.9.0 - Google-Mobile-Ads-SDK → 10.4.0 > Created by [Update Android and iOS dependencies workflow](https://github.com/firebase/firebase-cpp-sdk/actions/runs/4853147567). * Revert tvOS simulator version. * Update to tvOS simulator supported by GitHub. --------- Co-authored-by: Jon Simantov <[email protected]> Co-authored-by: Jon Simantov <[email protected]> Co-authored-by: firebase-workflow-trigger-bot <[email protected]>
1 parent ed2d720 commit 2128ebe

File tree

31 files changed

+166
-165
lines changed

31 files changed

+166
-165
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, '11.0'
8-
pod 'Firebase/Analytics', '10.8.0'
8+
pod 'Firebase/Analytics', '10.9.0'
99
end
1010

1111
target 'integration_test_tvos' do
1212
platform :tvos, '12.0'
13-
pod 'Firebase/Analytics', '10.8.0'
13+
pod 'Firebase/Analytics', '10.9.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 2023 Google LLC
22

3-
// Copied from Firebase Analytics iOS SDK 10.8.0.
3+
// Copied from Firebase Analytics iOS SDK 10.9.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 2023 Google LLC
22

3-
// Copied from Firebase Analytics iOS SDK 10.8.0.
3+
// Copied from Firebase Analytics iOS SDK 10.9.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 2023 Google LLC
22

3-
// Copied from Firebase Analytics iOS SDK 10.8.0.
3+
// Copied from Firebase Analytics iOS SDK 10.9.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, '11.0'
44
use_frameworks! :linkage => :static
55

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

1010
post_install do |installer|

app_check/integration_test/Podfile

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

55
target 'integration_test' do
66
platform :ios, '11.0'
7-
pod 'Firebase/AppCheck', '10.8.0'
8-
pod 'Firebase/Database', '10.8.0'
9-
pod 'Firebase/Auth', '10.8.0'
10-
pod 'Firebase/Storage', '10.8.0'
11-
pod 'Firebase/Functions', '10.8.0'
12-
pod 'Firebase/Firestore', '10.8.0'
7+
pod 'Firebase/AppCheck', '10.9.0'
8+
pod 'Firebase/Database', '10.9.0'
9+
pod 'Firebase/Auth', '10.9.0'
10+
pod 'Firebase/Storage', '10.9.0'
11+
pod 'Firebase/Functions', '10.9.0'
12+
pod 'Firebase/Firestore', '10.9.0'
1313
end
1414

1515
target 'integration_test_tvos' do
1616
platform :tvos, '12.0'
17-
pod 'Firebase/AppCheck', '10.8.0'
18-
pod 'Firebase/Database', '10.8.0'
19-
pod 'Firebase/Auth', '10.8.0'
20-
pod 'Firebase/Storage', '10.8.0'
21-
pod 'Firebase/Functions', '10.8.0'
22-
pod 'Firebase/Firestore', '10.8.0'
17+
pod 'Firebase/AppCheck', '10.9.0'
18+
pod 'Firebase/Database', '10.9.0'
19+
pod 'Firebase/Auth', '10.9.0'
20+
pod 'Firebase/Storage', '10.9.0'
21+
pod 'Firebase/Functions', '10.9.0'
22+
pod 'Firebase/Firestore', '10.9.0'
2323
end
2424

2525
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, '11.0'
7-
pod 'Firebase/Auth', '10.8.0'
7+
pod 'Firebase/Auth', '10.9.0'
88
end
99

1010
target 'integration_test_tvos' do
1111
platform :tvos, '12.0'
12-
pod 'Firebase/Auth', '10.8.0'
12+
pod 'Firebase/Auth', '10.9.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
@@ -20,7 +20,7 @@ endif()
2020

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
23-
set(version CocoaPods-10.8.0)
23+
set(version CocoaPods-10.9.0)
2424

2525
function(GetReleasedDep)
2626
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, '11.0'
7-
pod 'Firebase/Database', '10.8.0'
8-
pod 'Firebase/Auth', '10.8.0'
7+
pod 'Firebase/Database', '10.9.0'
8+
pod 'Firebase/Auth', '10.9.0'
99
end
1010

1111
target 'integration_test_tvos' do
1212
platform :tvos, '12.0'
13-
pod 'Firebase/Database', '10.8.0'
14-
pod 'Firebase/Auth', '10.8.0'
13+
pod 'Firebase/Database', '10.9.0'
14+
pod 'Firebase/Auth', '10.9.0'
1515
end
1616

1717
post_install do |installer|

dynamic_links/integration_test/Podfile

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

66
target 'integration_test' do
7-
pod 'Firebase/DynamicLinks', '10.8.0'
7+
pod 'Firebase/DynamicLinks', '10.9.0'
88
end
99

1010
post_install do |installer|

0 commit comments

Comments
 (0)