Skip to content

Commit 06ab3ec

Browse files
firebase-workflow-trigger[bot]firebase-workflow-trigger-bot
and
firebase-workflow-trigger-bot
authored
Update iOS dependencies - Mon Sep 16 2024 (#1646)
### iOS - Firebase/Analytics → 11.2.0 - Firebase/AppCheck → 11.2.0 - Firebase/Auth → 11.2.0 - Firebase/Core → 11.2.0 - Firebase/CoreOnly → 11.2.0 - Firebase/Crashlytics → 11.2.0 - Firebase/Database → 11.2.0 - Firebase/DynamicLinks → 11.2.0 - Firebase/Firestore → 11.2.0 - Firebase/Functions → 11.2.0 - Firebase/Installations → 11.2.0 - Firebase/Messaging → 11.2.0 - Firebase/RemoteConfig → 11.2.0 - Firebase/Storage → 11.2.0 > Created by [Update Android and iOS dependencies workflow](https://github.com/firebase/firebase-cpp-sdk/actions/runs/10889666385). Co-authored-by: firebase-workflow-trigger-bot <firebase-workflow-trigger-bot@google.com>
1 parent 07c2184 commit 06ab3ec

File tree

34 files changed

+126
-122
lines changed

34 files changed

+126
-122
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,'13.0'
8-
pod'Firebase/Analytics','11.0.0'
8+
pod'Firebase/Analytics','11.2.0'
99
end
1010

1111
target'integration_test_tvos'do
1212
platform:tvos,'13.0'
13-
pod'Firebase/Analytics','11.0.0'
13+
pod'Firebase/Analytics','11.2.0'
1414
end
1515

1616
post_installdo |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 11.0.0.
3+
// Copied from Firebase Analytics iOS SDK 11.2.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 11.0.0.
3+
// Copied from Firebase Analytics iOS SDK 11.2.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 11.0.0.
3+
// Copied from Firebase Analytics iOS SDK 11.2.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, '13.0'
44
use_frameworks!:linkage=>:static
55

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

1010
post_installdo |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,'13.0'
7-
pod'Firebase/AppCheck','11.0.0'
8-
pod'Firebase/Database','11.0.0'
9-
pod'Firebase/Auth','11.0.0'
10-
pod'Firebase/Storage','11.0.0'
11-
pod'Firebase/Functions','11.0.0'
7+
pod'Firebase/AppCheck','11.2.0'
8+
pod'Firebase/Database','11.2.0'
9+
pod'Firebase/Auth','11.2.0'
10+
pod'Firebase/Storage','11.2.0'
11+
pod'Firebase/Functions','11.2.0'
1212
end
1313

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

2323
post_installdo |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,'13.0'
7-
pod'Firebase/Auth','11.0.0'
7+
pod'Firebase/Auth','11.2.0'
88
end
99

1010
target'integration_test_tvos'do
1111
platform:tvos,'13.0'
12-
pod'Firebase/Auth','11.0.0'
12+
pod'Firebase/Auth','11.2.0'
1313
end
1414

1515
post_installdo |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 CocoaPods-11.0.0)
23+
set(version CocoaPods-11.2.0)
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,'13.0'
7-
pod'Firebase/Database','11.0.0'
8-
pod'Firebase/Auth','11.0.0'
7+
pod'Firebase/Database','11.2.0'
8+
pod'Firebase/Auth','11.2.0'
99
end
1010

1111
target'integration_test_tvos'do
1212
platform:tvos,'13.0'
13-
pod'Firebase/Database','11.0.0'
14-
pod'Firebase/Auth','11.0.0'
13+
pod'Firebase/Database','11.2.0'
14+
pod'Firebase/Auth','11.2.0'
1515
end
1616

1717
post_installdo |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,'13.0'
8-
pod'Firebase/DynamicLinks','11.0.0'
8+
pod'Firebase/DynamicLinks','11.2.0'
99
end
1010

1111
post_installdo |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,'13.0'
7-
pod'Firebase/Firestore','11.0.0'
8-
pod'Firebase/Auth','11.0.0'
7+
pod'Firebase/Firestore','11.2.0'
8+
pod'Firebase/Auth','11.2.0'
99
end
1010

1111
target'integration_test_tvos'do
1212
platform:tvos,'13.0'
13-
pod'Firebase/Firestore','11.0.0'
14-
pod'Firebase/Auth','11.0.0'
13+
pod'Firebase/Firestore','11.2.0'
14+
pod'Firebase/Auth','11.2.0'
1515
end
1616

1717
post_installdo |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,'13.0'
7-
pod'Firebase/Firestore','11.0.0'
8-
pod'Firebase/Auth','11.0.0'
7+
pod'Firebase/Firestore','11.2.0'
8+
pod'Firebase/Auth','11.2.0'
99
end
1010

