vaken 0.1.0

Tiny macOS menu bar utility to keep your Mac awake — Rust wrapper around `caffeinate`.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!--
  Plist fragment merged into the generated Info.plist by cargo-bundle
  (see [package.metadata.bundle].osx_info_plist_exts in Cargo.toml).
  Append additional <key>/<value> pairs here only — no <plist> or
  <dict> wrapper; cargo-bundle inserts this fragment inside its own.
-->

<!--
  LSUIElement = true → the app does not appear in the Dock or the
  Cmd-Tab application switcher. Required for a menu-bar-only utility
  like Vaken.
-->
<key>LSUIElement</key>
<true/>