From 14dac3416fa64cec3ca6523835297bf7a4d7d9bd Mon Sep 17 00:00:00 2001 From: lpw Date: Mon, 24 Jun 2024 17:03:59 +0800 Subject: [PATCH] 提交4.0.0 --- frameworks/FBSDKLoginKit.xcframework/ios-arm64_x86_64-maccatalyst/FBSDKLoginKit.framework/Modules/module.modulemap | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/frameworks/FBSDKLoginKit.xcframework/ios-arm64_x86_64-maccatalyst/FBSDKLoginKit.framework/Modules/module.modulemap b/frameworks/FBSDKLoginKit.xcframework/ios-arm64_x86_64-maccatalyst/FBSDKLoginKit.framework/Modules/module.modulemap index de53eb2..75e5860 100644 --- a/frameworks/FBSDKLoginKit.xcframework/ios-arm64_x86_64-maccatalyst/FBSDKLoginKit.framework/Modules/module.modulemap +++ b/frameworks/FBSDKLoginKit.xcframework/ios-arm64_x86_64-maccatalyst/FBSDKLoginKit.framework/Modules/module.modulemap @@ -6,6 +6,6 @@ } module FBSDKLoginKit.Swift { - header "FBSDKLoginKit-Swift.h" - requires objc + header "FBSDKLoginKit-Swift.h" + requires objc } -- Gitblit v1.8.0