Fractal Softworks Forum

Please login or register.

Login with username, password and session length

Author Topic: Mac OSX wrong version number / wrong menubar hiding behavior  (Read 908 times)

nomadic_leader

  • Admiral
  • *****
  • Posts: 725
    • View Profile
Mac OSX wrong version number / wrong menubar hiding behavior
« on: April 24, 2017, 07:45:56 PM »

The OSX app doesn't have the right version number when you do cmd-I on it. It still says 0.72. Sorry to be nitpicky, but all this time i thought I was using rc19 but i was actually using RC18, because I can't just see what version it is by doing cmd-I on the app icon.

And then, after loading the app, the version number is hidden by the apple menu bar, because you didn't modify the info.plist to hide the menubar while this app is open and fullscreen mode is turned off, cutting off the top ~50 pixels of the game.

In case you forgot, you can modify info.plist to correctly hide the menu bar when fullscreen is off by putting these two lines in before the very last line of info.plist. The menubar will reappear if you mouseover it.

Code
<key>LSUIPresentationMode</key>
<integer>4</integer>
Logged

Alex

  • Administrator
  • Admiral
  • *****
  • Posts: 24125
    • View Profile
Re: Mac OSX wrong version number / wrong menubar hiding behavior
« Reply #1 on: April 24, 2017, 08:30:58 PM »

Thank you - did both, and also added "update version number for OS X" to my release checklist, because I seriously forget about that every time.
Logged