Remove xcodeproj

This commit is contained in:
vbodinaud
2020-03-01 02:23:06 +01:00
parent 5c83114197
commit b32a6e6bbb
14 changed files with 14 additions and 325 deletions

View File

@@ -0,0 +1,9 @@
import XCTest
#if !canImport(ObjectiveC)
public func allTests() -> [XCTestCaseEntry] {
return [
testCase(BlockchainTests.allTests),
]
}
#endif