Skip to content

Commit

Permalink
Remove unused command parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
chishui committed Oct 9, 2021
1 parent c5ac048 commit 0575fb3
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 13 deletions.
3 changes: 0 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@ build:
install: build
install -d "$(bindir)" "$(libdir)"
install ".build/release/one-wallpaper" "$(bindir)"
install_name_tool -change \
".build/x86_64-apple-macosx10.10/release/libSwiftSyntax.dylib" \
"$(bindir)/one-wallpaper"

uninstall:
rm -rf "$(bindir)/one-wallpaper"
Expand Down
9 changes: 0 additions & 9 deletions Package.resolved
Original file line number Diff line number Diff line change
@@ -1,15 +1,6 @@
{
"object": {
"pins": [
{
"package": "SQLite.swift",
"repositoryURL": "https://github.com/stephencelis/SQLite.swift",
"state": {
"branch": null,
"revision": "9af51e2edf491c0ea632e369a6566e09b65aa333",
"version": "0.13.0"
}
},
{
"package": "swift-argument-parser",
"repositoryURL": "https://github.com/apple/swift-argument-parser",
Expand Down
1 change: 0 additions & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ let package = Package(
dependencies: [
// Dependencies declare other packages that this package depends on.
.package(url: "https://github.com/apple/swift-argument-parser", from: "1.0.0"),
.package(url: "https://github.com/stephencelis/SQLite.swift", from: "0.13.0"),
.package(url: "https://github.com/chishui/Wallpaper", .branch("main"))
],
targets: [
Expand Down

0 comments on commit 0575fb3

Please sign in to comment.