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/GoogleUtilities.xcframework/ios-arm64_x86_64-maccatalyst/GoogleUtilities.framework/Versions/A/Headers/GULLogger.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/frameworks/GoogleUtilities.xcframework/ios-arm64_x86_64-maccatalyst/GoogleUtilities.framework/Versions/A/Headers/GULLogger.h b/frameworks/GoogleUtilities.xcframework/ios-arm64_x86_64-maccatalyst/GoogleUtilities.framework/Versions/A/Headers/GULLogger.h
index 30cc800..6702219 100644
--- a/frameworks/GoogleUtilities.xcframework/ios-arm64_x86_64-maccatalyst/GoogleUtilities.framework/Versions/A/Headers/GULLogger.h
+++ b/frameworks/GoogleUtilities.xcframework/ios-arm64_x86_64-maccatalyst/GoogleUtilities.framework/Versions/A/Headers/GULLogger.h
@@ -151,7 +151,7 @@
/// three-character service identifier and a six digit integer message ID that is unique within
/// the service. An example of the message code is @"I-COR000001".
/// - message: The message to log, which may be a format string.
-/// - arguments: The variable arguments list obtained from calling va_start, used when message is
+/// - args: The variable arguments list obtained from calling va_start, used when message is
/// a format string; optional if `message` is not a format string.
+ (void)logWithLevel:(GULLoggerLevel)level
subsystem:(NSString *)subsystem
--
Gitblit v1.8.0