diff options
author | Ninni Pipping <over999ships@gmail.com> | 2023-05-04 15:18:56 +0200 |
---|---|---|
committer | Ninni Pipping <over999ships@gmail.com> | 2023-05-09 17:47:52 +0200 |
commit | 6bccdec7a1261e105110f57874113cc820de927b (patch) | |
tree | 8098754b39fcca25d67c303789428866f7dad053 /platform/ios | |
parent | b0b23082c4d8cdcf20c090159f33726317504bdc (diff) | |
download | redot-engine-6bccdec7a1261e105110f57874113cc820de927b.tar.gz |
Make documentation sorting use natural order
Diffstat (limited to 'platform/ios')
-rw-r--r-- | platform/ios/doc_classes/EditorExportPlatformIOS.xml | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/platform/ios/doc_classes/EditorExportPlatformIOS.xml b/platform/ios/doc_classes/EditorExportPlatformIOS.xml index ef2b0a256d..899ab61206 100644 --- a/platform/ios/doc_classes/EditorExportPlatformIOS.xml +++ b/platform/ios/doc_classes/EditorExportPlatformIOS.xml @@ -69,15 +69,15 @@ <member name="icons/app_store_1024x1024" type="String" setter="" getter=""> App Store application icon file. If left empty, project icon is used instead. See [url=https://developer.apple.com/design/human-interface-guidelines/foundations/app-icons]App icons[/url]. </member> + <member name="icons/ipad_76x76" type="String" setter="" getter=""> + Home screen application icon file on iPad (1x DPI). If left empty, project icon is used instead. See [url=https://developer.apple.com/design/human-interface-guidelines/foundations/app-icons]App icons[/url]. + </member> <member name="icons/ipad_152x152" type="String" setter="" getter=""> Home screen application icon file on iPad (2x DPI). If left empty, project icon is used instead. See [url=https://developer.apple.com/design/human-interface-guidelines/foundations/app-icons]App icons[/url]. </member> <member name="icons/ipad_167x167" type="String" setter="" getter=""> Home screen application icon file on iPad (3x DPI). If left empty, project icon is used instead. See [url=https://developer.apple.com/design/human-interface-guidelines/foundations/app-icons]App icons[/url]. </member> - <member name="icons/ipad_76x76" type="String" setter="" getter=""> - Home screen application icon file on iPad (1x DPI). If left empty, project icon is used instead. See [url=https://developer.apple.com/design/human-interface-guidelines/foundations/app-icons]App icons[/url]. - </member> <member name="icons/iphone_120x120" type="String" setter="" getter=""> Home screen application icon file on iPhone (2x DPI). If left empty, project icon is used instead. See [url=https://developer.apple.com/design/human-interface-guidelines/foundations/app-icons]App icons[/url]. </member> @@ -114,25 +114,25 @@ <member name="landscape_launch_screens/iphone_2436x1125" type="String" setter="" getter=""> Application launch screen image file, if left empty project splash screen is used instead. </member> - <member name="portrait_launch_screens/ipad_1536x2048" type="String" setter="" getter=""> - Application launch screen image file, if left empty project splash screen is used instead. - </member> <member name="portrait_launch_screens/ipad_768x1024" type="String" setter="" getter=""> Application launch screen image file, if left empty project splash screen is used instead. </member> - <member name="portrait_launch_screens/iphone_1125x2436" type="String" setter="" getter=""> + <member name="portrait_launch_screens/ipad_1536x2048" type="String" setter="" getter=""> Application launch screen image file, if left empty project splash screen is used instead. </member> - <member name="portrait_launch_screens/iphone_1242x2208" type="String" setter="" getter=""> + <member name="portrait_launch_screens/iphone_640x960" type="String" setter="" getter=""> Application launch screen image file, if left empty project splash screen is used instead. </member> <member name="portrait_launch_screens/iphone_640x1136" type="String" setter="" getter=""> Application launch screen image file, if left empty project splash screen is used instead. </member> - <member name="portrait_launch_screens/iphone_640x960" type="String" setter="" getter=""> + <member name="portrait_launch_screens/iphone_750x1334" type="String" setter="" getter=""> Application launch screen image file, if left empty project splash screen is used instead. </member> - <member name="portrait_launch_screens/iphone_750x1334" type="String" setter="" getter=""> + <member name="portrait_launch_screens/iphone_1125x2436" type="String" setter="" getter=""> + Application launch screen image file, if left empty project splash screen is used instead. + </member> + <member name="portrait_launch_screens/iphone_1242x2208" type="String" setter="" getter=""> Application launch screen image file, if left empty project splash screen is used instead. </member> <member name="privacy/camera_usage_description" type="String" setter="" getter=""> |