Fix: Update Libbox module.modulemap with umbrella header for Xcode 26 compatibility
This commit is contained in:
+8
-6
@@ -1,8 +1,10 @@
|
|||||||
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"
|
||||||
header "Libbox.h"
|
|
||||||
|
export *
|
||||||
export *
|
module * { export * }
|
||||||
}
|
}
|
||||||
+8
-6
@@ -1,8 +1,10 @@
|
|||||||
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"
|
||||||
header "Libbox.h"
|
|
||||||
|
export *
|
||||||
export *
|
module * { export * }
|
||||||
}
|
}
|
||||||
+8
-6
@@ -1,8 +1,10 @@
|
|||||||
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"
|
||||||
header "Libbox.h"
|
|
||||||
|
export *
|
||||||
export *
|
module * { export * }
|
||||||
}
|
}
|
||||||
+8
-6
@@ -1,8 +1,10 @@
|
|||||||
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"
|
||||||
header "Libbox.h"
|
|
||||||
|
export *
|
||||||
export *
|
module * { export * }
|
||||||
}
|
}
|
||||||
+8
-6
@@ -1,8 +1,10 @@
|
|||||||
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"
|
||||||
header "Libbox.h"
|
|
||||||
|
export *
|
||||||
export *
|
module * { export * }
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user