From f57930e03a8372be98ce50b23eca2c2f46a4bb2d Mon Sep 17 00:00:00 2001
From: lpw <812862340@qq.com>
Date: Thu, 11 Sep 2025 16:57:34 +0800
Subject: [PATCH] 提交版本 4.7.0
---
frameworks/FMDB.framework/Modules/module.modulemap | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/frameworks/FMDB.framework/Modules/module.modulemap b/frameworks/FMDB.framework/Modules/module.modulemap
index 75f9182..c821043 100644
--- a/frameworks/FMDB.framework/Modules/module.modulemap
+++ b/frameworks/FMDB.framework/Modules/module.modulemap
@@ -1,6 +1,6 @@
framework module FMDB {
umbrella header "FMDB.h"
-
export *
+
module * { export * }
}
--
Gitblit v1.8.0