From e2c4e3a250a8857c327b952288672d689320d563 Mon Sep 17 00:00:00 2001 From: lpw Date: Tue, 18 Mar 2025 09:03:34 +0800 Subject: [PATCH] 提交 4.4.0 --- frameworks/FBSDKGamingServicesKit.xcframework/ios-arm64_x86_64-maccatalyst/FBSDKGamingServicesKit.framework/Headers/FBSDKGamingServicesKit-Swift.h | 12 ++++++++++-- 1 files changed, 10 insertions(+), 2 deletions(-) diff --git a/frameworks/FBSDKGamingServicesKit.xcframework/ios-arm64_x86_64-maccatalyst/FBSDKGamingServicesKit.framework/Headers/FBSDKGamingServicesKit-Swift.h b/frameworks/FBSDKGamingServicesKit.xcframework/ios-arm64_x86_64-maccatalyst/FBSDKGamingServicesKit.framework/Headers/FBSDKGamingServicesKit-Swift.h index a489ec2..8dfc5c6 100644 --- a/frameworks/FBSDKGamingServicesKit.xcframework/ios-arm64_x86_64-maccatalyst/FBSDKGamingServicesKit.framework/Headers/FBSDKGamingServicesKit-Swift.h +++ b/frameworks/FBSDKGamingServicesKit.xcframework/ios-arm64_x86_64-maccatalyst/FBSDKGamingServicesKit.framework/Headers/FBSDKGamingServicesKit-Swift.h @@ -1,6 +1,6 @@ #if 0 #elif defined(__arm64__) && __arm64__ -// Generated by Apple Swift version 5.10 (swiftlang-5.10.0.13 clang-1500.3.9.4) +// Generated by Apple Swift version 6.0.3 effective-5.10 (swiftlang-6.0.3.1.10 clang-1600.0.30.1) #ifndef FBSDKGAMINGSERVICESKIT_SWIFT_H #define FBSDKGAMINGSERVICESKIT_SWIFT_H #pragma clang diagnostic push @@ -42,6 +42,8 @@ #include <string.h> #endif #if defined(__cplusplus) +#pragma clang diagnostic push +#pragma clang diagnostic ignored "-Wnon-modular-include-in-framework-module" #if defined(__arm64e__) && __has_include(<ptrauth.h>) # include <ptrauth.h> #else @@ -55,6 +57,7 @@ # endif #pragma clang diagnostic pop #endif +#pragma clang diagnostic pop #endif #if !defined(SWIFT_TYPEDEFS) @@ -293,6 +296,7 @@ #pragma clang diagnostic ignored "-Wunknown-pragmas" #pragma clang diagnostic ignored "-Wnullability" #pragma clang diagnostic ignored "-Wdollar-in-identifier-extension" +#pragma clang diagnostic ignored "-Wunsafe-buffer-usage" #if __has_attribute(external_source_symbol) # pragma push_macro("any") @@ -845,7 +849,7 @@ #endif #elif defined(__x86_64__) && __x86_64__ -// Generated by Apple Swift version 5.10 (swiftlang-5.10.0.13 clang-1500.3.9.4) +// Generated by Apple Swift version 6.0.3 effective-5.10 (swiftlang-6.0.3.1.10 clang-1600.0.30.1) #ifndef FBSDKGAMINGSERVICESKIT_SWIFT_H #define FBSDKGAMINGSERVICESKIT_SWIFT_H #pragma clang diagnostic push @@ -887,6 +891,8 @@ #include <string.h> #endif #if defined(__cplusplus) +#pragma clang diagnostic push +#pragma clang diagnostic ignored "-Wnon-modular-include-in-framework-module" #if defined(__arm64e__) && __has_include(<ptrauth.h>) # include <ptrauth.h> #else @@ -900,6 +906,7 @@ # endif #pragma clang diagnostic pop #endif +#pragma clang diagnostic pop #endif #if !defined(SWIFT_TYPEDEFS) @@ -1138,6 +1145,7 @@ #pragma clang diagnostic ignored "-Wunknown-pragmas" #pragma clang diagnostic ignored "-Wnullability" #pragma clang diagnostic ignored "-Wdollar-in-identifier-extension" +#pragma clang diagnostic ignored "-Wunsafe-buffer-usage" #if __has_attribute(external_source_symbol) # pragma push_macro("any") -- Gitblit v1.8.0