Skip to content

Commit

Permalink
Package 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
lygon55555 committed Jun 18, 2022
1 parent 97b9b1d commit 3c192d8
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 7 deletions.
16 changes: 16 additions & 0 deletions Package.resolved
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"object": {
"pins": [
{
"package": "SnapKit",
"repositoryURL": "https://github.com/SnapKit/SnapKit",
"state": {
"branch": null,
"revision": "f222cbdf325885926566172f6f5f06af95473158",
"version": "5.6.0"
}
}
]
},
"version": 1
}
16 changes: 9 additions & 7 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,17 @@ let package = Package(
.library(name: "Parchment", targets: ["Parchment"]),
],

dependencies: [
.package(name: "SnapKit", url: "https://github.com/SnapKit/SnapKit", from: "5.6.0"),
],

targets: [
.target(
name: "Parchment",
path: "Parchment",
linkerSettings: [
.unsafeFlags([
"-weak_framework", "SwiftUI",
]),
]
),
dependencies: [
.product(name: "SnapKit", package: "SnapKit"),
],
path: "Parchment"
)
]
)

0 comments on commit 3c192d8

Please sign in to comment.