Skip to content

Commit 68d3768

Browse files
author
firebase-workflow-trigger-bot
committed
Update iOS dependencies - Wed Jun 22 2022
### iOS - Firebase/Analytics → 9.2.0 - Firebase/Auth → 9.2.0 - Firebase/Core → 9.2.0 - Firebase/Crashlytics → 9.2.0 - Firebase/Database → 9.2.0 - Firebase/DynamicLinks → 9.2.0 - Firebase/Firestore → 9.2.0 - Firebase/Functions → 9.2.0 - Firebase/Installations → 9.2.0 - Firebase/Messaging → 9.2.0 - Firebase/RemoteConfig → 9.2.0 - Firebase/Storage → 9.2.0 > Created by [Update Android and iOS dependencies workflow](https://github.com/firebase/firebase-cpp-sdk/actions/runs/2544841237).
1 parent 2c8ddbe commit 68d3768

File tree

30 files changed

+90
-90
lines changed

30 files changed

+90
-90
lines changed

admob/integration_test/Podfile

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

66
target 'integration_test' do
7-
pod 'Firebase/Analytics', '9.1.0'
7+
pod 'Firebase/Analytics', '9.2.0'
88
pod 'Google-Mobile-Ads-SDK', '7.69.0-cppsdk2'
99
end
1010

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, '10.0'
8-
pod 'Firebase/Analytics', '9.1.0'
8+
pod 'Firebase/Analytics', '9.2.0'
99
end
1010

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

3-
// Copied from Firebase Analytics iOS SDK 9.1.0.
3+
// Copied from Firebase Analytics iOS SDK 9.2.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 2022 Google LLC
22

3-
// Copied from Firebase Analytics iOS SDK 9.1.0.
3+
// Copied from Firebase Analytics iOS SDK 9.2.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 2022 Google LLC
22

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

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

1010
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, '10.0'
7-
pod 'Firebase/Auth', '9.1.0'
7+
pod 'Firebase/Auth', '9.2.0'
88
end
99

