ios project skeleton

This commit is contained in:
2026-02-19 22:38:45 -08:00
parent 9d59b9dbb2
commit b91b03b74f
8 changed files with 123 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
import Testing
@testable import Sybil
@Test func example() async throws {
// Write your test here and use APIs like `#expect(...)` to check expected conditions.
}