Disable App Nap on OSX 10.9+

This commit is contained in:
Michael Ford 2014-10-04 19:34:15 +08:00
parent 5bf029603c
commit 1f9be984db
1 changed files with 3 additions and 0 deletions

View File

@ -91,6 +91,9 @@
<key>NSHighResolutionCapable</key>
<string>True</string>
<key>LSAppNapIsDisabled</key>
<string>True</string>
<key>LSApplicationCategoryType</key>
<string>public.app-category.finance</string>
</dict>