From 12cdced337ee18ed343b3fe8f71036edf570fe45 Mon Sep 17 00:00:00 2001 From: jp9000 Date: Sun, 24 Aug 2014 08:10:51 -0700 Subject: [PATCH] Disable OSX app nap This will hopefully help deal with a particular issue where the program may go to sleep if it hasn't received input from the user for long periods, or if a game is running in fullscreen mode apparently. --- cmake/osxbundle/Info.plist | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cmake/osxbundle/Info.plist b/cmake/osxbundle/Info.plist index 7efe72222..443e45693 100644 --- a/cmake/osxbundle/Info.plist +++ b/cmake/osxbundle/Info.plist @@ -20,5 +20,7 @@ 10.8.5 NSHighResolutionCapable + LSAppNapIsDisabled +