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.
This commit is contained in:
Alan Third 2016-07-10 10:18:40 +01:00
parent 466ee1b3ea
commit 04a7977f70

View file

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