From ad1dcdc0e165b639a2a8916c624ea03d7feac27d Mon Sep 17 00:00:00 2001
From: lpw <812862340@qq.com>
Date: Tue, 01 Jul 2025 15:29:08 +0800
Subject: [PATCH] 提交版本 4.5.0

---
 frameworks/FirebaseCore.xcframework/watchos-arm64_x86_64-simulator/FirebaseCore.framework/Headers/FIROptions.h |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/frameworks/FirebaseCore.xcframework/watchos-arm64_x86_64-simulator/FirebaseCore.framework/Headers/FIROptions.h b/frameworks/FirebaseCore.xcframework/watchos-arm64_x86_64-simulator/FirebaseCore.framework/Headers/FIROptions.h
index 8f8d945..14e60fc 100644
--- a/frameworks/FirebaseCore.xcframework/watchos-arm64_x86_64-simulator/FirebaseCore.framework/Headers/FIROptions.h
+++ b/frameworks/FirebaseCore.xcframework/watchos-arm64_x86_64-simulator/FirebaseCore.framework/Headers/FIROptions.h
@@ -102,12 +102,12 @@
  * This will read the file synchronously from disk.
  * For example:
  * ```swift
- *   if let path = Bundle.main.path(forResource:"GoogleServices-Info", ofType:"plist") {
+ *   if let path = Bundle.main.path(forResource:"GoogleService-Info", ofType:"plist") {
  *       let options = FirebaseOptions(contentsOfFile: path)
  *   }
  * ```
  * Note that it is not possible to customize `FirebaseOptions` for Firebase Analytics which expects
- * a static file named `GoogleServices-Info.plist` -
+ * a static file named `GoogleService-Info.plist` -
  * https://github.com/firebase/firebase-ios-sdk/issues/230.
  * Returns `nil` if the plist file does not exist or is invalid.
  */

--
Gitblit v1.8.0