Skip to content

Commit

Permalink
Update to SWXMLHash 5.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
e-marchand committed Sep 25, 2019
1 parent b87ec3e commit b7e34b2
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 7 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.

2 changes: 1 addition & 1 deletion Cartfile.resolved
Original file line number Diff line number Diff line change
@@ -1 +1 @@
github "drmohundro/SWXMLHash" "4.9.0"
github "drmohundro/SWXMLHash" "5.0.1"
16 changes: 16 additions & 0 deletions Package.resolved
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"object": {
"pins": [
{
"package": "SWXMLHash",
"repositoryURL": "https://github.com/drmohundro/SWXMLHash.git",
"state": {
"branch": null,
"revision": "a4931e5c3bafbedeb1601d3bb76bbe835c6d475a",
"version": "5.0.1"
}
}
]
},
"version": 1
}
7 changes: 1 addition & 6 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,14 @@ import PackageDescription
let package = Package(
name: "MomXML",
products: [
// Products define the executables and libraries produced by a package, and make them visible to other packages.
.library(
name: "MomXML",
targets: ["MomXML"]),
],
dependencies: [
// Dependencies declare other packages that this package depends on.
// .package(url: /* package url */, from: "1.0.0"),
.package(url: "https://github.com/drmohundro/SWXMLHash.git", from: "4.9.0")
.package(url: "https://github.com/drmohundro/SWXMLHash.git", from: "5.0.1")
],
targets: [
// Targets are the basic building blocks of a package. A target can define a module or a test suite.
// Targets can depend on other targets in this package, and on products in packages which this package depends on.
.target(
name: "MomXML",
dependencies: [
Expand Down

0 comments on commit b7e34b2

Please sign in to comment.