Skip to content

Commit

Permalink
Updated target name
Browse files Browse the repository at this point in the history
  • Loading branch information
jam0128 committed Feb 24, 2023
1 parent 565ed12 commit 9885a26
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ let package = Package(
products: [
.library(
name: "ChannelIOSDK",
targets: ["ChannelIOFront", "ChannelIOSDKTarget"]),
targets: ["ChannelIOFront", "_ChannelIOSDKTarget"]),
],
targets: [
.binaryTarget(
Expand All @@ -19,7 +19,7 @@ let package = Package(
),
// NOTE: targets 안에 binaryTarget 하나만 존재할 경우 SPM Framework 추가 목록에 노출되지 않는 버그가 있어
// 이를 방지하기 위한 Stub target을 추가합니다 - finn. 2023.02.23
.target(name: "ChannelIOSDKTarget")
.target(name: "_ChannelIOSDKTarget")
],
swiftLanguageVersions: [.v5]
)

0 comments on commit 9885a26

Please sign in to comment.