Skip to content

Commit

Permalink
[수정] Package.swift- 불필요한 코드제거
Browse files Browse the repository at this point in the history
  • Loading branch information
x-0o0 authored and LeeJoEun-01 committed Feb 6, 2024
1 parent 1c9f591 commit 39fc675
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ let package = Package(
],

dependencies: [
.package(name: "PanModal", url: "https://github.com/slackhq/PanModal.git", from: "1.0.0"),
.package(name: "SnapKit", url: "https://github.com/SnapKit/SnapKit", from: "5.0.0"),
.package(name: "Parchment", url: "https://github.com/yourssu/Parchment", from: "3.7.2")
.package(url: "https://github.com/slackhq/PanModal.git", from: "1.0.0"),
.package(url: "https://github.com/SnapKit/SnapKit", from: "5.0.0"),
.package(url: "https://github.com/yourssu/Parchment", from: "3.7.2")
],

targets: [
Expand All @@ -32,20 +32,19 @@ let package = Package(
.product(name: "PanModal", package: "PanModal"),
.product(name: "SnapKit", package: "SnapKit"),
.product(name: "Parchment", package: "Parchment"),
.targetItem(name: "YDS-Essential", condition: .none)
"YDS-Essential"
],
path: "YDS/Source"
),
.target(
name: "YDS-SwiftUI",
dependencies: [
.targetItem(name: "YDS-Essential", condition: .none)
"YDS-Essential"
],
path: "YDS-SwiftUI/Source"
),
.target(
name: "YDS-Essential",
dependencies: [],
path: "YDS-Essential/Source",
resources: [
.process("Foundation/YDSBasicColor.xcassets"),
Expand Down

0 comments on commit 39fc675

Please sign in to comment.