-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Fix] binaryTarget 하나만 존재하면 SPM Framework 추가시 목록에 노출되지 않는 문제 대응 (#2)
- Loading branch information
Showing
2 changed files
with
16 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
// | ||
// ChannelIOSDKTarget.swift | ||
// | ||
// | ||
// Created by 구본욱 on 2023/02/23. | ||
// | ||
|
||
import Foundation | ||
|
||
class ChannelIOSDKTarget { } |