update
This commit is contained in:
@ -11,7 +11,7 @@ let package = Package(
|
|||||||
products: [
|
products: [
|
||||||
.library(
|
.library(
|
||||||
name: "M2Kit",
|
name: "M2Kit",
|
||||||
targets: ["M2KitWrapper"]
|
targets: ["M2Kit"]
|
||||||
),
|
),
|
||||||
],
|
],
|
||||||
targets: [
|
targets: [
|
||||||
@ -19,13 +19,5 @@ let package = Package(
|
|||||||
name: "M2Kit",
|
name: "M2Kit",
|
||||||
path: "./Frameworks/M2Kit.xcframework"
|
path: "./Frameworks/M2Kit.xcframework"
|
||||||
),
|
),
|
||||||
.target(
|
|
||||||
name: "M2KitWrapper",
|
|
||||||
dependencies: ["M2Kit"],
|
|
||||||
path: "Sources/M2KitWrapper",
|
|
||||||
resources: [
|
|
||||||
.copy("Resources/M2Kit.bundle")
|
|
||||||
]
|
|
||||||
),
|
|
||||||
]
|
]
|
||||||
)
|
)
|
||||||
|
|||||||
@ -1 +0,0 @@
|
|||||||
@_exported import M2Kit
|
|
||||||
Reference in New Issue
Block a user