1010
target 'integration_test_tvos' do
1111
platform :tvos, '12.0'
12-
pod 'Firebase/Auth', '9.1.0'
12+
pod 'Firebase/Auth', '9.2.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-9.1.0)
23+
set(version CocoaPods-9.2.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, '10.0'
7-
pod 'Firebase/Database', '9.1.0'
8-
pod 'Firebase/Auth', '9.1.0'
7+
pod 'Firebase/Database', '9.2.0'
8+
pod 'Firebase/Auth', '9.2.0'
99
end
1010

1111
target 'integration_test_tvos' do
1212
platform :tvos, '12.0'
13-
pod 'Firebase/Database', '9.1.0'
14-
pod 'Firebase/Auth', '9.1.0'
13+
pod 'Firebase/Database', '9.2.0'
14+
pod 'Firebase/Auth', '9.2.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, '10.0'
44
use_frameworks! :linkage => :static
55

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

1010
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, '10.0'
7-
pod 'Firebase/Firestore', '9.1.0'
8-
pod 'Firebase/Auth', '9.1.0'
7+
pod 'Firebase/Firestore', '9.2.0'
8+
pod 'Firebase/Auth', '9.2.0'
99
end
1010

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

1717
post_install do |installer|

firestore/integration_test_internal/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, '10.0'
7-
pod 'Firebase/Firestore', '9.1.0'
8-
pod 'Firebase/Auth', '9.1.0'
7+
pod 'Firebase/Firestore', '9.2.0'
8+
pod 'Firebase/Auth', '9.2.0'
99
end
1010

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

1717
post_install do |installer|

functions/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, '10.0'
7-
pod 'Firebase/Functions', '9.1.0'
8-
pod 'Firebase/Auth', '9.1.0'
7+
pod 'Firebase/Functions', '9.2.0'
8+
pod 'Firebase/Auth', '9.2.0'
99
end
1010

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

1717
post_install do |installer|

installations/integration_test/Podfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ platform :ios, '10.0'
44
use_frameworks! :linkage => :static
55

66
target 'integration_test' do
7-
pod 'Firebase/Analytics', '9.1.0'
8-
pod 'Firebase/Installations', '9.1.0'
7+
pod 'Firebase/Analytics', '9.2.0'
8+
pod 'Firebase/Installations', '9.2.0'
99
end
1010

1111
post_install do |installer|

ios_pod/Podfile

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,19 @@ platform :ios, '10.0'
33
use_frameworks!
44

55
target 'GetPods' do
6-
pod 'Firebase/Core', '9.1.0'
6+
pod 'Firebase/Core', '9.2.0'
77

88
pod 'Google-Mobile-Ads-SDK', '7.69.0-cppsdk2'
9-
pod 'Firebase/Analytics', '9.1.0'
10-
pod 'Firebase/Auth', '9.1.0'
11-
pod 'Firebase/Crashlytics', '9.1.0'
12-
pod 'Firebase/Database', '9.1.0'
13-
pod 'Firebase/DynamicLinks', '9.1.0'
14-
pod 'Firebase/Firestore', '9.1.0'
15-
pod 'Firebase/Functions', '9.1.0'
16-
pod 'Firebase/Installations', '9.1.0'
17-
pod 'Firebase/Messaging', '9.1.0'
18-
pod 'Firebase/RemoteConfig', '9.1.0'
19-
pod 'Firebase/Storage', '9.1.0'
9+
pod 'Firebase/Analytics', '9.2.0'
10+
pod 'Firebase/Auth', '9.2.0'
11+
pod 'Firebase/Crashlytics', '9.2.0'
12+
pod 'Firebase/Database', '9.2.0'
13+
pod 'Firebase/DynamicLinks', '9.2.0'
14+
pod 'Firebase/Firestore', '9.2.0'
15+
pod 'Firebase/Functions', '9.2.0'
16+
pod 'Firebase/Installations', '9.2.0'
17+
pod 'Firebase/Messaging', '9.2.0'
18+
pod 'Firebase/RemoteConfig', '9.2.0'
19+
pod 'Firebase/Storage', '9.2.0'
2020

2121
end

ios_pod/swift_headers/FirebaseAnalyticsSwift-Swift.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Copyright 2022 Google LLC
2-
// Copied from Firebase iOS SDK 9.1.0.
2+
// Copied from Firebase iOS SDK 9.2.0.
33

44
// Generated by Apple Swift version 5.6 (swiftlang-5.6.0.323.62
55
// clang-1316.0.20.8)

ios_pod/swift_headers/FirebaseCoreInternal-Swift.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Copyright 2022 Google LLC
2-
// Copied from Firebase iOS SDK 9.1.0.
2+
// Copied from Firebase iOS SDK 9.2.0.
33

44
// Generated by Apple Swift version 5.6 (swiftlang-5.6.0.323.62 clang-1316.0.20.8)
55
#ifndef FIREBASECOREINTERNAL_SWIFT_H

ios_pod/swift_headers/FirebaseDatabaseSwift-Swift.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Copyright 2022 Google LLC
2-
// Copied from Firebase iOS SDK 9.1.0.
2+
// Copied from Firebase iOS SDK 9.2.0.
33

44
// Generated by Apple Swift version 5.6 (swiftlang-5.6.0.323.62
55
// clang-1316.0.20.8)

ios_pod/swift_headers/FirebaseFirestoreSwift-Swift.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Copyright 2022 Google LLC
2-
// Copied from Firebase iOS SDK 9.1.0.
2+
// Copied from Firebase iOS SDK 9.2.0.
33

44
// Generated by Apple Swift version 5.6 (swiftlang-5.6.0.323.62
55
// clang-1316.0.20.8)

ios_pod/swift_headers/FirebaseFunctions-Swift.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Copyright 2022 Google LLC
2-
// Copied from Firebase iOS SDK 9.1.0.
2+
// Copied from Firebase iOS SDK 9.2.0.
33

44
// Generated by Apple Swift version 5.6 (swiftlang-5.6.0.323.62 clang-1316.0.20.8)
55
#ifndef FIREBASEFUNCTIONS_SWIFT_H

ios_pod/swift_headers/FirebaseInAppMessagingSwift-Swift.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Copyright 2022 Google LLC
2-
// Copied from Firebase iOS SDK 9.1.0.
2+
// Copied from Firebase iOS SDK 9.2.0.
33

44
// Generated by Apple Swift version 5.6 (swiftlang-5.6.0.323.62
55
// clang-1316.0.20.8)

ios_pod/swift_headers/FirebaseMLModelDownloader-Swift.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Copyright 2022 Google LLC
2-
// Copied from Firebase iOS SDK 9.1.0.
2+
// Copied from Firebase iOS SDK 9.2.0.
33

44
// Generated by Apple Swift version 5.6 (swiftlang-5.6.0.323.62
55
// clang-1316.0.20.8)

ios_pod/swift_headers/FirebaseRemoteConfigSwift-Swift.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Copyright 2022 Google LLC
2-
// Copied from Firebase iOS SDK 9.1.0.
2+
// Copied from Firebase iOS SDK 9.2.0.
33

44
// Generated by Apple Swift version 5.6 (swiftlang-5.6.0.323.62
55
// clang-1316.0.20.8)

ios_pod/swift_headers/FirebaseSharedSwift-Swift.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Copyright 2022 Google LLC
2-
// Copied from Firebase iOS SDK 9.1.0.
2+
// Copied from Firebase iOS SDK 9.2.0.
33

44
// Generated by Apple Swift version 5.6 (swiftlang-5.6.0.323.62
55
// clang-1316.0.20.8)

ios_pod/swift_headers/FirebaseStorage-Swift.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Copyright 2022 Google LLC
2-
// Copied from Firebase iOS SDK 9.1.0.
2+
// Copied from Firebase iOS SDK 9.2.0.
33

44
// Generated by Apple Swift version 5.6 (swiftlang-5.6.0.323.62 clang-1316.0.20.8)
55
#ifndef FIREBASESTORAGE_SWIFT_H

ios_pod/swift_headers/SwiftProtobuf-Swift.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Copyright 2022 Google LLC
2-
// Copied from Firebase iOS SDK 9.1.0.
2+
// Copied from Firebase iOS SDK 9.2.0.
33

44
// Generated by Apple Swift version 5.6 (swiftlang-5.6.0.323.62
55
// clang-1316.0.20.8)

messaging/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, '10.0'
7-
pod 'Firebase/Messaging', '9.1.0'
7+
pod 'Firebase/Messaging', '9.2.0'
88
end
99

1010
target 'integration_test_tvos' do
1111
platform :tvos, '12.0'
12-
pod 'Firebase/Messaging', '9.1.0'
12+
pod 'Firebase/Messaging', '9.2.0'
1313
end
1414

1515
post_install do |installer|

0 commit comments

Comments
 (0)