From 0575fb3bd24bf856cd4429fee6f3cc4dd611241a Mon Sep 17 00:00:00 2001 From: Liyun Xiu Date: Fri, 8 Oct 2021 23:34:44 -0700 Subject: [PATCH] Remove unused command parameter --- Makefile | 3 --- Package.resolved | 9 --------- Package.swift | 1 - 3 files changed, 13 deletions(-) diff --git a/Makefile b/Makefile index 3cf1cd2..1cfb6d1 100644 --- a/Makefile +++ b/Makefile @@ -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" diff --git a/Package.resolved b/Package.resolved index 8a96c74..ab56dc0 100644 --- a/Package.resolved +++ b/Package.resolved @@ -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", diff --git a/Package.swift b/Package.swift index 9eed2ca..21f2981 100644 --- a/Package.swift +++ b/Package.swift @@ -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: [