Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ice Alert

Menu bar reminder app for macOS that nudges you to look away from the screen.

Run from SwiftPM

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 local

Build

env 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

Package as a macOS app

chmod +x scripts/package-app.sh
scripts/package-app.sh
open dist/IceAlert.app

Verification

env 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

About

Menu bar reminder app for macOS that nudges you to look away from the screen.

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages