Skip to content

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 <[email protected]> Co-authored-by: Jon Simantov <[email protected]> Co-authored-by: a-maurice <[email protected]>
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}")

cpp_sdk_version.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"released": "11.6.0",
3-
"stable": "11.6.0",
4-
"head": "11.6.0"
2+
"released": "11.7.0",
3+
"stable": "11.7.0",
4+
"head": "11.7.0"
55
}

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

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

66
target 'integration_test' do
7-
pod 'Firebase/DynamicLinks', '10.17.0'
7+
pod 'Firebase/DynamicLinks', '10.19.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, '11.0'
7-
pod 'Firebase/Firestore', '10.17.0'
8-
pod 'Firebase/Auth', '10.17.0'
7+
pod 'Firebase/Firestore', '10.19.0'
8+
pod 'Firebase/Auth', '10.19.0'
99
end
1010

1111
target 'integration_test_tvos' do
1212
platform :tvos, '12.0'
13-
pod 'Firebase/Firestore', '10.17.0'
14-
pod 'Firebase/Auth', '10.17.0'
13+
pod 'Firebase/Firestore', '10.19.0'
14+
pod 'Firebase/Auth', '10.19.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, '11.0'
7-
pod 'Firebase/Firestore', '10.17.0'
8-
pod 'Firebase/Auth', '10.17.0'
7+
pod 'Firebase/Firestore', '10.19.0'
8+
pod 'Firebase/Auth', '10.19.0'
99
end
1010

1111
target 'integration_test_tvos' do
1212
platform :tvos, '12.0'
13-
pod 'Firebase/Firestore', '10.17.0'
14-
pod 'Firebase/Auth', '10.17.0'
13+
pod 'Firebase/Firestore', '10.19.0'
14+
pod 'Firebase/Auth', '10.19.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, '11.0'
7-
pod 'Firebase/Functions', '10.17.0'
8-
pod 'Firebase/Auth', '10.17.0'
7+
pod 'Firebase/Functions', '10.19.0'
8+
pod 'Firebase/Auth', '10.19.0'
99
end
1010

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

1717
post_install do |installer|

gma/integration_test/Podfile

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

66
target 'integration_test' do
7-
pod 'Firebase/CoreOnly', '10.17.0'
8-
pod 'Google-Mobile-Ads-SDK', '10.12.0'
7+
pod 'Firebase/CoreOnly', '10.19.0'
8+
pod 'Google-Mobile-Ads-SDK', '10.14.0'
99
pod 'GoogleUserMessagingPlatform', '2.1.0'
1010
end
1111

installations/integration_test/Podfile

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

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

1111
post_install do |installer|

ios_pod/Podfile

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -3,22 +3,22 @@ platform :ios, '11.0'
33
use_frameworks!
44

55
target 'GetPods' do
6-
pod 'Firebase/Core', '10.17.0'
6+
pod 'Firebase/Core', '10.19.0'
77

8-
pod 'Google-Mobile-Ads-SDK', '10.12.0'
8+
pod 'Google-Mobile-Ads-SDK', '10.14.0'
99
pod 'GoogleUserMessagingPlatform', '2.1.0'
10-
pod 'Firebase/Analytics', '10.17.0'
11-
pod 'Firebase/AppCheck', '10.17.0'
12-
pod 'Firebase/Auth', '10.17.0'
13-
pod 'Firebase/Crashlytics', '10.17.0'
14-
pod 'Firebase/Database', '10.17.0'
15-
pod 'Firebase/DynamicLinks', '10.17.0'
16-
pod 'Firebase/Firestore', '10.17.0'
17-
pod 'Firebase/Functions', '10.17.0'
18-
pod 'Firebase/Installations', '10.17.0'
19-
pod 'Firebase/Messaging', '10.17.0'
20-
pod 'Firebase/RemoteConfig', '10.17.0'
21-
pod 'Firebase/Storage', '10.17.0'
10+
pod 'Firebase/Analytics', '10.19.0'
11+
pod 'Firebase/AppCheck', '10.19.0'
12+
pod 'Firebase/Auth', '10.19.0'
13+
pod 'Firebase/Crashlytics', '10.19.0'
14+
pod 'Firebase/Database', '10.19.0'
15+
pod 'Firebase/DynamicLinks', '10.19.0'
16+
pod 'Firebase/Firestore', '10.19.0'
17+
pod 'Firebase/Functions', '10.19.0'
18+
pod 'Firebase/Installations', '10.19.0'
19+
pod 'Firebase/Messaging', '10.19.0'
20+
pod 'Firebase/RemoteConfig', '10.19.0'
21+
pod 'Firebase/Storage', '10.19.0'
2222

