summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Jensen <aaronjensen@gmail.com>2016-07-07 19:46:57 +0100
committerAlan Third <alan@idiocy.org>2016-07-07 19:57:47 +0100
commit42ac8f5723a6a1e70cca39d08c222f595828d34d (patch)
treebb9c6e88ba9664fbe29bd56805f1295fc9a607fc
parent0e8d3445a73bc190b0203b2571999ea5f5116ef2 (diff)
Disable App Nap (bug#22993)
* nextstep/templates/Info.plist.in: Insert AppNap disable code. Copyright-paperwork-exempt: yes
-rw-r--r--nextstep/templates/Info.plist.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/nextstep/templates/Info.plist.in b/nextstep/templates/Info.plist.in
index dcd2fe3416..889a070411 100644
--- a/nextstep/templates/Info.plist.in
+++ b/nextstep/templates/Info.plist.in
@@ -675,5 +675,7 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
</array>
<key>NSAppleScriptEnabled</key>
<string>YES</string>
+ <key>LSAppNapIsDisabled</key>
+ <true/>
</dict>
</plist>