Skip to content

Commit 1b4b298

Browse files
firebase-workflow-trigger[bot]firebase-workflow-trigger-bota-maurice
authored
Update iOS dependencies - Wed Apr 10 2024 (#1566)
* Update iOS dependencies - Wed Apr 10 2024 ### iOS - Firebase/Analytics → 10.24.0 - Firebase/AppCheck → 10.24.0 - Firebase/Auth → 10.24.0 - Firebase/Core → 10.24.0 - Firebase/CoreOnly → 10.24.0 - Firebase/Crashlytics → 10.24.0 - Firebase/Database → 10.24.0 - Firebase/DynamicLinks → 10.24.0 - Firebase/Firestore → 10.24.0 - Firebase/Functions → 10.24.0 - Firebase/Installations → 10.24.0 - Firebase/Messaging → 10.24.0 - Firebase/RemoteConfig → 10.24.0 - Firebase/Storage → 10.24.0 > Created by [Update Android and iOS dependencies workflow](https://github.com/firebase/firebase-cpp-sdk/actions/runs/8636234071). * Update firestore.cmake * Update firestore.cmake --------- Co-authored-by: firebase-workflow-trigger-bot <[email protected]> Co-authored-by: a-maurice <[email protected]>
1 parent 6bbda6a commit 1b4b298

File tree

33 files changed

+126
-134
lines changed

33 files changed

+126
-134
lines changed

analytics/integration_test/Podfile

+2-2
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.22.0'
8+
pod 'Firebase/Analytics', '10.24.0'
99
end
1010

1111
target 'integration_test_tvos' do
1212
platform :tvos, '12.0'
13-
pod 'Firebase/Analytics', '10.22.0'
13+
pod 'Firebase/Analytics', '10.24.0'
1414
end
1515

1616
post_install do |installer|

analytics/ios_headers/FIREventNames.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Copyright 2024 Google LLC
22

3-
// Copied from Firebase Analytics iOS SDK 10.22.0.
3+
// Copied from Firebase Analytics iOS SDK 10.24.0.
44

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

analytics/ios_headers/FIRParameterNames.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Copyright 2024 Google LLC
22

3-
// Copied from Firebase Analytics iOS SDK 10.22.0.
3+
// Copied from Firebase Analytics iOS SDK 10.24.0.
44

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

analytics/ios_headers/FIRUserPropertyNames.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Copyright 2024 Google LLC
22

3-
// Copied from Firebase Analytics iOS SDK 10.22.0.
3+
// Copied from Firebase Analytics iOS SDK 10.24.0.
44

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

app/integration_test/Podfile

+1-1
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.22.0'
7+
pod 'Firebase/Analytics', '10.24.0'
88
end
99

1010
post_install do |installer|

app_check/integration_test/Podfile

+10-10
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, '11.0'
7-
pod 'Firebase/AppCheck', '10.22.0'
8-
pod 'Firebase/Database', '10.22.0'
9-
pod 'Firebase/Auth', '10.22.0'
10-
pod 'Firebase/Storage', '10.22.0'
11-
pod 'Firebase/Functions', '10.22.0'
7+
pod 'Firebase/AppCheck', '10.24.0'
8+
pod 'Firebase/Database', '10.24.0'
9+
pod 'Firebase/Auth', '10.24.0'
10+
pod 'Firebase/Storage', '10.24.0'
11+
pod 'Firebase/Functions', '10.24.0'
1212
end
1313

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

2323
post_install do |installer|

auth/integration_test/Podfile

+2-2
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.22.0'
7+
pod 'Firebase/Auth', '10.24.0'
88
end
99

1010
target 'integration_test_tvos' do
1111
platform :tvos, '12.0'
12-
pod 'Firebase/Auth', '10.22.0'
12+
pod 'Firebase/Auth', '10.24.0'
1313
end
1414

1515
post_install do |installer|

cmake/external/firestore.cmake

+1-1
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 "346f225d09ba30ca8ae01e068a8256c49a17252f")
23+
set(version "a58216a42e087a6d65d975322ba1e5e2151dad4d")
2424

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

database/integration_test/Podfile

+4-4
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.22.0'
8-
pod 'Firebase/Auth', '10.22.0'
7+
pod 'Firebase/Database', '10.24.0'
8+
pod 'Firebase/Auth', '10.24.0'
99
end
1010

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

