Skip to content

Update iOS dependencies - Thu Dec 02 2021 #779

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
Dec 2, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion admob/integration_test/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ platform :ios, '10.0'
# Firebase AdMob test application.

target 'integration_test' do
pod 'Firebase/Analytics', '8.9.1'
pod 'Firebase/Analytics', '8.10.0'
pod 'Google-Mobile-Ads-SDK', '7.69.0-cppsdk'
end

Expand Down
4 changes: 2 additions & 2 deletions analytics/integration_test/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ platform :ios, '10.0'

target 'integration_test' do
platform :ios, '10.0'
pod 'Firebase/Analytics', '8.9.1'
pod 'Firebase/Analytics', '8.10.0'
end

target 'integration_test_tvos' do
platform :tvos, '12.0'
pod 'Firebase/Analytics', '8.9.1'
pod 'Firebase/Analytics', '8.10.0'
end

post_install do |installer|
Expand Down
19 changes: 3 additions & 16 deletions analytics/ios_headers/FIREventNames.h
Original file line number Diff line number Diff line change
@@ -1,19 +1,6 @@
// Copyright 2018 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS,
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.

// These headers are copied from the public Firebase Analytics iOS Headers
// and are used to generate appropriate C++ Header.
// Copyright 2021 Google LLC

// Copied from Firebase Analytics iOS SDK 8.10.0.

/// @file FIREventNames.h
///
Expand Down
19 changes: 3 additions & 16 deletions analytics/ios_headers/FIRParameterNames.h
Original file line number Diff line number Diff line change
@@ -1,19 +1,6 @@
// Copyright 2018 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS,
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.

// These headers are copied from the public Firebase Analytics iOS Headers
// and are used to generate appropriate C++ Header.
// Copyright 2021 Google LLC

// Copied from Firebase Analytics iOS SDK 8.10.0.

/// @file FIRParameterNames.h
///
Expand Down
17 changes: 2 additions & 15 deletions analytics/ios_headers/FIRUserPropertyNames.h
Original file line number Diff line number Diff line change
@@ -1,19 +1,6 @@
// Copyright 2018 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS,
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.
// Copyright 2021 Google LLC

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

/// @file FIRUserPropertyNames.h
///
Expand Down
2 changes: 1 addition & 1 deletion app/integration_test/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ platform :ios, '10.0'
# Firebase App test application.

target 'integration_test' do
pod 'Firebase/Analytics', '8.9.1'
pod 'Firebase/Analytics', '8.10.0'
end

post_install do |installer|
Expand Down
4 changes: 2 additions & 2 deletions auth/integration_test/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ source 'https://github.com/CocoaPods/Specs.git'

target 'integration_test' do
platform :ios, '10.0'
pod 'Firebase/Auth', '8.9.1'
pod 'Firebase/Auth', '8.10.0'
end

target 'integration_test_tvos' do
platform :tvos, '12.0'
pod 'Firebase/Auth', '8.9.1'
pod 'Firebase/Auth', '8.10.0'
end

post_install do |installer|
Expand Down
2 changes: 1 addition & 1 deletion cmake/external/firestore.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ if(TARGET firestore)
return()
endif()

