Fix: Restore original modulemap format and remove SWIFT_INCLUDE_PATHS

This commit is contained in:
2026-07-02 22:19:14 +08:00
parent 1cad70e0b2
commit 20b794122c
6 changed files with 0 additions and 28 deletions
@@ -1,10 +1,6 @@
framework module Libbox { framework module Libbox {
umbrella header "Libbox.h"
header "ref.h" header "ref.h"
header "Libbox.objc.h" header "Libbox.objc.h"
header "Universe.objc.h" header "Universe.objc.h"
export * export *
module * { export * }
} }
@@ -1,10 +1,6 @@
framework module Libbox { framework module Libbox {
umbrella header "Libbox.h"
header "ref.h" header "ref.h"
header "Libbox.objc.h" header "Libbox.objc.h"
header "Universe.objc.h" header "Universe.objc.h"
export * export *
module * { export * }
} }
@@ -1,10 +1,6 @@
framework module Libbox { framework module Libbox {
umbrella header "Libbox.h"
header "ref.h" header "ref.h"
header "Libbox.objc.h" header "Libbox.objc.h"
header "Universe.objc.h" header "Universe.objc.h"
export * export *
module * { export * }
} }
@@ -1,10 +1,6 @@
framework module Libbox { framework module Libbox {
umbrella header "Libbox.h"
header "ref.h" header "ref.h"
header "Libbox.objc.h" header "Libbox.objc.h"
header "Universe.objc.h" header "Universe.objc.h"
export * export *
module * { export * }
} }
@@ -1,10 +1,6 @@
framework module Libbox { framework module Libbox {
umbrella header "Libbox.h"
header "ref.h" header "ref.h"
header "Libbox.objc.h" header "Libbox.objc.h"
header "Universe.objc.h" header "Universe.objc.h"
export * export *
module * { export * }
} }
@@ -1990,10 +1990,6 @@
"$(inherited)", "$(inherited)",
"$(PROJECT_DIR)", "$(PROJECT_DIR)",
); );
SWIFT_INCLUDE_PATHS = (
"$(inherited)",
"$(PROJECT_DIR)/Libbox.xcframework/**",
);
GENERATE_INFOPLIST_FILE = YES; GENERATE_INFOPLIST_FILE = YES;
INFOPLIST_KEY_NSHumanReadableCopyright = ""; INFOPLIST_KEY_NSHumanReadableCopyright = "";
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
@@ -2048,10 +2044,6 @@
"$(inherited)", "$(inherited)",
"$(PROJECT_DIR)", "$(PROJECT_DIR)",
); );
SWIFT_INCLUDE_PATHS = (
"$(inherited)",
"$(PROJECT_DIR)/Libbox.xcframework/**",
);
GENERATE_INFOPLIST_FILE = YES; GENERATE_INFOPLIST_FILE = YES;
INFOPLIST_KEY_NSHumanReadableCopyright = ""; INFOPLIST_KEY_NSHumanReadableCopyright = "";
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";