Skip to content

Commit c6ba25c

Browse files
firebase-workflow-trigger[bot]firebase-workflow-trigger-botCynthia Jianga-maurice
authored
Update iOS dependencies - Mon Oct 10 2022 (#1104)
* Update iOS dependencies - Mon Oct 10 2022 ### iOS - Firebase/Analytics → 10.0.0 - Firebase/Auth → 10.0.0 - Firebase/Core → 10.0.0 - Firebase/Crashlytics → 10.0.0 - Firebase/Database → 10.0.0 - Firebase/DynamicLinks → 10.0.0 - Firebase/Firestore → 10.0.0 - Firebase/Functions → 10.0.0 - Firebase/Installations → 10.0.0 - Firebase/Messaging → 10.0.0 - Firebase/RemoteConfig → 10.0.0 - Firebase/Storage → 10.0.0 > Created by [Update Android and iOS dependencies workflow](https://github.com/firebase/firebase-cpp-sdk/actions/runs/3222063557). * Manuall tune some changes * update GMA integration test * admob integration pod version revert * test admob GMA cpp sdk * Update the iOS deployment targets to 11 * Remove workarounds from the firestore patch * revert the stagingspec for admob * update readme Co-authored-by: firebase-workflow-trigger-bot <[email protected]> Co-authored-by: Cynthia Jiang <[email protected]> Co-authored-by: a-maurice <[email protected]>
1 parent 3f79c78 commit c6ba25c

File tree

47 files changed

+175
-236
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

47 files changed

+175
-236
lines changed

admob/integration_test/Podfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
source 'https://github.com/CocoaPods/Specs.git'
2-
platform :ios, '10.0'
2+
platform :ios, '11.0'
33
# Firebase AdMob test application.
44
use_frameworks! :linkage => :static
55

66
target 'integration_test' do
7-
pod 'Firebase/Analytics', '9.6.0'
8-
pod 'Google-Mobile-Ads-SDK', '7.69.0-cppsdk2'
7+
pod 'Firebase/Analytics', '10.0.0'
8+
pod 'Google-Mobile-Ads-SDK', '7.69.0-cppsdk3'
99
end
1010

1111
post_install do |installer|

admob/integration_test/integration_test.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@
242242
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
243243
GCC_WARN_UNUSED_FUNCTION = YES;
244244
GCC_WARN_UNUSED_VARIABLE = YES;
245-
IPHONEOS_DEPLOYMENT_TARGET = 10.0;
245+
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
246246
MTL_ENABLE_DEBUG_INFO = YES;
247247
ONLY_ACTIVE_ARCH = YES;
248248
SDKROOT = iphoneos;
@@ -279,7 +279,7 @@
279279
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
280280
GCC_WARN_UNUSED_FUNCTION = YES;
281281
GCC_WARN_UNUSED_VARIABLE = YES;
282-
IPHONEOS_DEPLOYMENT_TARGET = 10.0;
282+
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
283283
MTL_ENABLE_DEBUG_INFO = NO;
284284
SDKROOT = iphoneos;
285285
TARGETED_DEVICE_FAMILY = "1,2";

analytics/integration_test/Podfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
source 'https://github.com/CocoaPods/Specs.git'
2-
platform :ios, '10.0'
2+
platform :ios, '11.0'
33
# Firebase Analytics test application.
44
use_frameworks! :linkage => :static
55

66
target 'integration_test' do
7-
platform :ios, '10.0'
8-
pod 'Firebase/Analytics', '9.6.0'
7+
platform :ios, '11.0'
8+
pod 'Firebase/Analytics', '10.0.0'
99
end
1010

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

1616
post_install do |installer|

analytics/integration_test/integration_test.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -407,7 +407,7 @@
407407
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
408408
GCC_WARN_UNUSED_FUNCTION = YES;
409409
GCC_WARN_UNUSED_VARIABLE = YES;
410-
IPHONEOS_DEPLOYMENT_TARGET = 10.0;
410+
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
411411
MTL_ENABLE_DEBUG_INFO = YES;
412412
ONLY_ACTIVE_ARCH = YES;
413413
SDKROOT = iphoneos;
@@ -444,7 +444,7 @@
444444
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
445445
GCC_WARN_UNUSED_FUNCTION = YES;
446446
GCC_WARN_UNUSED_VARIABLE = YES;
447-
IPHONEOS_DEPLOYMENT_TARGET = 10.0;
447+
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
448448
MTL_ENABLE_DEBUG_INFO = NO;
449449
SDKROOT = iphoneos;
450450
TARGETED_DEVICE_FAMILY = "1,2";

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.6.0.
3+
// Copied from Firebase Analytics iOS SDK 10.0.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.6.0.
3+
// Copied from Firebase Analytics iOS SDK 10.0.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.6.0.
3+
// Copied from Firebase Analytics iOS SDK 10.0.0.
44

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

app/integration_test/Podfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
source 'https://github.com/CocoaPods/Specs.git'
2-
platform :ios, '10.0'
2+
platform :ios, '11.0'
33
# Firebase App test application.
44
use_frameworks! :linkage => :static
55

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

1010
post_install do |installer|

app/integration_test/integration_test.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@
242242
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
243243
GCC_WARN_UNUSED_FUNCTION = YES;
244244
GCC_WARN_UNUSED_VARIABLE = YES;
245-
IPHONEOS_DEPLOYMENT_TARGET = 10.0;
245+
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
246246
MTL_ENABLE_DEBUG_INFO = YES;
247247
ONLY_ACTIVE_ARCH = YES;
248248
SDKROOT = iphoneos;
@@ -279,7 +279,7 @@
279279
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
280280
GCC_WARN_UNUSED_FUNCTION = YES;
281281
GCC_WARN_UNUSED_VARIABLE = YES;
282-
IPHONEOS_DEPLOYMENT_TARGET = 10.0;
282+
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
283283
MTL_ENABLE_DEBUG_INFO = NO;
284284
SDKROOT = iphoneos;
285285
TARGETED_DEVICE_FAMILY = "1,2";

auth/integration_test/Podfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@ source 'https://github.com/CocoaPods/Specs.git'
33
use_frameworks! :linkage => :static
44

55
target 'integration_test' do
6-
platform :ios, '10.0'
7-
pod 'Firebase/Auth', '9.6.0'
6+
platform :ios, '11.0'
7+
pod 'Firebase/Auth', '10.0.0'
88
end
99

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

1515
post_install do |installer|

0 commit comments

Comments
 (0)