Skip to content

Commit 3f32415

Browse files
firebase-workflow-trigger[bot]firebase-workflow-trigger-bota-maurice
authored
Update iOS dependencies - Tue May 23 2023 (#1329)
* Update iOS dependencies - Tue May 23 2023 ### iOS - Firebase/Analytics → 10.10.0 - Firebase/AppCheck → 10.10.0 - Firebase/Auth → 10.10.0 - Firebase/Core → 10.10.0 - Firebase/Crashlytics → 10.10.0 - Firebase/Database → 10.10.0 - Firebase/DynamicLinks → 10.10.0 - Firebase/Firestore → 10.10.0 - Firebase/Functions → 10.10.0 - Firebase/Installations → 10.10.0 - Firebase/Messaging → 10.10.0 - Firebase/RemoteConfig → 10.10.0 - Firebase/Storage → 10.10.0 - Google-Mobile-Ads-SDK → 10.5.0 > Created by [Update Android and iOS dependencies workflow](https://github.com/firebase/firebase-cpp-sdk/actions/runs/5062397488). * Make format_code ignore the copied swift headers --------- Co-authored-by: firebase-workflow-trigger-bot <[email protected]> Co-authored-by: a-maurice <[email protected]>
1 parent 8f8718b commit 3f32415

File tree

32 files changed

+163
-107
lines changed

32 files changed

+163
-107
lines changed

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.9.0'
8+
pod 'Firebase/Analytics', '10.10.0'
99
end
1010

1111
target 'integration_test_tvos' do
1212
platform :tvos, '12.0'
13-
pod 'Firebase/Analytics', '10.9.0'
13+
pod 'Firebase/Analytics', '10.10.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.9.0.
3+
// Copied from Firebase Analytics iOS SDK 10.10.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.9.0.
3+
// Copied from Firebase Analytics iOS SDK 10.10.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.9.0.
3+
// Copied from Firebase Analytics iOS SDK 10.10.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.9.0'
7+
pod 'Firebase/Analytics', '10.10.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.9.0'
8-
pod 'Firebase/Database', '10.9.0'
9-
pod 'Firebase/Auth', '10.9.0'
10-
pod 'Firebase/Storage', '10.9.0'
11-
pod 'Firebase/Functions', '10.9.0'
7+
pod 'Firebase/AppCheck', '10.10.0'
8+
pod 'Firebase/Database', '10.10.0'
9+
pod 'Firebase/Auth', '10.10.0'
10+
pod 'Firebase/Storage', '10.10.0'
11+
pod 'Firebase/Functions', '10.10.0'
1212
end
1313

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

2323
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 @@ use_frameworks! :linkage => :static
44

55
target 'integration_test' do
66
platform :ios, '11.0'
7-
pod 'Firebase/Auth', '10.9.0'
7+
pod 'Firebase/Auth', '10.10.0'
88
end
99

1010
target 'integration_test_tvos' do
1111
platform :tvos, '12.0'
12-
pod 'Firebase/Auth', '10.9.0'
12+
pod 'Firebase/Auth', '10.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
@@ -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 release-10.9.0-with-patch)
23+
set(version CocoaPods-10.10.0)
2424

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

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.9.0'
8-
pod 'Firebase/Auth', '10.9.0'
7+
pod 'Firebase/Database', '10.10.0'
8+
pod 'Firebase/Auth', '10.10.0'
99
end
1010

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

66
target 'integration_test' do
7-
pod 'Firebase/DynamicLinks', '10.9.0'
7+
pod 'Firebase/DynamicLinks', '10.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 @@ use_frameworks! :linkage => :static
44

55
target 'integration_test' do
66
platform :ios, '11.0'
7-
pod 'Firebase/Firestore', '10.9.0'
8-
pod 'Firebase/Auth', '10.9.0'
7+
pod 'Firebase/Firestore', '10.10.0'
8+
pod 'Firebase/Auth', '10.10.0'
99
end
1010

1111
target 'integration_test_tvos' do
1212
platform :tvos, '12.0'
13-
pod 'Firebase/Firestore', '10.9.0'
14-
pod 'Firebase/Auth', '10.9.0'
13+
pod 'Firebase/Firestore', '10.10.0'
14+
pod 'Firebase/Auth', '10.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 @@ use_frameworks! :linkage => :static
44