1717
post_install do |installer|

dynamic_links/integration_test/Podfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ use_frameworks! :linkage => :static
55

66
target 'integration_test' do
77
platform :ios, '12.0'
8-
pod 'Firebase/DynamicLinks', '10.22.0'
8+
pod 'Firebase/DynamicLinks', '10.24.0'
99
end
1010

1111
post_install do |installer|

firestore/integration_test/Podfile

+4-4
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, '12.0'
7-
pod 'Firebase/Firestore', '10.22.0'
8-
pod 'Firebase/Auth', '10.22.0'
7+
pod 'Firebase/Firestore', '10.24.0'
8+
pod 'Firebase/Auth', '10.24.0'
99
end
1010

1111
target 'integration_test_tvos' do
1212
platform :tvos, '12.0'
13-
pod 'Firebase/Firestore', '10.22.0'
14-
pod 'Firebase/Auth', '10.22.0'
13+
pod 'Firebase/Firestore', '10.24.0'
14+
pod 'Firebase/Auth', '10.24.0'
1515
end
1616

1717
post_install do |installer|

firestore/integration_test_internal/Podfile

+4-4
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, '12.0'
7-
pod 'Firebase/Firestore', '10.22.0'
8-
pod 'Firebase/Auth', '10.22.0'
7+
pod 'Firebase/Firestore', '10.24.0'
8+
pod 'Firebase/Auth', '10.24.0'
99
end
1010

1111
target 'integration_test_tvos' do
1212
platform :tvos, '12.0'
13-
pod 'Firebase/Firestore', '10.22.0'
14-
pod 'Firebase/Auth', '10.22.0'
13+
pod 'Firebase/Firestore', '10.24.0'
14+
pod 'Firebase/Auth', '10.24.0'
1515
end
1616

1717
post_install do |installer|

functions/integration_test/Podfile

+4-4
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, '12.0'
7-
pod 'Firebase/Functions', '10.22.0'
8-
pod 'Firebase/Auth', '10.22.0'
7+
pod 'Firebase/Functions', '10.24.0'
8+
pod 'Firebase/Auth', '10.24.0'
99
end
1010

1111
target 'integration_test_tvos' do
1212
platform :tvos, '12.0'
13-
pod 'Firebase/Functions', '10.22.0'
14-
pod 'Firebase/Auth', '10.22.0'
13+
pod 'Firebase/Functions', '10.24.0'
14+
pod 'Firebase/Auth', '10.24.0'
1515
end
1616

1717
post_install do |installer|

gma/integration_test/Podfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ use_frameworks! :linkage => :static
55

66
target 'integration_test' do
77
platform :ios, '12.0'
8-
pod 'Firebase/CoreOnly', '10.22.0'
8+
pod 'Firebase/CoreOnly', '10.24.0'
99
pod 'Google-Mobile-Ads-SDK', '11.2.0'
1010
pod 'GoogleUserMessagingPlatform', '2.3.0'
1111
end

installations/integration_test/Podfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ use_frameworks! :linkage => :static
55

66
target 'integration_test' do
77
platform :ios, '12.0'
8-
pod 'Firebase/Analytics', '10.22.0'
9-
pod 'Firebase/Installations', '10.22.0'
8+
pod 'Firebase/Analytics', '10.24.0'
9+
pod 'Firebase/Installations', '10.24.0'
1010
end
1111

1212
post_install do |installer|

ios_pod/Podfile

+13-13
Original file line numberDiff line numberDiff line change
@@ -3,22 +3,22 @@ platform :ios, '12.0'
33
use_frameworks!
44

55
target 'GetPods' do
6-
pod 'Firebase/Core', '10.22.0'
6+
pod 'Firebase/Core', '10.24.0'
77

