Disable App Nap (bug#22993)

* nextstep/templates/Info.plist.in: Insert AppNap disable code.

Copyright-paperwork-exempt: yes
This commit is contained in:
Aaron Jensen 2016-07-07 19:46:57 +01:00 committed by Alan Third
parent 0e8d3445a7
commit 42ac8f5723

View file

@ -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>