1111
target'integration_test_tvos'do
1212
platform:tvos,'13.0'
13-
pod'Firebase/Firestore','11.0.0'
14-
pod'Firebase/Auth','11.0.0'
13+
pod'Firebase/Firestore','11.2.0'
14+
pod'Firebase/Auth','11.2.0'
1515
end
1616

1717
post_installdo |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,'13.0'
7-
pod'Firebase/Functions','11.0.0'
8-
pod'Firebase/Auth','11.0.0'
7+
pod'Firebase/Functions','11.2.0'
8+
pod'Firebase/Auth','11.2.0'
99
end
1010

1111
target'integration_test_tvos'do
1212
platform:tvos,'13.0'
13-
pod'Firebase/Functions','11.0.0'
14-
pod'Firebase/Auth','11.0.0'
13+
pod'Firebase/Functions','11.2.0'
14+
pod'Firebase/Auth','11.2.0'
1515
end
1616

1717
post_installdo |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,'13.0'
8-
pod'Firebase/CoreOnly','11.0.0'
8+
pod'Firebase/CoreOnly','11.2.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,'13.0'
8-
pod'Firebase/Analytics','11.0.0'
9-
pod'Firebase/Installations','11.0.0'
8+
pod'Firebase/Analytics','11.2.0'
9+
pod'Firebase/Installations','11.2.0'
1010
end
1111

1212
post_installdo |installer|

ios_pod/Podfile

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

55
target'GetPods'do
6-
pod'Firebase/Core','11.0.0'
6+
pod'Firebase/Core','11.2.0'
77

88
pod'Google-Mobile-Ads-SDK','11.2.0'
99
pod'GoogleUserMessagingPlatform','2.3.0'
10-
pod'Firebase/Analytics','11.0.0'
11-
pod'Firebase/AppCheck','11.0.0'
12-
pod'Firebase/Auth','11.0.0'
13-
pod'Firebase/Crashlytics','11.0.0'
14-
pod'Firebase/Database','11.0.0'
15-
pod'Firebase/DynamicLinks','11.0.0'
16-
pod'Firebase/Firestore','11.0.0'
17-
pod'Firebase/Functions','11.0.0'
18-
pod'Firebase/Installations','11.0.0'
19-
pod'Firebase/Messaging','11.0.0'
20-
pod'Firebase/RemoteConfig','11.0.0'
21-
pod'Firebase/Storage','11.0.0'
10+
pod'Firebase/Analytics','11.2.0'
11+
pod'Firebase/AppCheck','11.2.0'
12+
pod'Firebase/Auth','11.2.0'
13+
pod'Firebase/Crashlytics','11.2.0'
14+
pod'Firebase/Database','11.2.0'
15+
pod'Firebase/DynamicLinks','11.2.0'
16+
pod'Firebase/Firestore','11.2.0'
17+
pod'Firebase/Functions','11.2.0'
18+
pod'Firebase/Installations','11.2.0'
19+
pod'Firebase/Messaging','11.2.0'
20+
pod'Firebase/RemoteConfig','11.2.0'
21+
pod'Firebase/Storage','11.2.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
#if0
22
#elif defined(__arm64__) && __arm64__
33
// Copyright 2024 Google LLC
4-
// Copied from Firebase iOS SDK 11.0.0.
4+
// Copied from Firebase iOS SDK 11.2.0.
55

66
// Generated by Apple Swift version 5.9.2 (swiftlang-5.9.2.2.56
77
// clang-1500.1.0.2.5)
@@ -338,7 +338,7 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));
338338

339339
#elif defined(__x86_64__) && __x86_64__
340340
// Copyright 2024 Google LLC
341-
// Copied from Firebase iOS SDK 11.0.0.
341+
// Copied from Firebase iOS SDK 11.2.0.
342342

343343
// Generated by Apple Swift version 5.9.2 (swiftlang-5.9.2.2.56
344344
// clang-1500.1.0.2.5)

ios_pod/swift_headers/FirebaseAuth-Swift.h

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

66
// Generated by Apple Swift version 5.9.2 (swiftlang-5.9.2.2.56
77
// clang-1500.1.0.2.5)
@@ -1540,6 +1540,8 @@ typedef SWIFT_ENUM_NAMED(NSInteger, FIRAuthErrorCode, "AuthErrorCode", open){
15401540
/// describing which step of the JWT parsing process failed.
15411541
FIRAuthErrorCodeMalformedJWT = 18000,
15421542
};
1543+
static NSString *_Nonnull const FIRAuthErrorCodeDomain =
1544+
@"FirebaseAuth.AuthErrorCode";
15431545