88
pod 'Google-Mobile-Ads-SDK', '11.2.0'
99
pod 'GoogleUserMessagingPlatform', '2.3.0'
10-
pod 'Firebase/Analytics', '10.22.0'
11-
pod 'Firebase/AppCheck', '10.22.0'
12-
pod 'Firebase/Auth', '10.22.0'
13-
pod 'Firebase/Crashlytics', '10.22.0'
14-
pod 'Firebase/Database', '10.22.0'
15-
pod 'Firebase/DynamicLinks', '10.22.0'
16-
pod 'Firebase/Firestore', '10.22.0'
17-
pod 'Firebase/Functions', '10.22.0'
18-
pod 'Firebase/Installations', '10.22.0'
19-
pod 'Firebase/Messaging', '10.22.0'
20-
pod 'Firebase/RemoteConfig', '10.22.0'
21-
pod 'Firebase/Storage', '10.22.0'
10+
pod 'Firebase/Analytics', '10.24.0'
11+
pod 'Firebase/AppCheck', '10.24.0'
12+
pod 'Firebase/Auth', '10.24.0'
13+
pod 'Firebase/Crashlytics', '10.24.0'
14+
pod 'Firebase/Database', '10.24.0'
15+
pod 'Firebase/DynamicLinks', '10.24.0'
16+
pod 'Firebase/Firestore', '10.24.0'
17+
pod 'Firebase/Functions', '10.24.0'
18+
pod 'Firebase/Installations', '10.24.0'
19+
pod 'Firebase/Messaging', '10.24.0'
20+
pod 'Firebase/RemoteConfig', '10.24.0'
21+
pod 'Firebase/Storage', '10.24.0'
2222

2323
end
2424

ios_pod/swift_headers/FirebaseAnalytics-Swift.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#if 0
22
#elif defined(__arm64__) && __arm64__
33
// Copyright 2024 Google LLC
4-
// Copied from Firebase iOS SDK 10.22.0.
4+
// Copied from Firebase iOS SDK 10.24.0.
55

66
// Generated by Apple Swift version 5.7.1 (swiftlang-5.7.1.135.3
77
// clang-1400.0.29.51)
@@ -289,7 +289,7 @@ using UInt = size_t;
289289

290290
#elif defined(__x86_64__) && __x86_64__
291291
// Copyright 2024 Google LLC
292-
// Copied from Firebase iOS SDK 10.22.0.
292+
// Copied from Firebase iOS SDK 10.24.0.
293293

294294
// Generated by Apple Swift version 5.7.1 (swiftlang-5.7.1.135.3
295295
// clang-1400.0.29.51)

ios_pod/swift_headers/FirebaseCoreInternal-Swift.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#if 0
22
#elif defined(__arm64__) && __arm64__
33
// Copyright 2024 Google LLC
4-
// Copied from Firebase iOS SDK 10.22.0.
4+
// Copied from Firebase iOS SDK 10.24.0.
55

66
// Generated by Apple Swift version 5.7.1 (swiftlang-5.7.1.135.3
77
// clang-1400.0.29.51)
@@ -345,7 +345,7 @@ SWIFT_CLASS_NAMED("_ObjC_HeartbeatsPayload")
345345

346346
#elif defined(__x86_64__) && __x86_64__
347347
// Copyright 2024 Google LLC
348-
// Copied from Firebase iOS SDK 10.22.0.
348+
// Copied from Firebase iOS SDK 10.24.0.
349349

350350
// Generated by Apple Swift version 5.7.1 (swiftlang-5.7.1.135.3
351351
// clang-1400.0.29.51)

ios_pod/swift_headers/FirebaseDatabase-Swift.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#if 0
22
#elif defined(__arm64__) && __arm64__
33
// Copyright 2024 Google LLC
4-
// Copied from Firebase iOS SDK 10.22.0.
4+
// Copied from Firebase iOS SDK 10.24.0.
55

66
// Generated by Apple Swift version 5.7.1 (swiftlang-5.7.1.135.3
77
// clang-1400.0.29.51)
@@ -289,7 +289,7 @@ using UInt = size_t;
289289

290290
#elif defined(__x86_64__) && __x86_64__
291291
// Copyright 2024 Google LLC
292-
// Copied from Firebase iOS SDK 10.22.0.
292+
// Copied from Firebase iOS SDK 10.24.0.
293293

294294
// Generated by Apple Swift version 5.7.1 (swiftlang-5.7.1.135.3
295295
// clang-1400.0.29.51)

ios_pod/swift_headers/FirebaseFirestore-Swift.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#if 0
22
#elif defined(__arm64__) && __arm64__
33
// Copyright 2024 Google LLC
4-
// Copied from Firebase iOS SDK 10.22.0.
4+
// Copied from Firebase iOS SDK 10.24.0.
55

