From df1e8e61ffd4f44c1225b3d3808fab6516ba6e93 Mon Sep 17 00:00:00 2001 From: lpw Date: Tue, 15 Feb 2022 15:41:46 +0800 Subject: [PATCH] 3.9.7 --- frameworks/GoogleUtilities.xcframework/macos-arm64_x86_64/GoogleUtilities.framework/Headers/GULAppEnvironmentUtil.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/frameworks/GoogleUtilities.xcframework/macos-arm64_x86_64/GoogleUtilities.framework/Headers/GULAppEnvironmentUtil.h b/frameworks/GoogleUtilities.xcframework/macos-arm64_x86_64/GoogleUtilities.framework/Headers/GULAppEnvironmentUtil.h index d2bb935..72c46c2 100644 --- a/frameworks/GoogleUtilities.xcframework/macos-arm64_x86_64/GoogleUtilities.framework/Headers/GULAppEnvironmentUtil.h +++ b/frameworks/GoogleUtilities.xcframework/macos-arm64_x86_64/GoogleUtilities.framework/Headers/GULAppEnvironmentUtil.h @@ -47,7 +47,7 @@ "Always `YES` because only iOS 8 and higher supported. The method will be removed."); /// @return YES if Swift runtime detected in the app. -+ (BOOL)hasSwiftRuntime; ++ (BOOL)hasSwiftRuntime __deprecated; /// @return An Apple platform. Possible values "ios", "tvos", "macos", "watchos", "maccatalyst". + (NSString *)applePlatform; -- Gitblit v1.8.0