Skip to content

Commit

Permalink
Omit Foundation import
Browse files Browse the repository at this point in the history
  • Loading branch information
1024jp committed Oct 20, 2024
1 parent 0a25406 commit 2f3ea7f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion Sources/ColorCode/AppKit/NSColor+ColorCode.swift
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
THE SOFTWARE.
*/

import Foundation
import AppKit.NSColor

/// This extension on NSColor allows creating NSColor instance from a CSS color code string, or a color code string from an NSColor instance.
Expand Down
2 changes: 0 additions & 2 deletions Sources/ColorCode/ColorCode.swift
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@
THE SOFTWARE.
*/

import Foundation

public enum ColorCodeType: Int, CaseIterable, Sendable {

/// 6-digit hexadecimal color code with # symbol. For example: `#ffffff`
Expand Down

0 comments on commit 2f3ea7f

Please sign in to comment.