66
// Generated by Apple Swift version 5.7.1 (swiftlang-5.7.1.135.3
77
// clang-1400.0.29.51)
@@ -297,7 +297,7 @@ SWIFT_CLASS_PROPERTY(@property(nonatomic, class, readonly,
297297

298298
#elif defined(__x86_64__) && __x86_64__
299299
// Copyright 2024 Google LLC
300-
// Copied from Firebase iOS SDK 10.22.0.
300+
// Copied from Firebase iOS SDK 10.24.0.
301301

302302
// Generated by Apple Swift version 5.7.1 (swiftlang-5.7.1.135.3
303303
// clang-1400.0.29.51)

ios_pod/swift_headers/FirebaseFunctions-Swift.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#if 0
22
#elif defined(__arm64__) && __arm64__
33
// Copyright 2024 Google LLC
4-
// Copied from Firebase iOS SDK 10.22.0.
4+
// Copied from Firebase iOS SDK 10.24.0.
55

66
// Generated by Apple Swift version 5.7.1 (swiftlang-5.7.1.135.3
77
// clang-1400.0.29.51)
@@ -570,7 +570,7 @@ SWIFT_CLASS_NAMED("HTTPSCallableResult")
570570

571571
#elif defined(__x86_64__) && __x86_64__
572572
// Copyright 2024 Google LLC
573-
// Copied from Firebase iOS SDK 10.22.0.
573+
// Copied from Firebase iOS SDK 10.24.0.
574574

575575
// Generated by Apple Swift version 5.7.1 (swiftlang-5.7.1.135.3
576576
// clang-1400.0.29.51)

ios_pod/swift_headers/FirebaseInAppMessaging-Swift.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#if 0
22
#elif defined(__arm64__) && __arm64__
33
// Copyright 2024 Google LLC
4-
// Copied from Firebase iOS SDK 10.22.0.
4+
// Copied from Firebase iOS SDK 10.24.0.
55

66
// Generated by Apple Swift version 5.7.1 (swiftlang-5.7.1.135.3
77
// clang-1400.0.29.51)
@@ -288,7 +288,7 @@ using UInt = size_t;
288288

289289
#elif defined(__x86_64__) && __x86_64__
290290
// Copyright 2024 Google LLC
291-
// Copied from Firebase iOS SDK 10.22.0.
291+
// Copied from Firebase iOS SDK 10.24.0.
292292

293293
// Generated by Apple Swift version 5.7.1 (swiftlang-5.7.1.135.3
294294
// clang-1400.0.29.51)

ios_pod/swift_headers/FirebaseMLModelDownloader-Swift.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#if 0
22
#elif defined(__arm64__) && __arm64__
33
// Copyright 2024 Google LLC
4-
// Copied from Firebase iOS SDK 10.22.0.
4+
// Copied from Firebase iOS SDK 10.24.0.
55

66
// Generated by Apple Swift version 5.7.1 (swiftlang-5.7.1.135.3
77
// clang-1400.0.29.51)
@@ -289,7 +289,7 @@ using UInt = size_t;
289289

290290
#elif defined(__x86_64__) && __x86_64__
291291
// Copyright 2024 Google LLC
292-
// Copied from Firebase iOS SDK 10.22.0.
292+
// Copied from Firebase iOS SDK 10.24.0.
293293

294294
// Generated by Apple Swift version 5.7.1 (swiftlang-5.7.1.135.3
295295
// clang-1400.0.29.51)

ios_pod/swift_headers/FirebaseRemoteConfig-Swift.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#if 0
22
#elif defined(__arm64__) && __arm64__
33
// Copyright 2024 Google LLC
4-
// Copied from Firebase iOS SDK 10.22.0.
4+
// Copied from Firebase iOS SDK 10.24.0.
55

66
// Generated by Apple Swift version 5.7.1 (swiftlang-5.7.1.135.3
77
// clang-1400.0.29.51)
@@ -289,7 +289,7 @@ using UInt = size_t;
289289

290290
#elif defined(__x86_64__) && __x86_64__
291291
// Copyright 2024 Google LLC
292-
// Copied from Firebase iOS SDK 10.22.0.
292+
// Copied from Firebase iOS SDK 10.24.0.
293293

294294
// Generated by Apple Swift version 5.7.1 (swiftlang-5.7.1.135.3
295295
// clang-1400.0.29.51)

0 commit comments

Comments
 (0)