Native macOS app for PilotDeck.
| Path | Purpose |
|---|---|
apps/macos-native/ |
SwiftUI/AppKit macOS app, tests, assets, and packaging scripts. |
The old web UI, Node gateway, memory-core package, and legacy plugin workspace have been removed from this repository.
Open the project in Xcode:
open apps/macos-native/PilotDeck.xcodeprojRun tests from the command line:
xcodebuild test -project apps/macos-native/PilotDeck.xcodeproj -scheme PilotDeck -destination platform=macOS