Skip to content

Commit

Permalink
Bumping XcodeProject version
Browse files Browse the repository at this point in the history
  • Loading branch information
g-Off committed Oct 29, 2019
1 parent 2a044da commit ba2f38f
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 4 deletions.
24 changes: 21 additions & 3 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,16 @@
"repositoryURL": "https://github.com/g-Off/CommandRegistry.git",
"state": {
"branch": null,
"revision": "285f03ecdd5f3cce96e85b667a74c2be7e11079b",
"revision": "ee7ff131c7e6c2d195954ab69c8c0feaaee988e9",
"version": "0.1.2"
}
},
{
"package": "ObjectCoder",
"repositoryURL": "https://github.com/g-Off/ObjectCoder.git",
"state": {
"branch": null,
"revision": "701d70d41d065b7b6567094a45bd4b796f4eb4d2",
"version": "0.1.0"
}
},
Expand All @@ -19,13 +28,22 @@
"version": "0.3.0"
}
},
{
"package": "Version",
"repositoryURL": "https://github.com/mxcl/Version.git",
"state": {
"branch": null,
"revision": "799aea2cf7669b6b923c32e6adc77cdb3fa4412b",
"version": "1.1.2"
}
},
{
"package": "XcodeProject",
"repositoryURL": "https://github.com/g-Off/XcodeProject.git",
"state": {
"branch": null,
"revision": "aa649c9d1056b46e56b933aac43324a9e7dd6872",
"version": "0.5.0-alpha.4"
"revision": "841fad77b960852b432b79b60173fddc8e319fb7",
"version": "0.5.1"
}
}
]
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ let package = Package(
),
],
dependencies: [
.package(url: "https://github.com/g-Off/XcodeProject.git", from: "0.5.0"),
.package(url: "https://github.com/g-Off/XcodeProject.git", from: "0.5.1"),
.package(url: "https://github.com/g-Off/CommandRegistry.git", from: "0.1.2")
],
targets: [
Expand Down

0 comments on commit ba2f38f

Please sign in to comment.