55
target 'integration_test' do
66
platform :ios, '11.0'
7-
pod 'Firebase/Firestore', '10.9.0'
8-
pod 'Firebase/Auth', '10.9.0'
7+
pod 'Firebase/Firestore', '10.10.0'
8+
pod 'Firebase/Auth', '10.10.0'
99
end
1010

1111
target 'integration_test_tvos' do
1212
platform :tvos, '12.0'
13-
pod 'Firebase/Firestore', '10.9.0'
14-
pod 'Firebase/Auth', '10.9.0'
13+
pod 'Firebase/Firestore', '10.10.0'
14+
pod 'Firebase/Auth', '10.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 @@ use_frameworks! :linkage => :static
44

55
target 'integration_test' do
66
platform :ios, '11.0'
7-
pod 'Firebase/Functions', '10.9.0'
8-
pod 'Firebase/Auth', '10.9.0'
7+
pod 'Firebase/Functions', '10.10.0'
8+
pod 'Firebase/Auth', '10.10.0'
99
end
1010

1111
target 'integration_test_tvos' do
1212
platform :tvos, '12.0'
13-
pod 'Firebase/Functions', '10.9.0'
14-
pod 'Firebase/Auth', '10.9.0'
13+
pod 'Firebase/Functions', '10.10.0'
14+
pod 'Firebase/Auth', '10.10.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/Analytics', '10.9.0'
8-
pod 'Google-Mobile-Ads-SDK', '10.4.0'
7+
pod 'Firebase/Analytics', '10.10.0'
8+
pod 'Google-Mobile-Ads-SDK', '10.5.0'
99
end
1010

1111
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, '11.0'
44
use_frameworks! :linkage => :static
55

66
target 'integration_test' do
7-
pod 'Firebase/Analytics', '10.9.0'
8-
pod 'Firebase/Installations', '10.9.0'
7+
pod 'Firebase/Analytics', '10.10.0'
8+
pod 'Firebase/Installations', '10.10.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,20 +3,20 @@ platform :ios, '11.0'
33
use_frameworks!
44

55
target 'GetPods' do
6-
pod 'Firebase/Core', '10.9.0'
6+
pod 'Firebase/Core', '10.10.0'
77

8-
pod 'Google-Mobile-Ads-SDK', '10.4.0'
9-
pod 'Firebase/Analytics', '10.9.0'
10-
pod 'Firebase/AppCheck', '10.9.0'
11-
pod 'Firebase/Auth', '10.9.0'
12-
pod 'Firebase/Crashlytics', '10.9.0'
13-
pod 'Firebase/Database', '10.9.0'
14-
pod 'Firebase/DynamicLinks', '10.9.0'
15-
pod 'Firebase/Firestore', '10.9.0'
16-
pod 'Firebase/Functions', '10.9.0'
17-
pod 'Firebase/Installations', '10.9.0'
18-
pod 'Firebase/Messaging', '10.9.0'
19-
pod 'Firebase/RemoteConfig', '10.9.0'
20-
pod 'Firebase/Storage', '10.9.0'
8+
pod 'Google-Mobile-Ads-SDK', '10.5.0'
9+
pod 'Firebase/Analytics', '10.10.0'
10+
pod 'Firebase/AppCheck', '10.10.0'
11+
pod 'Firebase/Auth', '10.10.0'
12+
pod 'Firebase/Crashlytics', '10.10.0'
13+
pod 'Firebase/Database', '10.10.0'
14+
pod 'Firebase/DynamicLinks', '10.10.0'
15+
pod 'Firebase/Firestore', '10.10.0'
16+
pod 'Firebase/Functions', '10.10.0'
17+
pod 'Firebase/Installations', '10.10.0'
18+
pod 'Firebase/Messaging', '10.10.0'
19+
pod 'Firebase/RemoteConfig', '10.10.0'
20+
pod 'Firebase/Storage', '10.10.0'
2121

2222
end

