Unspool is a SwiftPM macOS app.
- macOS 14 or newer
- Swift 6 toolchain
./script/build_and_run.shswift test./script/build_and_run.sh --verify./script/package_dmg.shThe DMG is written to:
dist/Unspool.dmg
The local DMG is ad-hoc signed for local validation. Public distribution still needs Developer ID signing and notarization.
Sources/Unspool: app entry pointSources/UnspoolCore: reusable app logic and SwiftUI viewsTests/UnspoolTests: storage, streak, word count, and export testsscript: local run and packaging scriptsAssets: app icon and GitHub cover image