15441546
/// Error Codes common to all API Methods:
15451547
SWIFT_CLASS_NAMED("AuthErrors")
@@ -3029,7 +3031,7 @@ SWIFT_AVAILABILITY(watchos, introduced = 7)
30293031

30303032
#elif defined(__x86_64__) && __x86_64__
30313033
// Copyright 2024 Google LLC
3032-
// Copied from Firebase iOS SDK 11.0.0.
3034+
// Copied from Firebase iOS SDK 11.2.0.
30333035

30343036
// Generated by Apple Swift version 5.9.2 (swiftlang-5.9.2.2.56
30353037
// clang-1500.1.0.2.5)
@@ -4568,6 +4570,8 @@ typedef SWIFT_ENUM_NAMED(NSInteger, FIRAuthErrorCode, "AuthErrorCode", open){
45684570
/// describing which step of the JWT parsing process failed.
45694571
FIRAuthErrorCodeMalformedJWT = 18000,
45704572
};
4573+
static NSString *_Nonnull const FIRAuthErrorCodeDomain =
4574+
@"FirebaseAuth.AuthErrorCode";
45714575

45724576
/// Error Codes common to all API Methods:
45734577
SWIFT_CLASS_NAMED("AuthErrors")

ios_pod/swift_headers/FirebaseCoreInternal-Swift.h

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

66
// Generated by Apple Swift version 5.9.2 (swiftlang-5.9.2.2.56
77
// clang-1500.1.0.2.5)
@@ -394,7 +394,7 @@ SWIFT_CLASS_NAMED("_ObjC_HeartbeatsPayload")
394394

395395
#elif defined(__x86_64__) && __x86_64__
396396
// Copyright 2024 Google LLC
397-
// Copied from Firebase iOS SDK 11.0.0.
397+
// Copied from Firebase iOS SDK 11.2.0.
398398

399399
// Generated by Apple Swift version 5.9.2 (swiftlang-5.9.2.2.56
400400
// clang-1500.1.0.2.5)

ios_pod/swift_headers/FirebaseDatabase-Swift.h

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

66
// Generated by Apple Swift version 5.9.2 (swiftlang-5.9.2.2.56
77
// clang-1500.1.0.2.5)
@@ -338,7 +338,7 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));
338338

339339
#elif defined(__x86_64__) && __x86_64__
340340
// Copyright 2024 Google LLC
341-
// Copied from Firebase iOS SDK 11.0.0.
341+
// Copied from Firebase iOS SDK 11.2.0.
342342

343343
// Generated by Apple Swift version 5.9.2 (swiftlang-5.9.2.2.56
344344
// clang-1500.1.0.2.5)

ios_pod/swift_headers/FirebaseFirestore-Swift.h

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

66
// Generated by Apple Swift version 5.9.2 (swiftlang-5.9.2.2.56
77
// clang-1500.1.0.2.5)
@@ -346,7 +346,7 @@ SWIFT_CLASS_PROPERTY(@property(nonatomic, class, readonly,
346346

347347
#elif defined(__x86_64__) && __x86_64__
348348
// Copyright 2024 Google LLC
349-
// Copied from Firebase iOS SDK 11.0.0.
349+
// Copied from Firebase iOS SDK 11.2.0.
350350

351351
// Generated by Apple Swift version 5.9.2 (swiftlang-5.9.2.2.56
352352
// clang-1500.1.0.2.5)

ios_pod/swift_headers/FirebaseFunctions-Swift.h

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

66
// Generated by Apple Swift version 5.9.2 (swiftlang-5.9.2.2.56
77
// clang-1500.1.0.2.5)
@@ -619,7 +619,7 @@ SWIFT_CLASS_NAMED("HTTPSCallableResult")
619619

620620
#elif defined(__x86_64__) && __x86_64__
621621
// Copyright 2024 Google LLC
622-
// Copied from Firebase iOS SDK 11.0.0.
622+
// Copied from Firebase iOS SDK 11.2.0.
623623

624624
// Generated by Apple Swift version 5.9.2 (swiftlang-5.9.2.2.56
625625
// clang-1500.1.0.2.5)

ios_pod/swift_headers/FirebaseInAppMessaging-Swift.h

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

66
// Generated by Apple Swift version 5.9.2 (swiftlang-5.9.2.2.56
77
// clang-1500.1.0.2.5)
@@ -337,7 +337,7 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));
337337

338338
#elif defined(__x86_64__) && __x86_64__
339339
// Copyright 2024 Google LLC
340-
// Copied from Firebase iOS SDK 11.0.0.
340+
// Copied from Firebase iOS SDK 11.2.0.
341341

342342
// Generated by Apple Swift version 5.9.2 (swiftlang-5.9.2.2.56
343343
// clang-1500.1.0.2.5)

0 commit comments

Comments
 (0)
close