Skip to content

Commit

Permalink
fixed: Package.resolved
Browse files Browse the repository at this point in the history
  • Loading branch information
taji-taji committed Sep 3, 2022
1 parent 3291fea commit 16d3599
Showing 1 changed file with 40 additions and 38 deletions.
78 changes: 40 additions & 38 deletions DevTools/Package.resolved
Original file line number Diff line number Diff line change
@@ -1,41 +1,43 @@
{
"pins" : [
{
"identity" : "colorizer",
"kind" : "remoteSourceControl",
"location" : "https://github.com/getGuaka/Colorizer.git",
"state" : {
"revision" : "2ccc99bf1715e73c4139e8d40b6e6b30be975586",
"version" : "0.2.1"
"object": {
"pins": [
{
"package": "Colorizer",
"repositoryURL": "https://github.com/getGuaka/Colorizer.git",
"state": {
"branch": null,
"revision": "2ccc99bf1715e73c4139e8d40b6e6b30be975586",
"version": "0.2.1"
}
},
{
"package": "swift-argument-parser",
"repositoryURL": "https://github.com/apple/swift-argument-parser.git",
"state": {
"branch": null,
"revision": "9f39744e025c7d377987f30b03770805dcb0bcd1",
"version": "1.1.4"
}
},
{
"package": "xcbeautify",
"repositoryURL": "https://github.com/tuist/xcbeautify",
"state": {
"branch": null,
"revision": "a3f5db18e7218a3817031b1b8227b1cb5704cb93",
"version": "0.13.0"
}
},
{
"package": "XMLCoder",
"repositoryURL": "https://github.com/MaxDesiatov/XMLCoder.git",
"state": {
"branch": null,
"revision": "ca932442d7481700f5434a7b138c47dd42d9902b",
"version": "0.14.0"
}
}
},
{
"identity" : "swift-argument-parser",
"kind" : "remoteSourceControl",
"location" : "https://github.com/apple/swift-argument-parser.git",
"state" : {
"revision" : "9f39744e025c7d377987f30b03770805dcb0bcd1",
"version" : "1.1.4"
}
},
{
"identity" : "xcbeautify",
"kind" : "remoteSourceControl",
"location" : "https://github.com/tuist/xcbeautify",
"state" : {
"revision" : "a3f5db18e7218a3817031b1b8227b1cb5704cb93",
"version" : "0.13.0"
}
},
{
"identity" : "xmlcoder",
"kind" : "remoteSourceControl",
"location" : "https://github.com/MaxDesiatov/XMLCoder.git",
"state" : {
"revision" : "ca932442d7481700f5434a7b138c47dd42d9902b",
"version" : "0.14.0"
}
}
],
"version" : 2
]
},
"version": 1
}

0 comments on commit 16d3599

Please sign in to comment.