summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Third <alan@idiocy.org>2016-07-10 10:18:40 +0100
committerAlan Third <alan@idiocy.org>2016-07-10 10:24:32 +0100
commit04a7977f700fc46cf29d5a41bc7dcffef71044c6 (patch)
treef4146dfbdd1038d1d548fd131410ca141df5361c
parent466ee1b3ea76425d201b5d59950e88251870c836 (diff)
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 889a070411..dcd2fe3416 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/>.
</array>
<key>NSAppleScriptEnabled</key>
<string>YES</string>
- <key>LSAppNapIsDisabled</key>
- <true/>
</dict>
</plist>