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-simulator/GoogleUtilities.framework/Headers/GULAppEnvironmentUtil.h | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/frameworks/GoogleUtilities.xcframework/ios-arm64_x86_64-simulator/GoogleUtilities.framework/Headers/GULAppEnvironmentUtil.h b/frameworks/GoogleUtilities.xcframework/ios-arm64_x86_64-simulator/GoogleUtilities.framework/Headers/GULAppEnvironmentUtil.h index dbce363..6eea4a8 100644 --- a/frameworks/GoogleUtilities.xcframework/ios-arm64_x86_64-simulator/GoogleUtilities.framework/Headers/GULAppEnvironmentUtil.h +++ b/frameworks/GoogleUtilities.xcframework/ios-arm64_x86_64-simulator/GoogleUtilities.framework/Headers/GULAppEnvironmentUtil.h @@ -46,6 +46,13 @@ /// Indicates whether it is running inside an extension or an app. + (BOOL)isAppExtension; +/// Indicates whether it is running inside an app clip or a full app. ++ (BOOL)isAppClip; + +/// Indicates whether the current target supports background URL session uploads. +/// App extensions and app clips do not support background URL sessions. ++ (BOOL)supportsBackgroundURLSessionUploads; + /// @return An Apple platform. Possible values "ios", "tvos", "macos", "watchos", "maccatalyst", and /// "visionos". + (NSString *)applePlatform; -- Gitblit v1.8.0