]> code.delx.au - gnu-emacs/commitdiff
Remove App Nap setting from Info.plist (bug#22993)
authorAlan Third <alan@idiocy.org>
Sun, 10 Jul 2016 09:18:40 +0000 (10:18 +0100)
committerAlan Third <alan@idiocy.org>
Sun, 10 Jul 2016 09:24:32 +0000 (10:24 +0100)
* nextstep/templates/Info.plist.in: Remove LSAppNapIsDisabled key since
it doesn't actually disable app nap.

nextstep/templates/Info.plist.in

index 889a070411dfb2af6196c2a0adf278e888165074..dcd2fe341679ffbeca7a8ad3b787076d78cb123f 100644 (file)
@@ -675,7 +675,5 @@ along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
        </array>
        <key>NSAppleScriptEnabled</key>
        <string>YES</string>
        </array>
        <key>NSAppleScriptEnabled</key>
        <string>YES</string>
-        <key>LSAppNapIsDisabled</key>
-        <true/>
 </dict>
 </plist>
 </dict>
 </plist>