lpw
20 hours ago ad1dcdc0e165b639a2a8916c624ea03d7feac27d
frameworks/GoogleUtilities.xcframework/macos-arm64_x86_64/GoogleUtilities.framework/Versions/A/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;