From 76f34560a3971bcd33123bd1a41eea0e1152dc0e Mon Sep 17 00:00:00 2001 From: lpw <812862340@qq.com> Date: Wed, 15 Jul 2026 09:36:09 +0800 Subject: [PATCH] 提交版本 4.13.0 --- frameworks/FirebaseCore.xcframework/tvos-arm64/FirebaseCore.framework/Headers/FIROptions.h | 20 +++++--------------- 1 files changed, 5 insertions(+), 15 deletions(-) diff --git a/frameworks/FirebaseCore.xcframework/tvos-arm64/FirebaseCore.framework/Headers/FIROptions.h b/frameworks/FirebaseCore.xcframework/tvos-arm64/FirebaseCore.framework/Headers/FIROptions.h index 14e60fc..31d1f05 100644 --- a/frameworks/FirebaseCore.xcframework/tvos-arm64/FirebaseCore.framework/Headers/FIROptions.h +++ b/frameworks/FirebaseCore.xcframework/tvos-arm64/FirebaseCore.framework/Headers/FIROptions.h @@ -50,11 +50,6 @@ @property(nonatomic, copy, nullable) NSString *clientID; /** - * Unused. - */ -@property(nonatomic, copy, nullable) NSString *trackingID DEPRECATED_ATTRIBUTE; - -/** * The Project Number from the Google Developer's console, for example @"012345678901", used to * configure Firebase Cloud Messaging. */ @@ -64,11 +59,6 @@ * The Project ID from the Firebase console, for example @"abc-xyz-123". */ @property(nonatomic, copy, nullable) NSString *projectID; - -/** - * Unused. - */ -@property(nonatomic, copy, nullable) NSString *androidClientID DEPRECATED_ATTRIBUTE; /** * The Google App ID that is used to uniquely identify an instance of an app. @@ -81,11 +71,6 @@ @property(nonatomic, copy, nullable) NSString *databaseURL; /** - * The URL scheme used to set up Durable Deep Link service. - */ -@property(nonatomic, copy, nullable) NSString *deepLinkURLScheme; - -/** * The Google Cloud Storage bucket name, e.g. @"abc-xyz-123.storage.firebase.com". */ @property(nonatomic, copy, nullable) NSString *storageBucket; @@ -98,6 +83,11 @@ @property(nonatomic, copy, nullable) NSString *appGroupID; /** + * The reCAPTCHA site key used by App Check. + */ +@property(nonatomic, copy, nullable) NSString *recaptchaSiteKey; + +/** * Initializes a customized instance of FirebaseOptions from the file at the given plist file path. * This will read the file synchronously from disk. * For example: -- Gitblit v1.8.0