hw/xquartz/bundle/Info.plist.cpp | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) New commits: commit 439eb6abc152268f5776a4ce34bd96aee40fd3e9 Author: Jeremy Huddleston Sequoia <jeremyhu@apple.com> Date: Wed Jan 2 09:56:19 2013 -0800 XQuartz: Bump bundle to version 2.7.5 Signed-off-by: Jeremy Huddleston Sequoia <jeremyhu@apple.com> diff --git a/hw/xquartz/bundle/Info.plist.cpp b/hw/xquartz/bundle/Info.plist.cpp index b0106c6..4b4a894 100644 --- a/hw/xquartz/bundle/Info.plist.cpp +++ b/hw/xquartz/bundle/Info.plist.cpp @@ -19,9 +19,9 @@ <key>CFBundlePackageType</key> <string>APPL</string> <key>CFBundleShortVersionString</key> - <string>2.7.4</string> + <string>2.7.5</string> <key>CFBundleVersion</key> - <string>2.7.4</string> + <string>2.7.5</string> <key>CFBundleSignature</key> <string>x11a</string> <key>CSResourcesFileMapped</key> @@ -39,9 +39,9 @@ <key>LSApplicationCategoryType</key> <string>public.app-category.utilities</string> <key>NSHumanReadableCopyright</key> - <string>© 2003-2012 Apple Inc. + <string>© 2003-2013 Apple Inc. © 2003 XFree86 Project, Inc. -© 2003-2012 X.org Foundation, Inc. +© 2003-2013 X.org Foundation, Inc. </string> <key>NSMainNibFile</key> <string>main</string> commit 1734cb379d406e3974de9c90e1a8db87e3bfcfea Author: Jeremy Huddleston Sequoia <jeremyhu@apple.com> Date: Sat Nov 17 11:52:10 2012 -0500 XQuartz: Opt-in to NSSupportsAutomaticGraphicsSwitching http://xquartz.macosforge.org/trac/ticket/668 Signed-off-by: Jeremy Huddleston Sequoia <jeremyhu@apple.com> (cherry picked from commit 14c9e245bae2447f0e57a3ea4daa8d2085fa8b8f) diff --git a/hw/xquartz/bundle/Info.plist.cpp b/hw/xquartz/bundle/Info.plist.cpp index f76c5fc..b0106c6 100644 --- a/hw/xquartz/bundle/Info.plist.cpp +++ b/hw/xquartz/bundle/Info.plist.cpp @@ -26,6 +26,8 @@ <string>x11a</string> <key>CSResourcesFileMapped</key> <true/> + <key>NSSupportsAutomaticGraphicsSwitching</key> + <true/> #ifdef XQUARTZ_SPARKLE <key>SUEnableAutomaticChecks</key> <true/>