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

BIN
Sources/.DS_Store vendored Normal file

Binary file not shown.