Merge pull request #5041

1f9be98 Disable App Nap on OSX 10.9+ (Michael Ford)
This commit is contained in:
Wladimir J. van der Laan 2014-10-07 10:17:32 +02:00
commit 2b5261c636
No known key found for this signature in database
GPG Key ID: 74810B012346C9A6
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>