This commit is contained in:
2026-03-20 11:24:29 +07:00
parent cd16fd3ce3
commit f53ed7d815
2 changed files with 1 additions and 10 deletions

View File

@ -11,7 +11,7 @@ let package = Package(
products: [
.library(
name: "M2Kit",
targets: ["M2KitWrapper"]
targets: ["M2Kit"]
),
],
targets: [
@ -19,13 +19,5 @@ let package = Package(
name: "M2Kit",
path: "./Frameworks/M2Kit.xcframework"
),
.target(
name: "M2KitWrapper",
dependencies: ["M2Kit"],
path: "Sources/M2KitWrapper",
resources: [
.copy("Resources/M2Kit.bundle")
]
),
]
)

View File

@ -1 +0,0 @@
@_exported import M2Kit