declare NSSupportsAutomaticGraphicsSwitching

Related to 
This commit is contained in:
Matthew Flatt 2016-01-09 06:12:46 -07:00
parent 3e5c889b7d
commit 034d2e9531

View File

@ -112,7 +112,8 @@
(assoc-pair "CFBundleShortVersionString"
,(version))
(assoc-pair "NSPrincipalClass" "NSApplicationMain")
(assoc-pair "NSHighResolutionCapable" (true))))
(assoc-pair "NSHighResolutionCapable" (true))
(assoc-pair "NSSupportsAutomaticGraphicsSwitching" (true))))
(create-app (build-path (current-directory) (if for-3m? 'up 'same))
(string-append "GRacket" suffix)