Remove excess whitespace from AndroidManifest.xml.

Grouping these blocks makes logical sense, and makes the output a bit prettier. Win-win.
This commit is contained in:
Joseph Cloutier
2023-12-21 23:01:37 -05:00
parent f0a040727c
commit 2f8da1d39d

View File

@@ -11,9 +11,7 @@
::if (WIN_ORIENTATION=="portrait")::
<meta-data android:name="SDL_ENV.SDL_IOS_ORIENTATIONS" android:value="Portrait PortraitUpsideDown" />
::end::
::if (WIN_ORIENTATION=="landscape")::
::elseif (WIN_ORIENTATION=="landscape")::
<meta-data android:name="SDL_ENV.SDL_IOS_ORIENTATIONS" android:value="LandscapeLeft LandscapeRight" />
::end::