Fix: Restore original modulemap format and remove SWIFT_INCLUDE_PATHS
This commit is contained in:
-4
@@ -1,10 +1,6 @@
|
||||
framework module Libbox {
|
||||
umbrella header "Libbox.h"
|
||||
|
||||
header "ref.h"
|
||||
header "Libbox.objc.h"
|
||||
header "Universe.objc.h"
|
||||
|
||||
export *
|
||||
module * { export * }
|
||||
}
|
||||
-4
@@ -1,10 +1,6 @@
|
||||
framework module Libbox {
|
||||
umbrella header "Libbox.h"
|
||||
|
||||
header "ref.h"
|
||||
header "Libbox.objc.h"
|
||||
header "Universe.objc.h"
|
||||
|
||||
export *
|
||||
module * { export * }
|
||||
}
|
||||
-4
@@ -1,10 +1,6 @@
|
||||
framework module Libbox {
|
||||
umbrella header "Libbox.h"
|
||||
|
||||
header "ref.h"
|
||||
header "Libbox.objc.h"
|
||||
header "Universe.objc.h"
|
||||
|
||||
export *
|
||||
module * { export * }
|
||||
}
|
||||
-4
@@ -1,10 +1,6 @@
|
||||
framework module Libbox {
|
||||
umbrella header "Libbox.h"
|
||||
|
||||
header "ref.h"
|
||||
header "Libbox.objc.h"
|
||||
header "Universe.objc.h"
|
||||
|
||||
export *
|
||||
module * { export * }
|
||||
}
|
||||
-4
@@ -1,10 +1,6 @@
|
||||
framework module Libbox {
|
||||
umbrella header "Libbox.h"
|
||||
|
||||
header "ref.h"
|
||||
header "Libbox.objc.h"
|
||||
header "Universe.objc.h"
|
||||
|
||||
export *
|
||||
module * { export * }
|
||||
}
|
||||
@@ -1990,10 +1990,6 @@
|
||||
"$(inherited)",
|
||||
"$(PROJECT_DIR)",
|
||||
);
|
||||
SWIFT_INCLUDE_PATHS = (
|
||||
"$(inherited)",
|
||||
"$(PROJECT_DIR)/Libbox.xcframework/**",
|
||||
);
|
||||
GENERATE_INFOPLIST_FILE = YES;
|
||||
INFOPLIST_KEY_NSHumanReadableCopyright = "";
|
||||
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
|
||||
@@ -2048,10 +2044,6 @@
|
||||
"$(inherited)",
|
||||
"$(PROJECT_DIR)",
|
||||
);
|
||||
SWIFT_INCLUDE_PATHS = (
|
||||
"$(inherited)",
|
||||
"$(PROJECT_DIR)/Libbox.xcframework/**",
|
||||
);
|
||||
GENERATE_INFOPLIST_FILE = YES;
|
||||
INFOPLIST_KEY_NSHumanReadableCopyright = "";
|
||||
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
|
||||
|
||||
Reference in New Issue
Block a user