aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlan Third2016-07-10 10:18:40 +0100
committerAlan Third2016-07-10 10:24:32 +0100
commit04a7977f700fc46cf29d5a41bc7dcffef71044c6 (patch)
treef4146dfbdd1038d1d548fd131410ca141df5361c
parent466ee1b3ea76425d201b5d59950e88251870c836 (diff)
downloademacs-04a7977f700fc46cf29d5a41bc7dcffef71044c6.tar.gz
emacs-04a7977f700fc46cf29d5a41bc7dcffef71044c6.zip
Remove App Nap setting from Info.plist (bug#22993)
* nextstep/templates/Info.plist.in: Remove LSAppNapIsDisabled key since it doesn't actually disable app nap.
-rw-r--r--nextstep/templates/Info.plist.in2
1 files changed, 0 insertions, 2 deletions
diff --git a/nextstep/templates/Info.plist.in b/nextstep/templates/Info.plist.in
index 889a070411d..dcd2fe34167 100644
--- a/nextstep/templates/Info.plist.in
+++ b/nextstep/templates/Info.plist.in
@@ -675,7 +675,5 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
675 </array> 675 </array>
676 <key>NSAppleScriptEnabled</key> 676 <key>NSAppleScriptEnabled</key>
677 <string>YES</string> 677 <string>YES</string>
678 <key>LSAppNapIsDisabled</key>
679 <true/>
680</dict> 678</dict>
681</plist> 679</plist>