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/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