Remove library target

This commit is contained in:
Sven Weidauer 2022-10-08 11:46:52 +02:00
parent 012203a4f3
commit 0bb53ea949
17 changed files with 8 additions and 16 deletions

View file

@ -1,4 +1,4 @@
@testable import LibMakeColors
@testable import MakeColors
import RBBJSON
import XCTest

View file

@ -1,4 +1,4 @@
@testable import LibMakeColors
@testable import MakeColors
import XCTest
final class ColorHSVTest: XCTestCase {

View file

@ -1,4 +1,4 @@
@testable import LibMakeColors
@testable import MakeColors
import XCTest
final class ColorParserTest: XCTestCase {