Skip to content

Commit a8b5b12

Browse files
firebase-workflow-trigger[bot]firebase-workflow-trigger-botjonsimantov
authored
Update iOS dependencies - Thu Dec 02 2021 (#779)
* Update iOS dependencies - Thu Dec 02 2021 ### iOS - Firebase/Analytics → 8.10.0 - Firebase/Auth → 8.10.0 - Firebase/Core → 8.10.0 - Firebase/Crashlytics → 8.10.0 - Firebase/Database → 8.10.0 - Firebase/DynamicLinks → 8.10.0 - Firebase/Firestore → 8.10.0 - Firebase/Functions → 8.10.0 - Firebase/Installations → 8.10.0 - Firebase/Messaging → 8.10.0 - Firebase/RemoteConfig → 8.10.0 - Firebase/Storage → 8.10.0 > Created by [Update Android and iOS dependencies workflow](https://github.com/firebase/firebase-cpp-sdk/actions/runs/1528664697). * Add missing copyright lines. * Add Firestore release note. Co-authored-by: firebase-workflow-trigger-bot <firebase-workflow-trigger-bot@google.com> Co-authored-by: Jon Simantov <jsimantov@google.com>
1 parent c607a42 commit a8b5b12

File tree

20 files changed

+91
-126
lines changed

20 files changed

+91
-126
lines changed

admob/integration_test/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ platform :ios, '10.0'
33
# Firebase AdMob test application.
44

55
target 'integration_test' do
6-
pod 'Firebase/Analytics', '8.9.1'
6+
pod 'Firebase/Analytics', '8.10.0'
77
pod 'Google-Mobile-Ads-SDK', '7.69.0-cppsdk'
88
end
99

analytics/integration_test/Podfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ platform :ios, '10.0'
55

66
target 'integration_test' do
77
platform :ios, '10.0'
8-
pod 'Firebase/Analytics', '8.9.1'
8+
pod 'Firebase/Analytics', '8.10.0'
99
end
1010

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

1616
post_install do |installer|

analytics/ios_headers/FIREventNames.h

Lines changed: 3 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,6 @@
1-
// Copyright 2018 Google LLC
2-
//
3-
// Licensed under the Apache License, Version 2.0 (the "License");
4-
// you may not use this file except in compliance with the License.
5-
// You may obtain a copy of the License at
6-
//
7-
// http://www.apache.org/licenses/LICENSE-2.0
8-
//
9-
// Unless required by applicable law or agreed to in writing, software
10-
// distributed under the License is distributed on an "AS IS" BASIS,
11-
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12-
// See the License for the specific language governing permissions and
13-
// limitations under the License.
14-
15-
// These headers are copied from the public Firebase Analytics iOS Headers
16-
// and are used to generate appropriate C++ Header.
1+
// Copyright 2021 Google LLC
2+
3+
// Copied from Firebase Analytics iOS SDK 8.10.0.
174

185
/// @file FIREventNames.h
196
///

analytics/ios_headers/FIRParameterNames.h

Lines changed: 3 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,6 @@
1-
// Copyright 2018 Google LLC
2-
//
3-
// Licensed under the Apache License, Version 2.0 (the "License");
4-
// you may not use this file except in compliance with the License.
5-
// You may obtain a copy of the License at
6-
//
7-
// http://www.apache.org/licenses/LICENSE-2.0
8-
//
9-
// Unless required by applicable law or agreed to in writing, software
10-
// distributed under the License is distributed on an "AS IS" BASIS,
11-
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12-
// See the License for the specific language governing permissions and
13-
// limitations under the License.
14-
15-
// These headers are copied from the public Firebase Analytics iOS Headers
16-
// and are used to generate appropriate C++ Header.
1+
// Copyright 2021 Google LLC
2+
3+
// Copied from Firebase Analytics iOS SDK 8.10.0.
174

185
/// @file FIRParameterNames.h
196
///

analytics/ios_headers/FIRUserPropertyNames.h

Lines changed: 2 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,6 @@
1-
// Copyright 2018 Google LLC
2-
//
3-
// Licensed under the Apache License, Version 2.0 (the "License");
4-
// you may not use this file except in compliance with the License.
5-
// You may obtain a copy of the License at
6-
//
7-
// http://www.apache.org/licenses/LICENSE-2.0
8-
//
9-
// Unless required by applicable law or agreed to in writing, software
10-
// distributed under the License is distributed on an "AS IS" BASIS,
11-
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12-
// See the License for the specific language governing permissions and
13-
// limitations under the License.
1+
// Copyright 2021 Google LLC
142

15-
// These headers are copied from the public Firebase Analytics iOS Headers
16-
// and are used to generate appropriate C++ Header.
3+
// Copied from Firebase Analytics iOS SDK 8.10.0.
174

185
/// @file FIRUserPropertyNames.h
196
///

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
# Firebase App test application.
55

66
target 'integration_test' do
7-
pod 'Firebase/Analytics', '8.9.1'
7+
pod 'Firebase/Analytics', '8.10.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 @@ source 'https://github.com/CocoaPods/Specs.git'
44

55
target 'integration_test' do
66
platform :ios, '10.0'
7-
pod 'Firebase/Auth', '8.9.1'
7+
pod 'Firebase/Auth', '8.10.0'
88
end
99

1010
target 'integration_test_tvos' do
1111
platform :tvos, '12.0'
12-
pod 'Firebase/Auth', '8.9.1'
12+
pod 'Firebase/Auth', '8.10.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
@@ -18,7 +18,7 @@ if(TARGET firestore)
1818
return()
1919
endif()
2020

21-
set(version CocoaPods-8.9.1)
21+
set(version CocoaPods-8.10.0)
2222
ExternalProject_Add(
2323
firestore
2424

database/integration_test/Podfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@ source 'https://github.com/CocoaPods/Specs.git'
44

55
target 'integration_test' do
66
platform :ios, '10.0'
7-
pod 'Firebase/Database', '8.9.1'
8-
pod 'Firebase/Auth', '8.9.1'
7+
pod 'Firebase/Database', '8.10.0'
8+
pod 'Firebase/Auth', '8.10.0'
99
end
1010

1111
target 'integration_test_tvos' do
1212
platform :tvos, '12.0'
13-
pod 'Firebase/Database', '8.9.1'
14-
pod 'Firebase/Auth', '8.9.1'
13+
pod 'Firebase/Database', '8.10.0'
14+
pod 'Firebase/Auth', '8.10.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
# Firebase Dynamic Links test application.
55

66
target 'integration_test' do
7-
pod 'Firebase/DynamicLinks', '8.9.1'
7+
pod 'Firebase/DynamicLinks', '8.10.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 @@ source 'https://github.com/CocoaPods/Specs.git'
44

55
target 'integration_test' do
66
platform :ios, '10.0'
7-
pod 'Firebase/Firestore', '8.9.1'
8-
pod 'Firebase/Auth', '8.9.1'
7+
pod 'Firebase/Firestore', '8.10.0'
8+
pod 'Firebase/Auth', '8.10.0'
99
end
1010

1111
target 'integration_test_tvos' do
1212
platform :tvos, '12.0'
13-
pod 'Firebase/Firestore', '8.9.1'
14-
pod 'Firebase/Auth', '8.9.1'
13+
pod 'Firebase/Firestore', '8.10.0'
14+
pod 'Firebase/Auth', '8.10.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 @@ platform :ios, '10.0'
44

55
target 'integration_test' do
66
platform :ios, '10.0'
7-
pod 'Firebase/Firestore', '8.9.1'
8-
pod 'Firebase/Auth', '8.9.1'
7+
pod 'Firebase/Firestore', '8.10.0'
8+
pod 'Firebase/Auth', '8.10.0'
99
end
1010

1111
target 'integration_test_tvos' do
1212
platform :tvos, '12.0'
13-
pod 'Firebase/Firestore', '8.9.1'
14-
pod 'Firebase/Auth', '8.9.1'
13+
pod 'Firebase/Firestore', '8.10.0'
14+
pod 'Firebase/Auth', '8.10.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 @@ source 'https://github.com/CocoaPods/Specs.git'
44

55
target 'integration_test' do
66
platform :ios, '10.0'
7-
pod 'Firebase/Functions', '8.9.1'
8-
pod 'Firebase/Auth', '8.9.1'
7+
pod 'Firebase/Functions', '8.10.0'
8+
pod 'Firebase/Auth', '8.10.0'
99
end
1010

1111
target 'integration_test_tvos' do
1212
platform :tvos, '12.0'
13-
pod 'Firebase/Functions', '8.9.1'
14-
pod 'Firebase/Auth', '8.9.1'
13+
pod 'Firebase/Functions', '8.10.0'
14+
pod 'Firebase/Auth', '8.10.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
# Firebase Installations test application.
55

66
target 'integration_test' do
7-
pod 'Firebase/Analytics', '8.9.1'
8-
pod 'Firebase/Installations', '8.9.1'
7+
pod 'Firebase/Analytics', '8.10.0'
8+
pod 'Firebase/Installations', '8.10.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
@@ -2,19 +2,19 @@ source 'https://github.com/CocoaPods/Specs.git'
22
platform :ios, '10.0'
33

44
target 'GetPods' do
5-
pod 'Firebase/Core', '8.9.1'
5+
pod 'Firebase/Core', '8.10.0'
66

77
pod 'Google-Mobile-Ads-SDK', '7.69.0-cppsdk'
8-
pod 'Firebase/Analytics', '8.9.1'
9-
pod 'Firebase/Auth', '8.9.1'
10-
pod 'Firebase/Crashlytics', '8.9.1'
11-
pod 'Firebase/Database', '8.9.1'
12-
pod 'Firebase/DynamicLinks', '8.9.1'
13-
pod 'Firebase/Firestore', '8.9.1'
14-
pod 'Firebase/Functions', '8.9.1'
15-
pod 'Firebase/Installations', '8.9.1'
16-
pod 'Firebase/Messaging', '8.9.1'
17-
pod 'Firebase/RemoteConfig', '8.9.1'
18-
pod 'Firebase/Storage', '8.9.1'
8+
pod 'Firebase/Analytics', '8.10.0'
9+
pod 'Firebase/Auth', '8.10.0'
10+
pod 'Firebase/Crashlytics', '8.10.0'
11+
pod 'Firebase/Database', '8.10.0'
12+
pod 'Firebase/DynamicLinks', '8.10.0'
13+
pod 'Firebase/Firestore', '8.10.0'
14+
pod 'Firebase/Functions', '8.10.0'
15+
pod 'Firebase/Installations', '8.10.0'
16+
pod 'Firebase/Messaging', '8.10.0'
17+
pod 'Firebase/RemoteConfig', '8.10.0'
18+
pod 'Firebase/Storage', '8.10.0'
1919

2020
end

messaging/integration_test/Podfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ source 'https://github.com/CocoaPods/Specs.git'
44

55
target 'integration_test' do
66
platform :ios, '10.0'
7-
pod 'Firebase/Messaging', '8.9.1'
7+
pod 'Firebase/Messaging', '8.10.0'
88
end
99

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

1515
post_install do |installer|

0 commit comments

Comments
 (0)