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:
@@ -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::
|
||||
|
||||
|
||||
Reference in New Issue
Block a user