Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aaronjensen/d81d94c116549d0893ba4bc637149550 to your computer and use it in GitHub Desktop.
Save aaronjensen/d81d94c116549d0893ba4bc637149550 to your computer and use it in GitHub Desktop.
nextstep/templates/Info.plist.in | 2 ++
1 file changed, 2 insertions(+)
diff --git a/nextstep/templates/Info.plist.in b/nextstep/templates/Info.plist.in
index dcd2fe3..6f56939 100644
--- a/nextstep/templates/Info.plist.in
+++ b/nextstep/templates/Info.plist.in
@@ -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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment