Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 5397459

Browse files
firebase-workflow-trigger[bot]firebase-workflow-trigger-botjonsimantova-maurice
authored
Update iOS dependencies - Wed Dec 13 2023 (#1502)
* Update iOS dependencies - Wed Dec 13 2023 ### iOS - Firebase/Analytics → 10.19.0 - Firebase/AppCheck → 10.19.0 - Firebase/Auth → 10.19.0 - Firebase/Core → 10.19.0 - Firebase/CoreOnly → 10.19.0 - Firebase/Crashlytics → 10.19.0 - Firebase/Database → 10.19.0 - Firebase/DynamicLinks → 10.19.0 - Firebase/Firestore → 10.19.0 - Firebase/Functions → 10.19.0 - Firebase/Installations → 10.19.0 - Firebase/Messaging → 10.19.0 - Firebase/RemoteConfig → 10.19.0 - Firebase/Storage → 10.19.0 - Google-Mobile-Ads-SDK → 10.14.0 > Created by [Update Android and iOS dependencies workflow](https://github.com/firebase/firebase-cpp-sdk/actions/runs/7190631540). * Add the GAC Debug key for AppCheck * Try python version 3.8. * Format code. * Remove VIVO 1901 device for now, as it requires a gmscore update. * Update version numbers in readme. --------- Co-authored-by: firebase-workflow-trigger-bot <firebase-workflow-trigger-bot@google.com> Co-authored-by: Jon Simantov <jsimantov@google.com> Co-authored-by: a-maurice <amaurice@google.com>
1 parent 08f43f1 commit 5397459

File tree

42 files changed

+350
-351
lines changed

Some content is hidden

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

42 files changed

+350
-351
lines changed

‎.github/workflows/integration_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ env:
4646
triggerLabelPrefix: "tests-requested: "
4747
triggerLabelFull: "tests-requested: full"
4848
triggerLabelQuick: "tests-requested: quick"
49-
pythonVersion: '3.7'
49+
pythonVersion: '3.8'
5050
xcodeVersion: '14.1'
5151
artifactRetentionDays: 2
5252
GITHUB_TOKEN: ${{ github.token }}

‎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, '11.0'
8-
pod 'Firebase/Analytics', '10.17.0'
8+
pod 'Firebase/Analytics', '10.19.0'
99
end
1010

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

3-
// Copied from Firebase Analytics iOS SDK 10.16.0.
3+
// Copied from Firebase Analytics iOS SDK 10.19.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 2023 Google LLC
22

3-
// Copied from Firebase Analytics iOS SDK 10.16.0.
3+
// Copied from Firebase Analytics iOS SDK 10.19.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 2023 Google LLC
22

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

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

1010
post_install do |installer|

‎app_check/integration_test/Podfile

Lines changed: 10 additions & 10 deletions
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, '11.0'
7-
pod 'Firebase/AppCheck', '10.17.0'
8-
pod 'Firebase/Database', '10.17.0'
9-
pod 'Firebase/Auth', '10.17.0'
10-
pod 'Firebase/Storage', '10.17.0'
11-
pod 'Firebase/Functions', '10.17.0'
7+
pod 'Firebase/AppCheck', '10.19.0'
8+
pod 'Firebase/Database', '10.19.0'
9+
pod 'Firebase/Auth', '10.19.0'
10+
pod 'Firebase/Storage', '10.19.0'
11+
pod 'Firebase/Functions', '10.19.0'
1212
end
1313

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

2323
post_install do |installer|

‎app_check/src/ios/debug_provider_ios.mm

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,9 @@
2828
namespace app_check {
2929
namespace internal {
3030

31-
// The key used by the iOS SDK to get the debug token from.
31+
// The keys used by the iOS SDK to get the debug token from.
3232
static NSString* const kDebugTokenUserDefaultsKey = @"FIRAAppCheckDebugToken";
33+
static NSString* const kGACDebugTokenUserDefaultsKey = @"GACAppCheckDebugToken";
3334

3435
class DebugAppCheckProvider : public AppCheckProvider {
3536
public:
@@ -92,6 +93,8 @@ virtual void GetToken(
9293
// Write to the same location that the iOS SDK will read from.
9394
NSString* token_string = (!token.empty()) ? util::StringToNSString(token) : nullptr;
9495
[[NSUserDefaults standardUserDefaults] setObject:token_string forKey:kDebugTokenUserDefaultsKey];
96+
[[NSUserDefaults standardUserDefaults] setObject:token_string
97+
forKey:kGACDebugTokenUserDefaultsKey];
9598
}
9699

97100
} // namespace internal

‎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, '11.0'
7-
pod 'Firebase/Auth', '10.17.0'
7+
pod 'Firebase/Auth', '10.19.0'
88
end
99

1010
target 'integration_test_tvos' do
1111
platform :tvos, '12.0'
12-
pod 'Firebase/Auth', '10.17.0'
12+
pod 'Firebase/Auth', '10.19.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-10.17.0)
23+
set(version CocoaPods-10.19.0)
2424

2525
function(GetReleasedDep)
2626
message("Getting released firebase-ios-sdk @ ${version}")

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /