diff --git a/Sources/UserInterfaceVariations/UserInterfaceVariations.swift b/Sources/UserInterfaceVariations/UserInterfaceVariations.swift deleted file mode 100644 index 6de279e..0000000 --- a/Sources/UserInterfaceVariations/UserInterfaceVariations.swift +++ /dev/null @@ -1,3 +0,0 @@ -struct UserInterfaceVariations { - var text = "Hello, World!" -} diff --git a/Tests/UserInterfaceVariationsTests/UserInterfaceVariationsTests.swift b/Tests/UserInterfaceVariationsTests/UserInterfaceVariationsTests.swift deleted file mode 100644 index 723d48d..0000000 --- a/Tests/UserInterfaceVariationsTests/UserInterfaceVariationsTests.swift +++ /dev/null @@ -1,11 +0,0 @@ - import XCTest - @testable import UserInterfaceVariations - - final class UserInterfaceVariationsTests: XCTestCase { - func testExample() { - // This is an example of a functional test case. - // Use XCTAssert and related functions to verify your tests produce the correct - // results. - XCTAssertEqual(UserInterfaceVariations().text, "Hello, World!") - } - }