github libgdx/gdx-liftoff v1.11.0.2
1.11.0.2 "Macsimum Overdrive"

latest releases: v1.14.0.7, v1.14.0.6, v1.14.0.5...
3 years ago

This release is very small, but may be critical to getting the application to launch on MacOS computers. This is mostly an update to Guacamole's code to restart the app with the -XstartOnFirstThread VM argument that MacOS requires for LWJGL3 apps; now the code should be more robust. Other than that, there's a possible small speedup in the Android compilation thanks to libgdx/libgdx#6920 , and a change in ios-moe projects so they default to only needing landscape mode handled. Now portrait mode won't be entered on MOE unless you change Info.plist to contain at least one of

		<string>UIInterfaceOrientationPortrait</string>
		<string>UIInterfaceOrientationPortraitUpsideDown</string>

For any platforms you want to allow it on.

Thanks to @crykn, @Berstanio , and @leni8ec for their various contributions here!

Don't miss a new gdx-liftoff release

NewReleases is sending notifications on new releases.