From 40fa27259a5d8516034b9b6ee0eabc170093e108 Mon Sep 17 00:00:00 2001 From: lpw Date: Mon, 14 Mar 2022 10:02:13 +0800 Subject: [PATCH] 2.5.0 --- frameworks/WAAIhelpImpl.framework/Modules/module.modulemap | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/frameworks/WAAIhelpImpl.framework/Modules/module.modulemap b/frameworks/WAAIhelpImpl.framework/Modules/module.modulemap new file mode 100644 index 0000000..7ff5bc0 --- /dev/null +++ b/frameworks/WAAIhelpImpl.framework/Modules/module.modulemap @@ -0,0 +1,6 @@ +framework module WAAIhelpImpl { + umbrella header "WAAIhelpImpl.h" + + export * + module * { export * } +} -- Gitblit v1.8.0