2323
end
2424

ios_pod/swift_headers/FirebaseAnalytics-Swift.h

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#if 0
22
#elif defined(__arm64__) && __arm64__
33
// Copyright 2023 Google LLC
4-
// Copied from Firebase iOS SDK 10.17.0.
4+
// Copied from Firebase iOS SDK 10.19.0.
55

66
// Generated by Apple Swift version 5.7.1 (swiftlang-5.7.1.135.3
77
// clang-1400.0.29.51)
@@ -267,12 +267,12 @@ using UInt = size_t;
267267
#if __has_attribute(external_source_symbol)
268268
#pragma push_macro("any")
269269
#undef any
270-
#pragma clang attribute push( \
271-
__attribute__((external_source_symbol( \
272-
language = "Swift", defined_in = "FirebaseAnalytics", \
273-
generated_declaration))), \
274-
apply_to = any(function, enum, objc_interface, objc_category, \
275-
objc_protocol))
270+
#pragma clang attribute push( \
271+
__attribute__((external_source_symbol(language = "Swift", \
272+
defined_in = "FirebaseAnalytics", \
273+
generated_declaration))), \
274+
apply_to = \
275+
any(function, enum, objc_interface, objc_category, objc_protocol))
276276
#pragma pop_macro("any")
277277
#endif
278278

@@ -289,7 +289,7 @@ using UInt = size_t;
289289

290290
#elif defined(__x86_64__) && __x86_64__
291291
// Copyright 2023 Google LLC
292-
// Copied from Firebase iOS SDK 10.17.0.
292+
// Copied from Firebase iOS SDK 10.19.0.
293293

294294
// Generated by Apple Swift version 5.7.1 (swiftlang-5.7.1.135.3
295295
// clang-1400.0.29.51)
@@ -555,12 +555,12 @@ using UInt = size_t;
555555
#if __has_attribute(external_source_symbol)
556556
#pragma push_macro("any")
557557
#undef any
558-
#pragma clang attribute push( \
559-
__attribute__((external_source_symbol( \
560-
language = "Swift", defined_in = "FirebaseAnalytics", \
561-
generated_declaration))), \
562-
apply_to = any(function, enum, objc_interface, objc_category, \
563-
objc_protocol))
558+
#pragma clang attribute push( \
559+
__attribute__((external_source_symbol(language = "Swift", \
560+
defined_in = "FirebaseAnalytics", \
561+
generated_declaration))), \
562+
apply_to = \
563+
any(function, enum, objc_interface, objc_category, objc_protocol))
564564
#pragma pop_macro("any")
565565
#endif
566566

ios_pod/swift_headers/FirebaseAnalyticsSwift-Swift.h

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -267,12 +267,12 @@ using UInt = size_t;
267267
#if __has_attribute(external_source_symbol)
268268
#pragma push_macro("any")
269269
#undef any
270-
#pragma clang attribute push( \
271-
__attribute__((external_source_symbol( \
272-
language = "Swift", defined_in = "FirebaseAnalyticsSwift", \
273-
generated_declaration))), \
274-
apply_to = any(function, enum, objc_interface, objc_category, \
275-
objc_protocol))
270+
#pragma clang attribute push( \
271+
__attribute__((external_source_symbol( \
272+
language = "Swift", defined_in = "FirebaseAnalyticsSwift", \
273+
generated_declaration))), \
274+
apply_to = \
275+
any(function, enum, objc_interface, objc_category, objc_protocol))
276276
#pragma pop_macro("any")
277277
#endif
278278

@@ -554,12 +554,12 @@ using UInt = size_t;
554554
#if __has_attribute(external_source_symbol)
555555
#pragma push_macro("any")
556556
#undef any
557-
#pragma clang attribute push( \
558-
__attribute__((external_source_symbol( \
559-
language = "Swift", defined_in = "FirebaseAnalyticsSwift", \
560-
generated_declaration))), \
561-
apply_to = any(function, enum, objc_interface, objc_category, \
562-
objc_protocol))
557+
#pragma clang attribute push( \
558+
__attribute__((external_source_symbol( \
559+
language = "Swift", defined_in = "FirebaseAnalyticsSwift", \
560+
generated_declaration))), \
561+
apply_to = \
562+
any(function, enum, objc_interface, objc_category, objc_protocol))
563563
#pragma pop_macro("any")
564564
#endif
565565

0 commit comments

Comments
 (0)