Menu bar reminder app for macOS that nudges you to look away from the screen.
env CLANG_MODULE_CACHE_PATH="$PWD/.swiftpm-local/clang-module-cache" \
swift run IceAlert --disable-sandbox \
--cache-path "$PWD/.swiftpm-local/cache" \
--config-path "$PWD/.swiftpm-local/config" \
--security-path "$PWD/.swiftpm-local/security" \
--manifest-cache localenv CLANG_MODULE_CACHE_PATH="$PWD/.swiftpm-local/clang-module-cache" \
swift build --disable-sandbox \
--cache-path "$PWD/.swiftpm-local/cache" \
--config-path "$PWD/.swiftpm-local/config" \
--security-path "$PWD/.swiftpm-local/security" \
--manifest-cache localchmod +x scripts/package-app.sh
scripts/package-app.sh
open dist/IceAlert.appenv CLANG_MODULE_CACHE_PATH="$PWD/.swiftpm-local/clang-module-cache" \
swift build --disable-sandbox \
--cache-path "$PWD/.swiftpm-local/cache" \
--config-path "$PWD/.swiftpm-local/config" \
--security-path "$PWD/.swiftpm-local/security" \
--manifest-cache local