From 4602fc5e415d104a9bd7983597b893bba32b1354 Mon Sep 17 00:00:00 2001 From: lpw Date: Tue, 18 Mar 2025 09:02:49 +0800 Subject: [PATCH] 提交 4.4.0 --- frameworks/AppsFlyerLib.xcframework/ios-arm64_x86_64-maccatalyst/AppsFlyerLib.framework/Versions/A/Modules/module.modulemap | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/frameworks/AppsFlyerLib.xcframework/ios-arm64_x86_64-maccatalyst/AppsFlyerLib.framework/Versions/A/Modules/module.modulemap b/frameworks/AppsFlyerLib.xcframework/ios-arm64_x86_64-maccatalyst/AppsFlyerLib.framework/Versions/A/Modules/module.modulemap index 96f59b3..abf5a48 100644 --- a/frameworks/AppsFlyerLib.xcframework/ios-arm64_x86_64-maccatalyst/AppsFlyerLib.framework/Versions/A/Modules/module.modulemap +++ b/frameworks/AppsFlyerLib.xcframework/ios-arm64_x86_64-maccatalyst/AppsFlyerLib.framework/Versions/A/Modules/module.modulemap @@ -4,3 +4,8 @@ export * module * { export * } } + +module AppsFlyerLib.Swift { + header "AppsFlyerLib-Swift.h" + requires objc +} -- Gitblit v1.8.0