set(version CocoaPods-8.9.1)
set(version CocoaPods-8.10.0)
ExternalProject_Add(
firestore

Expand Down
8 changes: 4 additions & 4 deletions database/integration_test/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ source 'https://github.com/CocoaPods/Specs.git'

target 'integration_test' do
platform :ios, '10.0'
pod 'Firebase/Database', '8.9.1'
pod 'Firebase/Auth', '8.9.1'
pod 'Firebase/Database', '8.10.0'
pod 'Firebase/Auth', '8.10.0'
end

target 'integration_test_tvos' do
platform :tvos, '12.0'
pod 'Firebase/Database', '8.9.1'
pod 'Firebase/Auth', '8.9.1'
pod 'Firebase/Database', '8.10.0'
pod 'Firebase/Auth', '8.10.0'
end

post_install do |installer|
Expand Down
2 changes: 1 addition & 1 deletion dynamic_links/integration_test/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ platform :ios, '10.0'
# Firebase Dynamic Links test application.

target 'integration_test' do
pod 'Firebase/DynamicLinks', '8.9.1'
pod 'Firebase/DynamicLinks', '8.10.0'
end

post_install do |installer|
Expand Down
8 changes: 4 additions & 4 deletions firestore/integration_test/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ source 'https://github.com/CocoaPods/Specs.git'

target 'integration_test' do
platform :ios, '10.0'
pod 'Firebase/Firestore', '8.9.1'
pod 'Firebase/Auth', '8.9.1'
pod 'Firebase/Firestore', '8.10.0'
pod 'Firebase/Auth', '8.10.0'
end

target 'integration_test_tvos' do
platform :tvos, '12.0'
pod 'Firebase/Firestore', '8.9.1'
pod 'Firebase/Auth', '8.9.1'
pod 'Firebase/Firestore', '8.10.0'
pod 'Firebase/Auth', '8.10.0'
end

post_install do |installer|
Expand Down
8 changes: 4 additions & 4 deletions firestore/integration_test_internal/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ platform :ios, '10.0'

target 'integration_test' do
platform :ios, '10.0'
pod 'Firebase/Firestore', '8.9.1'
pod 'Firebase/Auth', '8.9.1'
pod 'Firebase/Firestore', '8.10.0'
pod 'Firebase/Auth', '8.10.0'
end

target 'integration_test_tvos' do
platform :tvos, '12.0'
pod 'Firebase/Firestore', '8.9.1'
pod 'Firebase/Auth', '8.9.1'
pod 'Firebase/Firestore', '8.10.0'
pod 'Firebase/Auth', '8.10.0'
end

post_install do |installer|
Expand Down
8 changes: 4 additions & 4 deletions functions/integration_test/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ source 'https://github.com/CocoaPods/Specs.git'

target 'integration_test' do
platform :ios, '10.0'
pod 'Firebase/Functions', '8.9.1'
pod 'Firebase/Auth', '8.9.1'
pod 'Firebase/Functions', '8.10.0'
pod 'Firebase/Auth', '8.10.0'
end

target 'integration_test_tvos' do
platform :tvos, '12.0'
pod 'Firebase/Functions', '8.9.1'
pod 'Firebase/Auth', '8.9.1'
pod 'Firebase/Functions', '8.10.0'
pod 'Firebase/Auth', '8.10.0'
end

post_install do |installer|
Expand Down
4 changes: 2 additions & 2 deletions installations/integration_test/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ platform :ios, '10.0'
# Firebase Installations test application.

target 'integration_test' do
pod 'Firebase/Analytics', '8.9.1'
pod 'Firebase/Installations', '8.9.1'
pod 'Firebase/Analytics', '8.10.0'
pod 'Firebase/Installations', '8.10.0'
end

post_install do |installer|
Expand Down
24 changes: 12 additions & 12 deletions ios_pod/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,19 @@ source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '10.0'

target 'GetPods' do
pod 'Firebase/Core', '8.9.1'
pod 'Firebase/Core', '8.10.0'

pod 'Google-Mobile-Ads-SDK', '7.69.0-cppsdk'
pod 'Firebase/Analytics', '8.9.1'
pod 'Firebase/Auth', '8.9.1'
pod 'Firebase/Crashlytics', '8.9.1'
pod 'Firebase/Database', '8.9.1'
pod 'Firebase/DynamicLinks', '8.9.1'
pod 'Firebase/Firestore', '8.9.1'
pod 'Firebase/Functions', '8.9.1'
pod 'Firebase/Installations', '8.9.1'
pod 'Firebase/Messaging', '8.9.1'
pod 'Firebase/RemoteConfig', '8.9.1'
pod 'Firebase/Storage', '8.9.1'
pod 'Firebase/Analytics', '8.10.0'
pod 'Firebase/Auth', '8.10.0'
pod 'Firebase/Crashlytics', '8.10.0'
pod 'Firebase/Database', '8.10.0'
pod 'Firebase/DynamicLinks', '8.10.0'
pod 'Firebase/Firestore', '8.10.0'
pod 'Firebase/Functions', '8.10.0'
pod 'Firebase/Installations', '8.10.0'
pod 'Firebase/Messaging', '8.10.0'
pod 'Firebase/RemoteConfig', '8.10.0'
pod 'Firebase/Storage', '8.10.0'

end
4 changes: 2 additions & 2 deletions messaging/integration_test/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ source 'https://github.com/CocoaPods/Specs.git'

target 'integration_test' do
platform :ios, '10.0'
pod 'Firebase/Messaging', '8.9.1'
pod 'Firebase/Messaging', '8.10.0'
end

target 'integration_test_tvos' do
platform :tvos, '12.0'
pod 'Firebase/Messaging', '8.9.1'
pod 'Firebase/Messaging', '8.10.0'
end

post_install do |installer|
Expand Down
Loading