Remove unused files

This commit is contained in:
Christoph Hagen 2022-06-05 11:47:04 +02:00
parent 2be7137a3c
commit 35da223922
3 changed files with 1 additions and 17 deletions

1
.gitignore vendored
View File

@ -7,3 +7,4 @@ DerivedData/
.swiftpm/config/registries.json
.swiftpm/xcode/package.xcworkspace/contents.xcworkspacedata
.netrc
Package.resolved

View File

@ -1,6 +0,0 @@
public struct Push_API {
public private(set) var text = "Hello, World!"
public init() {
}
}

View File

@ -1,11 +0,0 @@
import XCTest
@testable import Push_API
final class Push_APITests: XCTestCase {
func testExample() throws {
// This is an example of a functional test case.
// Use XCTAssert and related functions to verify your tests produce the correct
// results.
XCTAssertEqual(Push_API().text, "Hello, World!")
}
}