MacOS X Info.plist

BlitzMax Forums/BlitzMax Module Tweaks/MacOS X Info.plist

MacSven(Posted 2008) [#1]
Hi @all,

How to change the Fullscreen Presentation in BlitzMax GUI under MacOS X.
first you have to modify the bmk.bmx load it and search for Info.plist

After you have inserted this two lines build the bmk.bmx without DEBUG and Build GUI APP

Copy it to the bin directory of the BlitzMax folder.

You Blitzmax Application have now a new entry in the Info.plist in the ApplicationBundle called LSUIPresentationMode. You can set the value from 0 to 4.

You can read more about it here:

http://developer.apple.com/documentation/MacOSX/Conceptual/BPRuntimeConfig/Articles/PListKeys.html

Have a nice day (or night)!