Skip to content

Commit

Permalink
Update Swift resolve file format
Browse files Browse the repository at this point in the history
  • Loading branch information
badboy committed May 31, 2023
1 parent 8fe2a30 commit 11ff4e8
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 44 deletions.
Original file line number Diff line number Diff line change
@@ -1,25 +1,23 @@
{
"object": {
"pins" : [
{
"package": "GzipSwift",
"repositoryURL" : "https://github.com/1024jp/GzipSwift",
"state" : {
"branch": null,
"revision" : "7a7f17761c76a932662ab77028a4329f67d645a4",
"version" : "5.2.0"
}
},
{
"package" : "OHHTTPStubs",
"repositoryURL" : "https://github.com/alisoftware/OHHTTPStubs",
"state" : {
"branch": null,
"revision" : "12f19662426d0434d6c330c6974d53e2eb10ecd9",
"version" : "9.1.0"
}
"pins" : [
{
"identity" : "gzipswift",
"kind" : "remoteSourceControl",
"location" : "https://github.com/1024jp/GzipSwift",
"state" : {
"revision" : "7a7f17761c76a932662ab77028a4329f67d645a4",
"version" : "5.2.0"
}
]
},
"version": 1
},
{
"identity" : "ohhttpstubs",
"kind" : "remoteSourceControl",
"location" : "https://github.com/alisoftware/OHHTTPStubs",
"state" : {
"revision" : "12f19662426d0434d6c330c6974d53e2eb10ecd9",
"version" : "9.1.0"
}
}
],
"version" : 2
}
Original file line number Diff line number Diff line change
@@ -1,25 +1,23 @@
{
"object": {
"pins" : [
{
"package": "GzipSwift",
"repositoryURL" : "https://github.com/1024jp/GzipSwift",
"state" : {
"branch": null,
"revision" : "7a7f17761c76a932662ab77028a4329f67d645a4",
"version" : "5.2.0"
}
},
{
"package" : "swifter",
"repositoryURL" : "https://github.com/httpswift/swifter",
"state" : {
"branch": null,
"revision" : "9483a5d459b45c3ffd059f7b55f9638e268632fd",
"version" : "1.5.0"
}
"pins" : [
{
"identity" : "gzipswift",
"kind" : "remoteSourceControl",
"location" : "https://github.com/1024jp/GzipSwift",
"state" : {
"revision" : "7a7f17761c76a932662ab77028a4329f67d645a4",
"version" : "5.2.0"
}
]
},
"version" : 1
},
{
"identity" : "swifter",
"kind" : "remoteSourceControl",
"location" : "https://github.com/httpswift/swifter",
"state" : {
"revision" : "9483a5d459b45c3ffd059f7b55f9638e268632fd",
"version" : "1.5.0"
}
}
],
"version" : 2
}

0 comments on commit 11ff4e8

Please sign in to comment.