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:
@@ -10,11 +10,9 @@
|
|||||||
<application ::foreach ANDROID_APPLICATION::::if ((value != null) && (value != ""))::::key::="::value::" ::end::::end::>
|
<application ::foreach ANDROID_APPLICATION::::if ((value != null) && (value != ""))::::key::="::value::" ::end::::end::>
|
||||||
|
|
||||||
::if (WIN_ORIENTATION=="portrait")::
|
::if (WIN_ORIENTATION=="portrait")::
|
||||||
<meta-data android:name="SDL_ENV.SDL_IOS_ORIENTATIONS" android:value= "Portrait PortraitUpsideDown" />
|
<meta-data android:name="SDL_ENV.SDL_IOS_ORIENTATIONS" android:value="Portrait PortraitUpsideDown" />
|
||||||
::end::
|
::elseif (WIN_ORIENTATION=="landscape")::
|
||||||
|
<meta-data android:name="SDL_ENV.SDL_IOS_ORIENTATIONS" android:value="LandscapeLeft LandscapeRight" />
|
||||||
::if (WIN_ORIENTATION=="landscape")::
|
|
||||||
<meta-data android:name="SDL_ENV.SDL_IOS_ORIENTATIONS" android:value= "LandscapeLeft LandscapeRight" />
|
|
||||||
::end::
|
::end::
|
||||||
|
|
||||||
<activity ::foreach ANDROID_ACTIVITY::::if ((value != null) && (value != ""))::::key::="::value::" ::end::::end::>
|
<activity ::foreach ANDROID_ACTIVITY::::if ((value != null) && (value != ""))::::key::="::value::" ::end::::end::>
|
||||||
|
|||||||
Reference in New Issue
Block a user