From 71fb9531f894366660eed5e852719c7cecdd41e7 Mon Sep 17 00:00:00 2001
From: lpw <812862340@qq.com>
Date: Sun, 28 Sep 2025 15:06:20 +0800
Subject: [PATCH] 提交版本 4.8.0
---
frameworks/FirebaseInstallations.xcframework/tvos-arm64/FirebaseInstallations.framework/Headers/FIRInstallationsErrors.h | 21 +++++++++++----------
1 files changed, 11 insertions(+), 10 deletions(-)
diff --git a/frameworks/FirebaseInstallations.xcframework/tvos-arm64/FirebaseInstallations.framework/Headers/FIRInstallationsErrors.h b/frameworks/FirebaseInstallations.xcframework/tvos-arm64/FirebaseInstallations.framework/Headers/FIRInstallationsErrors.h
index d0c3b99..939ca0a 100644
--- a/frameworks/FirebaseInstallations.xcframework/tvos-arm64/FirebaseInstallations.framework/Headers/FIRInstallationsErrors.h
+++ b/frameworks/FirebaseInstallations.xcframework/tvos-arm64/FirebaseInstallations.framework/Headers/FIRInstallationsErrors.h
@@ -16,19 +16,20 @@
#import <Foundation/Foundation.h>
-extern NSString *const kFirebaseInstallationsErrorDomain;
+extern NSString *const kFirebaseInstallationsErrorDomain NS_SWIFT_NAME(InstallationsErrorDomain);
-typedef NS_ENUM(NSUInteger, FIRInstallationsErrorCode) {
- /** Unknown error. See `userInfo` for details. */
- FIRInstallationsErrorCodeUnknown = 0,
+typedef NS_ERROR_ENUM(kFirebaseInstallationsErrorDomain, FIRInstallationsErrorCode){
+ /** Unknown error. See `userInfo` for details. */
+ FIRInstallationsErrorCodeUnknown = 0,
- /** Keychain error. See `userInfo` for details. */
- FIRInstallationsErrorCodeKeychain = 1,
+ /** Keychain error. See `userInfo` for details. */
+ FIRInstallationsErrorCodeKeychain = 1,
- /** Server unreachable. A network error or server is unavailable. See `userInfo` for details. */
- FIRInstallationsErrorCodeServerUnreachable = 2,
+ /** Server unreachable. A network error or server is unavailable. See `userInfo` for details. */
+ FIRInstallationsErrorCodeServerUnreachable = 2,
- /** FirebaseApp configuration issues e.g. invalid GMP-App-ID, etc. See `userInfo` for details. */
- FIRInstallationsErrorCodeInvalidConfiguration = 3,
+ /** FirebaseApp configuration issues e.g. invalid GMP-App-ID, etc. See `userInfo` for details.
+ */
+ FIRInstallationsErrorCodeInvalidConfiguration = 3,
} NS_SWIFT_NAME(InstallationsErrorCode);
--
Gitblit v1.8.0