This commit is contained in:
SEAN 2025-11-27 08:14:57 +09:00
parent d2a9d9e463
commit 56582f19d6
3 changed files with 3 additions and 4 deletions

View File

@ -9,7 +9,7 @@ let package = Package(
products: [
.library(
name: "tcmpush",
targets: ["tcmpush"]
targets: ["tcmpushWrapper"]
)
],
dependencies: [
@ -25,12 +25,11 @@ let package = Package(
// 5. ( )
.target(
name: "tcmpush",
name: "tcmpushWrapper",
dependencies: [
"tcmpush_core", // .
"tcmpush_core",
.product(name: "FirebaseMessaging", package: "firebase-ios-sdk")
]
// path: "Sources/tcmpush" ( )
)
]
)

BIN
Sources/.DS_Store vendored Normal file

Binary file not shown.