1.0.8
This commit is contained in:
parent
d2a9d9e463
commit
56582f19d6
|
|
@ -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
BIN
Sources/.DS_Store
vendored
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user