Disable App Nap on OSX 10.9+
This commit is contained in:
parent
5bf029603c
commit
1f9be984db
1 changed files with 3 additions and 0 deletions
|
@ -91,6 +91,9 @@
|
||||||
<key>NSHighResolutionCapable</key>
|
<key>NSHighResolutionCapable</key>
|
||||||
<string>True</string>
|
<string>True</string>
|
||||||
|
|
||||||
|
<key>LSAppNapIsDisabled</key>
|
||||||
|
<string>True</string>
|
||||||
|
|
||||||
<key>LSApplicationCategoryType</key>
|
<key>LSApplicationCategoryType</key>
|
||||||
<string>public.app-category.finance</string>
|
<string>public.app-category.finance</string>
|
||||||
</dict>
|
</dict>
|
||||||
|
|
Loading…
Reference in a new issue