Skip to content

Commit

Permalink
[#141] SPM 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
lygon55555 committed Jul 10, 2022
1 parent 5a544c3 commit c725e31
Show file tree
Hide file tree
Showing 5 changed files with 46 additions and 3 deletions.
7 changes: 7 additions & 0 deletions .swiftpm/xcode/package.xcworkspace/contents.xcworkspacedata

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

34 changes: 34 additions & 0 deletions Package.resolved
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
{
"object": {
"pins": [
{
"package": "PanModal",
"repositoryURL": "https://github.com/slackhq/PanModal.git",
"state": {
"branch": null,
"revision": "b012aecb6b67a8e46369227f893c12544846613f",
"version": "1.2.7"
}
},
{
"package": "Parchment",
"repositoryURL": "https://github.com/yourssu/Parchment",
"state": {
"branch": null,
"revision": "42036be5d011c83145e9f8e2705c7d3756e46607",
"version": "3.7.2"
}
},
{
"package": "SnapKit",
"repositoryURL": "https://github.com/SnapKit/SnapKit",
"state": {
"branch": null,
"revision": "f222cbdf325885926566172f6f5f06af95473158",
"version": "5.6.0"
}
}
]
},
"version": 1
}
2 changes: 2 additions & 0 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ 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"),
],

targets: [
Expand All @@ -25,6 +26,7 @@ let package = Package(
dependencies: [
.product(name: "PanModal", package: "PanModal"),
.product(name: "SnapKit", package: "SnapKit"),
.product(name: "Parchment", package: "Parchment"),
],
path: "YDS/Source",
resources: [.process("YDS/Source/Foundation/YDSIcon.xcassets")]
Expand Down
2 changes: 1 addition & 1 deletion YDS.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1367,7 +1367,7 @@
repositoryURL = "https://github.com/yourssu/Parchment";
requirement = {
kind = upToNextMajorVersion;
minimumVersion = 3.7.0;
minimumVersion = 3.7.2;
};
};
/* End XCRemoteSwiftPackageReference section */
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/yourssu/Parchment",
"state" : {
"revision" : "3c192d8e78e49a534bfefaf47f814321a14628c0",
"version" : "3.7.0"
"revision" : "42036be5d011c83145e9f8e2705c7d3756e46607",
"version" : "3.7.2"
}
},
{
Expand Down

0 comments on commit c725e31

Please sign in to comment.