Remove unused files
This commit is contained in:
parent
2be7137a3c
commit
35da223922
1
.gitignore
vendored
1
.gitignore
vendored
@ -7,3 +7,4 @@ DerivedData/
|
||||
.swiftpm/config/registries.json
|
||||
.swiftpm/xcode/package.xcworkspace/contents.xcworkspacedata
|
||||
.netrc
|
||||
Package.resolved
|
||||
|
@ -1,6 +0,0 @@
|
||||
public struct Push_API {
|
||||
public private(set) var text = "Hello, World!"
|
||||
|
||||
public init() {
|
||||
}
|
||||
}
|
@ -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!")
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user