XcodeGen project (codename Kanban, display name Lanework, bundle id dev.rzen.indie.Kanban): macOS 26+ app target with Swift 6 strict concurrency, app sandbox with user-selected file access and app-scoped bookmark entitlements, plus unit-test (Swift Testing) and XCUITest targets wired into the Kanban scheme. Claude-Session: https://claude.ai/code/session_018BjQRYBR6jQja3jCRi5S3A
8 lines
106 B
Swift
8 lines
106 B
Swift
import Testing
|
|
|
|
struct ScaffoldTests {
|
|
@Test func harnessRuns() {
|
|
#expect(Bool(true))
|
|
}
|
|
}
|