Skip to content

Commit

Permalink
🔧 removing hex colors library
Browse files Browse the repository at this point in the history
  • Loading branch information
igorkulman committed Feb 7, 2021
1 parent 67f3cb0 commit ecd2523
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 14 deletions.
9 changes: 0 additions & 9 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,6 @@
"revision": "92646c0cdbaca076c8d3d0207891785b3379cbff",
"version": "0.3.1"
}
},
{
"package": "SwiftHEXColors",
"repositoryURL": "https://github.com/thii/SwiftHEXColors.git",
"state": {
"branch": null,
"revision": "1f886cb20fedda14a5ac75efd09bc99c95b43a18",
"version": "1.4.1"
}
}
]
},
Expand Down
2 changes: 0 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ let package = Package(
],
dependencies: [
.package(url: "https://github.com/apple/swift-argument-parser", from: "0.3.1"),
.package(url: "https://github.com/thii/SwiftHEXColors.git", from: "1.3.1"),
.package(url: "https://github.com/onevcat/Rainbow", from: "3.0.0"),
.package(url: "https://github.com/JohnSundell/Files", from: "4.0.0")
],
Expand All @@ -21,7 +20,6 @@ let package = Package(
name: "ChangeMenuBarColor",
dependencies: [
.product(name: "ArgumentParser", package: "swift-argument-parser"),
.product(name: "SwiftHEXColors", package: "SwiftHEXColors"),
.product(name: "Rainbow", package: "Rainbow"),
.product(name: "Files", package: "Files")
]),
Expand Down
1 change: 0 additions & 1 deletion Sources/ChangeMenuBarColor/ChangeMenuBarColor.swift
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
import ArgumentParser
import Foundation
import Cocoa
import SwiftHEXColors

struct ChangeMenuBarColor: ParsableCommand {
static let configuration = CommandConfiguration(
Expand Down
1 change: 0 additions & 1 deletion Sources/ChangeMenuBarColor/Commands/Abstract/Command.swift
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ import ArgumentParser
import Files
import Foundation
import Cocoa
import SwiftHEXColors

class Command {
func createWallpaper(screen: NSScreen) -> NSImage? {
Expand Down
1 change: 0 additions & 1 deletion Sources/ChangeMenuBarColor/Commands/SolidColor.swift
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
import ArgumentParser
import Foundation
import Cocoa
import SwiftHEXColors

final class SolidColor: Command, ParsableCommand {
static let configuration = CommandConfiguration(
Expand Down

0 comments on commit ecd2523

Please sign in to comment.