diff options
author | Teddy Wing | 2016-11-16 04:29:35 -0500 |
---|---|---|
committer | Teddy Wing | 2016-11-16 04:29:35 -0500 |
commit | 3db243f3c84f7ab36747f4badfd4f57a26563821 (patch) | |
tree | d19ccb9287d5ad2fbbedf80b5fb7ad7fed2934bc | |
parent | b5569ad884cd99d8f0b1403c34bc244d6a514182 (diff) | |
download | Low-Battery-Yup-3db243f3c84f7ab36747f4badfd4f57a26563821.tar.bz2 |
Info.plist: Set LSBackgroundOnly=1
Make this a background-only app. We don't have any UI for the daemon
part of the app. It should just sit quietly until it's called by a
global hotkey to click in the right part of the screen.
-rw-r--r-- | Low Battery Yup d/Low Battery Yup.d-Info.plist | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Low Battery Yup d/Low Battery Yup.d-Info.plist b/Low Battery Yup d/Low Battery Yup.d-Info.plist index 7554788..b4212f2 100644 --- a/Low Battery Yup d/Low Battery Yup.d-Info.plist +++ b/Low Battery Yup d/Low Battery Yup.d-Info.plist @@ -30,5 +30,7 @@ <string>MainMenu</string> <key>NSPrincipalClass</key> <string>NSApplication</string> + <key>LSBackgroundOnly</key> + <true/> </dict> </plist> |