Skip to content

Commit

Permalink
Update PackageConfig for Xcode 13 support
Browse files Browse the repository at this point in the history
  • Loading branch information
orta committed Sep 28, 2021
1 parent 6358233 commit fb63322
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 55 deletions.
79 changes: 26 additions & 53 deletions Package.resolved
Original file line number Diff line number Diff line change
@@ -1,67 +1,31 @@
{
"object": {
"pins": [
{
"package": "Commandant",
"repositoryURL": "https://github.com/Carthage/Commandant.git",
"state": {
"branch": null,
"revision": "2cd0210f897fe46c6ce42f52ccfa72b3bbb621a0",
"version": "0.16.0"
}
},
{
"package": "Logger",
"repositoryURL": "https://github.com/f-meloni/Logger",
"state": {
"branch": null,
"revision": "c1cb5a142b99687ecc55d8de101bf082889f5fd1",
"version": "0.2.2"
}
},
{
"package": "Nimble",
"repositoryURL": "https://github.com/Quick/Nimble.git",
"repositoryURL": "https://github.com/shibapm/Logger",
"state": {
"branch": null,
"revision": "43304bf2b1579fd555f2fdd51742771c1e4f2b98",
"version": "8.0.1"
"revision": "53c3ecca5abe8cf46697e33901ee774236d94cce",
"version": "0.2.3"
}
},
{
"package": "PackageConfig",
"repositoryURL": "https://github.com/shibapm/PackageConfig.git",
"state": {
"branch": null,
"revision": "bf90dc69fa0792894b08a0b74cf34029694ae486",
"version": "0.13.0"
}
},
{
"package": "Quick",
"repositoryURL": "https://github.com/Quick/Quick.git",
"state": {
"branch": null,
"revision": "94df9b449508344667e5afc7e80f8bcbff1e4c37",
"version": "2.1.0"
}
},
{
"package": "Result",
"repositoryURL": "https://github.com/antitypical/Result.git",
"state": {
"branch": null,
"revision": "2ca499ba456795616fbc471561ff1d963e6ae160",
"version": "4.1.0"
"revision": "6e7b59d8d2ab62c1725d205dd2074316e981379a",
"version": "1.0.0"
}
},
{
"package": "Rocket",
"repositoryURL": "https://github.com/f-meloni/Rocket",
"state": {
"branch": null,
"revision": "ee237eaefc0a8c13186b4fb27d1b7b3355dead18",
"version": "0.9.0"
"revision": "9880a5beb7fcb9e61ddd5764edc1700b8c418deb",
"version": "1.2.1"
}
},
{
Expand All @@ -78,8 +42,17 @@
"repositoryURL": "https://github.com/jpsim/SourceKitten.git",
"state": {
"branch": null,
"revision": "176f04295a09324673245d8ec0afcce21ace8722",
"version": "0.22.0"
"revision": "7f4be006fe73211b0fd9666c73dc2f2303ffa756",
"version": "0.31.0"
}
},
{
"package": "swift-argument-parser",
"repositoryURL": "https://github.com/apple/swift-argument-parser.git",
"state": {
"branch": null,
"revision": "9564d61b08a5335ae0a36f789a7d71493eacadfc",
"version": "0.3.2"
}
},
{
Expand All @@ -96,17 +69,17 @@
"repositoryURL": "https://github.com/Realm/SwiftLint.git",
"state": {
"branch": null,
"revision": "26c0048cf4567f0e96f97e2c567ce1c05209e476",
"version": "0.31.0"
"revision": "e820e750b08bd67bc9d98f4817868e9bc3d5d865",
"version": "0.44.0"
}
},
{
"package": "SwiftShell",
"repositoryURL": "https://github.com/kareman/SwiftShell",
"state": {
"branch": null,
"revision": "beebe43c986d89ea5359ac3adcb42dac94e5e08a",
"version": "4.1.2"
"revision": "a6014fe94c3dbff0ad500e8da4f251a5d336530b",
"version": "5.1.0-beta.1"
}
},
{
Expand All @@ -123,17 +96,17 @@
"repositoryURL": "https://github.com/drmohundro/SWXMLHash.git",
"state": {
"branch": null,
"revision": "f43166a8e18fdd0857f29e303b1bb79a5428bca0",
"version": "4.9.0"
"revision": "9183170d20857753d4f331b0ca63f73c60764bf3",
"version": "5.0.2"
}
},
{
"package": "Yams",
"repositoryURL": "https://github.com/jpsim/Yams",
"state": {
"branch": null,
"revision": "b08dba4bcea978bf1ad37703a384097d3efce5af",
"version": "1.0.2"
"revision": "9ff1cc9327586db4e0c8f46f064b6a82ec1566fa",
"version": "4.0.6"
}
}
]
Expand Down
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ let package = Package(
],
dependencies: [
// User deps
.package(url: "https://github.com/shibapm/PackageConfig.git", from: "0.13.0"),
.package(url: "https://github.com/shibapm/PackageConfig.git", from: "1.0.0"),
.package(url: "https://github.com/JohnSundell/ShellOut.git", from: "2.1.0"),
// Dev deps
.package(url: "https://github.com/nicklockwood/SwiftFormat.git", from: "0.35.8"), // dev
.package(url: "https://github.com/Realm/SwiftLint.git", from: "0.28.1"), // dev
.package(url: "https://github.com/f-meloni/Rocket", from: "0.1.0"), // dev
.package(url: "https://github.com/f-meloni/Rocket", from: "1.2.1"), // dev
],
targets: [
.target(
Expand Down

0 comments on commit fb63322

Please sign in to comment.