ios_pod/swift_headers/FirebaseAnalyticsSwift-Swift.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Copyright 2023 Google LLC
2-
// Copied from Firebase iOS SDK 10.9.0.
2+
// Copied from Firebase iOS SDK 10.10.0.
33

44
// Generated by Apple Swift version 5.6 (swiftlang-5.6.0.323.62
55
// clang-1316.0.20.8)

ios_pod/swift_headers/FirebaseCoreInternal-Swift.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Copyright 2023 Google LLC
2-
// Copied from Firebase iOS SDK 10.9.0.
2+
// Copied from Firebase iOS SDK 10.10.0.
33

44
// Generated by Apple Swift version 5.6 (swiftlang-5.6.0.323.62 clang-1316.0.20.8)
55
#ifndef FIREBASECOREINTERNAL_SWIFT_H

ios_pod/swift_headers/FirebaseDatabaseSwift-Swift.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Copyright 2023 Google LLC
2-
// Copied from Firebase iOS SDK 10.9.0.
2+
// Copied from Firebase iOS SDK 10.10.0.
33

44
// Generated by Apple Swift version 5.6 (swiftlang-5.6.0.323.62
55
// clang-1316.0.20.8)

ios_pod/swift_headers/FirebaseFirestoreSwift-Swift.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Copyright 2023 Google LLC
2-
// Copied from Firebase iOS SDK 10.9.0.
2+
// Copied from Firebase iOS SDK 10.10.0.
33

44
// Generated by Apple Swift version 5.6 (swiftlang-5.6.0.323.62
55
// clang-1316.0.20.8)

ios_pod/swift_headers/FirebaseFunctions-Swift.h

Lines changed: 48 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Copyright 2023 Google LLC
2-
// Copied from Firebase iOS SDK 10.9.0.
2+
// Copied from Firebase iOS SDK 10.10.0.
33

44
// Generated by Apple Swift version 5.6 (swiftlang-5.6.0.323.62 clang-1316.0.20.8)
55
#ifndef FIREBASEFUNCTIONS_SWIFT_H
@@ -231,6 +231,7 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));
231231
@class FIRApp;
232232
@class NSString;
233233
@class FIRHTTPSCallable;
234+
@class FIRHTTPSCallableOptions;
234235
@class NSURL;
235236

236237
/// <code>Functions</code> is the client for Cloud Functions for a Firebase project.
@@ -294,9 +295,40 @@ SWIFT_CLASS_NAMED("Functions")
294295
/// Creates a reference to the Callable HTTPS trigger with the given name.
295296
/// \param name The name of the Callable HTTPS trigger.
296297
///
298+
///
299+
/// returns:
300+
/// A reference to a Callable HTTPS trigger.
301+
- (FIRHTTPSCallable* _Nonnull)HTTPSCallableWithName:(NSString* _Nonnull)name
302+
SWIFT_WARN_UNUSED_RESULT;
303+
/// Creates a reference to the Callable HTTPS trigger with the given name and configuration options.
304+
/// \param name The name of the Callable HTTPS trigger.
305+
///
306+
/// \param options The options with which to customize the Callable HTTPS trigger.
307+
///
308+
///
309+
/// returns:
310+
/// A reference to a Callable HTTPS trigger.
297311
- (FIRHTTPSCallable* _Nonnull)HTTPSCallableWithName:(NSString* _Nonnull)name
312+
options:(FIRHTTPSCallableOptions* _Nonnull)options
298313
SWIFT_WARN_UNUSED_RESULT;
314+
/// Creates a reference to the Callable HTTPS trigger with the given name.
315+
/// \param url The URL of the Callable HTTPS trigger.
316+
///
317+
///
318+
/// returns:
319+
/// A reference to a Callable HTTPS trigger.
299320
- (FIRHTTPSCallable* _Nonnull)HTTPSCallableWithURL:(NSURL* _Nonnull)url SWIFT_WARN_UNUSED_RESULT;
321+
/// Creates a reference to the Callable HTTPS trigger with the given name and configuration options.
322+
/// \param url The URL of the Callable HTTPS trigger.
323+
///
324+
/// \param options The options with which to customize the Callable HTTPS trigger.
325+
///
326+
///
327+
/// returns:
328+
/// A reference to a Callable HTTPS trigger.
329+
- (FIRHTTPSCallable* _Nonnull)HTTPSCallableWithURL:(NSURL* _Nonnull)url
330+
options:(FIRHTTPSCallableOptions* _Nonnull)options
331+
SWIFT_WARN_UNUSED_RESULT;
300332
/// Changes this instance to point to a Cloud Functions emulator running locally.
301333
/// See https://firebase.google.com/docs/functions/local-emulator
302334
/// \param host The host of the local emulator, such as “localhost”.
@@ -417,6 +449,21 @@ SWIFT_CLASS_NAMED("HTTPSCallable")
417449
+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable");
418450
@end
419451

452+
/// Configuration options for a <code>HTTPSCallable</code> instance.
453+
SWIFT_CLASS_NAMED("HTTPSCallableOptions")
454+
@interface FIRHTTPSCallableOptions : NSObject
455+
/// Whether or not to protect the callable function with a limited-use App Check token.
456+
@property(nonatomic, readonly) BOOL requireLimitedUseAppCheckTokens;
457+
/// Designated intializer.
458+
/// \param requireLimitedUseAppCheckTokens A boolean used to decide whether or not to
459+
/// protect the callable function with a limited use App Check token.
460+
///
461+
- (nonnull instancetype)initWithRequireLimitedUseAppCheckTokens:
462+
(BOOL)requireLimitedUseAppCheckTokens OBJC_DESIGNATED_INITIALIZER;
463+
- (nonnull instancetype)init SWIFT_UNAVAILABLE;
464+
+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable");
465+
@end
466+
420467
/// A <code>HTTPSCallableResult</code> contains the result of calling a <code>HTTPSCallable</code>.
421468
SWIFT_CLASS_NAMED("HTTPSCallableResult")
422469
@interface FIRHTTPSCallableResult : NSObject

ios_pod/swift_headers/FirebaseInAppMessagingSwift-Swift.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Copyright 2023 Google LLC
2-
// Copied from Firebase iOS SDK 10.9.0.
2+
// Copied from Firebase iOS SDK 10.10.0.
33

44
// Generated by Apple Swift version 5.6 (swiftlang-5.6.0.323.62
55
// clang-1316.0.20.8)

ios_pod/swift_headers/FirebaseMLModelDownloader-Swift.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Copyright 2023 Google LLC
2-
// Copied from Firebase iOS SDK 10.9.0.
2+
// Copied from Firebase iOS SDK 10.10.0.
33

44
// Generated by Apple Swift version 5.6 (swiftlang-5.6.0.323.62
55
// clang-1316.0.20.8)

ios_pod/swift_headers/FirebaseRemoteConfigSwift-Swift.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Copyright 2023 Google LLC
2-
// Copied from Firebase iOS SDK 10.9.0.
2+
// Copied from Firebase iOS SDK 10.10.0.
33

44
// Generated by Apple Swift version 5.6 (swiftlang-5.6.0.323.62
55
// clang-1316.0.20.8)

ios_pod/swift_headers/FirebaseSharedSwift-Swift.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Copyright 2023 Google LLC
2-
// Copied from Firebase iOS SDK 10.9.0.
2+
// Copied from Firebase iOS SDK 10.10.0.
33

44
// Generated by Apple Swift version 5.6 (swiftlang-5.6.0.323.62
55
// clang-1316.0.20.8)

ios_pod/swift_headers/FirebaseStorage-Swift.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Copyright 2023 Google LLC
2-
// Copied from Firebase iOS SDK 10.9.0.
2+
// Copied from Firebase iOS SDK 10.10.0.
33

44
// Generated by Apple Swift version 5.6 (swiftlang-5.6.0.323.62 clang-1316.0.20.8)
55
#ifndef FIREBASESTORAGE_SWIFT_H

ios_pod/swift_headers/SwiftProtobuf-Swift.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Copyright 2023 Google LLC
2-
// Copied from Firebase iOS SDK 10.9.0.
2+
// Copied from Firebase iOS SDK 10.10.0.
33

44
// Generated by Apple Swift version 5.6 (swiftlang-5.6.0.323.62
55
// clang-1316.0.20.8)

0 commit comments

Comments
 (0)