class_editorexportplatformios.rst 44 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833
  1. :github_url: hide
  2. .. DO NOT EDIT THIS FILE!!!
  3. .. Generated automatically from Godot engine sources.
  4. .. Generator: https://github.com/godotengine/godot/tree/4.1/doc/tools/make_rst.py.
  5. .. XML source: https://github.com/godotengine/godot/tree/4.1/platform/ios/doc_classes/EditorExportPlatformIOS.xml.
  6. .. _class_EditorExportPlatformIOS:
  7. EditorExportPlatformIOS
  8. =======================
  9. **Inherits:** :ref:`EditorExportPlatform<class_EditorExportPlatform>` **<** :ref:`RefCounted<class_RefCounted>` **<** :ref:`Object<class_Object>`
  10. Exporter for iOS.
  11. .. rst-class:: classref-introduction-group
  12. Tutorials
  13. ---------
  14. - :doc:`Exporting for iOS <../tutorials/export/exporting_for_ios>`
  15. .. rst-class:: classref-reftable-group
  16. Properties
  17. ----------
  18. .. table::
  19. :widths: auto
  20. +-------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------+
  21. | :ref:`String<class_String>` | :ref:`application/app_store_team_id<class_EditorExportPlatformIOS_property_application/app_store_team_id>` |
  22. +-------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------+
  23. | :ref:`String<class_String>` | :ref:`application/bundle_identifier<class_EditorExportPlatformIOS_property_application/bundle_identifier>` |
  24. +-------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------+
  25. | :ref:`String<class_String>` | :ref:`application/code_sign_identity_debug<class_EditorExportPlatformIOS_property_application/code_sign_identity_debug>` |
  26. +-------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------+
  27. | :ref:`String<class_String>` | :ref:`application/code_sign_identity_release<class_EditorExportPlatformIOS_property_application/code_sign_identity_release>` |
  28. +-------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------+
  29. | :ref:`int<class_int>` | :ref:`application/export_method_debug<class_EditorExportPlatformIOS_property_application/export_method_debug>` |
  30. +-------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------+
  31. | :ref:`int<class_int>` | :ref:`application/export_method_release<class_EditorExportPlatformIOS_property_application/export_method_release>` |
  32. +-------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------+
  33. | :ref:`int<class_int>` | :ref:`application/icon_interpolation<class_EditorExportPlatformIOS_property_application/icon_interpolation>` |
  34. +-------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------+
  35. | :ref:`int<class_int>` | :ref:`application/launch_screens_interpolation<class_EditorExportPlatformIOS_property_application/launch_screens_interpolation>` |
  36. +-------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------+
  37. | :ref:`String<class_String>` | :ref:`application/provisioning_profile_uuid_debug<class_EditorExportPlatformIOS_property_application/provisioning_profile_uuid_debug>` |
  38. +-------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------+
  39. | :ref:`String<class_String>` | :ref:`application/provisioning_profile_uuid_release<class_EditorExportPlatformIOS_property_application/provisioning_profile_uuid_release>` |
  40. +-------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------+
  41. | :ref:`String<class_String>` | :ref:`application/short_version<class_EditorExportPlatformIOS_property_application/short_version>` |
  42. +-------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------+
  43. | :ref:`String<class_String>` | :ref:`application/signature<class_EditorExportPlatformIOS_property_application/signature>` |
  44. +-------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------+
  45. | :ref:`int<class_int>` | :ref:`application/targeted_device_family<class_EditorExportPlatformIOS_property_application/targeted_device_family>` |
  46. +-------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------+
  47. | :ref:`String<class_String>` | :ref:`application/version<class_EditorExportPlatformIOS_property_application/version>` |
  48. +-------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------+
  49. | :ref:`bool<class_bool>` | :ref:`architectures/arm64<class_EditorExportPlatformIOS_property_architectures/arm64>` |
  50. +-------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------+
  51. | :ref:`bool<class_bool>` | :ref:`capabilities/access_wifi<class_EditorExportPlatformIOS_property_capabilities/access_wifi>` |
  52. +-------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------+
  53. | :ref:`bool<class_bool>` | :ref:`capabilities/push_notifications<class_EditorExportPlatformIOS_property_capabilities/push_notifications>` |
  54. +-------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------+
  55. | :ref:`String<class_String>` | :ref:`custom_template/debug<class_EditorExportPlatformIOS_property_custom_template/debug>` |
  56. +-------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------+
  57. | :ref:`String<class_String>` | :ref:`custom_template/release<class_EditorExportPlatformIOS_property_custom_template/release>` |
  58. +-------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------+
  59. | :ref:`String<class_String>` | :ref:`icons/app_store_1024x1024<class_EditorExportPlatformIOS_property_icons/app_store_1024x1024>` |
  60. +-------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------+
  61. | :ref:`String<class_String>` | :ref:`icons/ipad_76x76<class_EditorExportPlatformIOS_property_icons/ipad_76x76>` |
  62. +-------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------+
  63. | :ref:`String<class_String>` | :ref:`icons/ipad_152x152<class_EditorExportPlatformIOS_property_icons/ipad_152x152>` |
  64. +-------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------+
  65. | :ref:`String<class_String>` | :ref:`icons/ipad_167x167<class_EditorExportPlatformIOS_property_icons/ipad_167x167>` |
  66. +-------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------+
  67. | :ref:`String<class_String>` | :ref:`icons/iphone_120x120<class_EditorExportPlatformIOS_property_icons/iphone_120x120>` |
  68. +-------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------+
  69. | :ref:`String<class_String>` | :ref:`icons/iphone_180x180<class_EditorExportPlatformIOS_property_icons/iphone_180x180>` |
  70. +-------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------+
  71. | :ref:`String<class_String>` | :ref:`icons/notification_40x40<class_EditorExportPlatformIOS_property_icons/notification_40x40>` |
  72. +-------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------+
  73. | :ref:`String<class_String>` | :ref:`icons/notification_60x60<class_EditorExportPlatformIOS_property_icons/notification_60x60>` |
  74. +-------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------+
  75. | :ref:`String<class_String>` | :ref:`icons/settings_58x58<class_EditorExportPlatformIOS_property_icons/settings_58x58>` |
  76. +-------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------+
  77. | :ref:`String<class_String>` | :ref:`icons/settings_87x87<class_EditorExportPlatformIOS_property_icons/settings_87x87>` |
  78. +-------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------+
  79. | :ref:`String<class_String>` | :ref:`icons/spotlight_40x40<class_EditorExportPlatformIOS_property_icons/spotlight_40x40>` |
  80. +-------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------+
  81. | :ref:`String<class_String>` | :ref:`icons/spotlight_80x80<class_EditorExportPlatformIOS_property_icons/spotlight_80x80>` |
  82. +-------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------+
  83. | :ref:`String<class_String>` | :ref:`landscape_launch_screens/ipad_1024x768<class_EditorExportPlatformIOS_property_landscape_launch_screens/ipad_1024x768>` |
  84. +-------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------+
  85. | :ref:`String<class_String>` | :ref:`landscape_launch_screens/ipad_2048x1536<class_EditorExportPlatformIOS_property_landscape_launch_screens/ipad_2048x1536>` |
  86. +-------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------+
  87. | :ref:`String<class_String>` | :ref:`landscape_launch_screens/iphone_2208x1242<class_EditorExportPlatformIOS_property_landscape_launch_screens/iphone_2208x1242>` |
  88. +-------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------+
  89. | :ref:`String<class_String>` | :ref:`landscape_launch_screens/iphone_2436x1125<class_EditorExportPlatformIOS_property_landscape_launch_screens/iphone_2436x1125>` |
  90. +-------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------+
  91. | :ref:`String<class_String>` | :ref:`portrait_launch_screens/ipad_768x1024<class_EditorExportPlatformIOS_property_portrait_launch_screens/ipad_768x1024>` |
  92. +-------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------+
  93. | :ref:`String<class_String>` | :ref:`portrait_launch_screens/ipad_1536x2048<class_EditorExportPlatformIOS_property_portrait_launch_screens/ipad_1536x2048>` |
  94. +-------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------+
  95. | :ref:`String<class_String>` | :ref:`portrait_launch_screens/iphone_640x960<class_EditorExportPlatformIOS_property_portrait_launch_screens/iphone_640x960>` |
  96. +-------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------+
  97. | :ref:`String<class_String>` | :ref:`portrait_launch_screens/iphone_640x1136<class_EditorExportPlatformIOS_property_portrait_launch_screens/iphone_640x1136>` |
  98. +-------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------+
  99. | :ref:`String<class_String>` | :ref:`portrait_launch_screens/iphone_750x1334<class_EditorExportPlatformIOS_property_portrait_launch_screens/iphone_750x1334>` |
  100. +-------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------+
  101. | :ref:`String<class_String>` | :ref:`portrait_launch_screens/iphone_1125x2436<class_EditorExportPlatformIOS_property_portrait_launch_screens/iphone_1125x2436>` |
  102. +-------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------+
  103. | :ref:`String<class_String>` | :ref:`portrait_launch_screens/iphone_1242x2208<class_EditorExportPlatformIOS_property_portrait_launch_screens/iphone_1242x2208>` |
  104. +-------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------+
  105. | :ref:`String<class_String>` | :ref:`privacy/camera_usage_description<class_EditorExportPlatformIOS_property_privacy/camera_usage_description>` |
  106. +-------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------+
  107. | :ref:`Dictionary<class_Dictionary>` | :ref:`privacy/camera_usage_description_localized<class_EditorExportPlatformIOS_property_privacy/camera_usage_description_localized>` |
  108. +-------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------+
  109. | :ref:`String<class_String>` | :ref:`privacy/microphone_usage_description<class_EditorExportPlatformIOS_property_privacy/microphone_usage_description>` |
  110. +-------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------+
  111. | :ref:`Dictionary<class_Dictionary>` | :ref:`privacy/microphone_usage_description_localized<class_EditorExportPlatformIOS_property_privacy/microphone_usage_description_localized>` |
  112. +-------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------+
  113. | :ref:`String<class_String>` | :ref:`privacy/photolibrary_usage_description<class_EditorExportPlatformIOS_property_privacy/photolibrary_usage_description>` |
  114. +-------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------+
  115. | :ref:`Dictionary<class_Dictionary>` | :ref:`privacy/photolibrary_usage_description_localized<class_EditorExportPlatformIOS_property_privacy/photolibrary_usage_description_localized>` |
  116. +-------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------+
  117. | :ref:`Color<class_Color>` | :ref:`storyboard/custom_bg_color<class_EditorExportPlatformIOS_property_storyboard/custom_bg_color>` |
  118. +-------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------+
  119. | :ref:`String<class_String>` | :ref:`storyboard/custom_image@2x<class_EditorExportPlatformIOS_property_storyboard/custom_image@2x>` |
  120. +-------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------+
  121. | :ref:`String<class_String>` | :ref:`storyboard/custom_image@3x<class_EditorExportPlatformIOS_property_storyboard/custom_image@3x>` |
  122. +-------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------+
  123. | :ref:`int<class_int>` | :ref:`storyboard/image_scale_mode<class_EditorExportPlatformIOS_property_storyboard/image_scale_mode>` |
  124. +-------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------+
  125. | :ref:`bool<class_bool>` | :ref:`storyboard/use_custom_bg_color<class_EditorExportPlatformIOS_property_storyboard/use_custom_bg_color>` |
  126. +-------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------+
  127. | :ref:`bool<class_bool>` | :ref:`storyboard/use_launch_screen_storyboard<class_EditorExportPlatformIOS_property_storyboard/use_launch_screen_storyboard>` |
  128. +-------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------+
  129. | :ref:`bool<class_bool>` | :ref:`user_data/accessible_from_files_app<class_EditorExportPlatformIOS_property_user_data/accessible_from_files_app>` |
  130. +-------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------+
  131. | :ref:`bool<class_bool>` | :ref:`user_data/accessible_from_itunes_sharing<class_EditorExportPlatformIOS_property_user_data/accessible_from_itunes_sharing>` |
  132. +-------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------+
  133. .. rst-class:: classref-section-separator
  134. ----
  135. .. rst-class:: classref-descriptions-group
  136. Property Descriptions
  137. ---------------------
  138. .. _class_EditorExportPlatformIOS_property_application/app_store_team_id:
  139. .. rst-class:: classref-property
  140. :ref:`String<class_String>` **application/app_store_team_id**
  141. Apple Team ID, unique 10-character string. To locate your Team ID check "Membership details" section in your Apple developer account dashboard, or "Organizational Unit" of your code signing certificate. See `Locate your Team ID <https://developer.apple.com/help/account/manage-your-team/locate-your-team-id>`__.
  142. .. rst-class:: classref-item-separator
  143. ----
  144. .. _class_EditorExportPlatformIOS_property_application/bundle_identifier:
  145. .. rst-class:: classref-property
  146. :ref:`String<class_String>` **application/bundle_identifier**
  147. Unique application identifier in a reverse-DNS format, can only contain alphanumeric characters (``A-Z``, ``a-z``, and ``0-9``), hyphens (``-``), and periods (``.``).
  148. .. rst-class:: classref-item-separator
  149. ----
  150. .. _class_EditorExportPlatformIOS_property_application/code_sign_identity_debug:
  151. .. rst-class:: classref-property
  152. :ref:`String<class_String>` **application/code_sign_identity_debug**
  153. The "Full Name", "Common Name" or SHA-1 hash of the signing identity used for debug export.
  154. .. rst-class:: classref-item-separator
  155. ----
  156. .. _class_EditorExportPlatformIOS_property_application/code_sign_identity_release:
  157. .. rst-class:: classref-property
  158. :ref:`String<class_String>` **application/code_sign_identity_release**
  159. The "Full Name", "Common Name" or SHA-1 hash of the signing identity used for release export.
  160. .. rst-class:: classref-item-separator
  161. ----
  162. .. _class_EditorExportPlatformIOS_property_application/export_method_debug:
  163. .. rst-class:: classref-property
  164. :ref:`int<class_int>` **application/export_method_debug**
  165. Application distribution target (debug export).
  166. .. rst-class:: classref-item-separator
  167. ----
  168. .. _class_EditorExportPlatformIOS_property_application/export_method_release:
  169. .. rst-class:: classref-property
  170. :ref:`int<class_int>` **application/export_method_release**
  171. Application distribution target (release export).
  172. .. rst-class:: classref-item-separator
  173. ----
  174. .. _class_EditorExportPlatformIOS_property_application/icon_interpolation:
  175. .. rst-class:: classref-property
  176. :ref:`int<class_int>` **application/icon_interpolation**
  177. Interpolation method used to resize application icon.
  178. .. rst-class:: classref-item-separator
  179. ----
  180. .. _class_EditorExportPlatformIOS_property_application/launch_screens_interpolation:
  181. .. rst-class:: classref-property
  182. :ref:`int<class_int>` **application/launch_screens_interpolation**
  183. Interpolation method used to resize launch screen images.
  184. .. rst-class:: classref-item-separator
  185. ----
  186. .. _class_EditorExportPlatformIOS_property_application/provisioning_profile_uuid_debug:
  187. .. rst-class:: classref-property
  188. :ref:`String<class_String>` **application/provisioning_profile_uuid_debug**
  189. UUID of the provisioning profile. If left empty, Xcode will download or create a provisioning profile automatically. See `Edit, download, or delete provisioning profiles <https://developer.apple.com/help/account/manage-profiles/edit-download-or-delete-profiles>`__.
  190. Can be overridden with the environment variable ``GODOT_IOS_PROVISIONING_PROFILE_UUID_DEBUG``.
  191. .. rst-class:: classref-item-separator
  192. ----
  193. .. _class_EditorExportPlatformIOS_property_application/provisioning_profile_uuid_release:
  194. .. rst-class:: classref-property
  195. :ref:`String<class_String>` **application/provisioning_profile_uuid_release**
  196. UUID of the provisioning profile. If left empty, Xcode will download or create a provisioning profile automatically. See `Edit, download, or delete provisioning profiles <https://developer.apple.com/help/account/manage-profiles/edit-download-or-delete-profiles>`__.
  197. Can be overridden with the environment variable ``GODOT_IOS_PROVISIONING_PROFILE_UUID_RELEASE``.
  198. .. rst-class:: classref-item-separator
  199. ----
  200. .. _class_EditorExportPlatformIOS_property_application/short_version:
  201. .. rst-class:: classref-property
  202. :ref:`String<class_String>` **application/short_version**
  203. Application version visible to the user, can only contain numeric characters (``0-9``) and periods (``.``).
  204. .. rst-class:: classref-item-separator
  205. ----
  206. .. _class_EditorExportPlatformIOS_property_application/signature:
  207. .. rst-class:: classref-property
  208. :ref:`String<class_String>` **application/signature**
  209. A four-character creator code that is specific to the bundle. Optional.
  210. .. rst-class:: classref-item-separator
  211. ----
  212. .. _class_EditorExportPlatformIOS_property_application/targeted_device_family:
  213. .. rst-class:: classref-property
  214. :ref:`int<class_int>` **application/targeted_device_family**
  215. Supported device family.
  216. .. rst-class:: classref-item-separator
  217. ----
  218. .. _class_EditorExportPlatformIOS_property_application/version:
  219. .. rst-class:: classref-property
  220. :ref:`String<class_String>` **application/version**
  221. Machine-readable application version, in the ``major.minor.patch`` format, can only contain numeric characters (``0-9``) and periods (``.``).
  222. .. rst-class:: classref-item-separator
  223. ----
  224. .. _class_EditorExportPlatformIOS_property_architectures/arm64:
  225. .. rst-class:: classref-property
  226. :ref:`bool<class_bool>` **architectures/arm64**
  227. If ``true``, ``arm64`` binaries are included into exported project.
  228. .. rst-class:: classref-item-separator
  229. ----
  230. .. _class_EditorExportPlatformIOS_property_capabilities/access_wifi:
  231. .. rst-class:: classref-property
  232. :ref:`bool<class_bool>` **capabilities/access_wifi**
  233. If ``true``, networking features related to Wi-Fi access are enabled. See `Required Device Capabilities <https://developer.apple.com/support/required-device-capabilities/>`__.
  234. .. rst-class:: classref-item-separator
  235. ----
  236. .. _class_EditorExportPlatformIOS_property_capabilities/push_notifications:
  237. .. rst-class:: classref-property
  238. :ref:`bool<class_bool>` **capabilities/push_notifications**
  239. If ``true``, push notifications are enabled. See `Required Device Capabilities <https://developer.apple.com/support/required-device-capabilities/>`__.
  240. .. rst-class:: classref-item-separator
  241. ----
  242. .. _class_EditorExportPlatformIOS_property_custom_template/debug:
  243. .. rst-class:: classref-property
  244. :ref:`String<class_String>` **custom_template/debug**
  245. Path to the custom export template. If left empty, default template is used.
  246. .. rst-class:: classref-item-separator
  247. ----
  248. .. _class_EditorExportPlatformIOS_property_custom_template/release:
  249. .. rst-class:: classref-property
  250. :ref:`String<class_String>` **custom_template/release**
  251. Path to the custom export template. If left empty, default template is used.
  252. .. rst-class:: classref-item-separator
  253. ----
  254. .. _class_EditorExportPlatformIOS_property_icons/app_store_1024x1024:
  255. .. rst-class:: classref-property
  256. :ref:`String<class_String>` **icons/app_store_1024x1024**
  257. App Store application icon file. If left empty, it will fallback to :ref:`ProjectSettings.application/config/icon<class_ProjectSettings_property_application/config/icon>`. See `App icons <https://developer.apple.com/design/human-interface-guidelines/foundations/app-icons>`__.
  258. .. rst-class:: classref-item-separator
  259. ----
  260. .. _class_EditorExportPlatformIOS_property_icons/ipad_76x76:
  261. .. rst-class:: classref-property
  262. :ref:`String<class_String>` **icons/ipad_76x76**
  263. Home screen application icon file on iPad (1x DPI). If left empty, it will fallback to :ref:`ProjectSettings.application/config/icon<class_ProjectSettings_property_application/config/icon>`. See `App icons <https://developer.apple.com/design/human-interface-guidelines/foundations/app-icons>`__.
  264. .. rst-class:: classref-item-separator
  265. ----
  266. .. _class_EditorExportPlatformIOS_property_icons/ipad_152x152:
  267. .. rst-class:: classref-property
  268. :ref:`String<class_String>` **icons/ipad_152x152**
  269. Home screen application icon file on iPad (2x DPI). If left empty, it will fallback to :ref:`ProjectSettings.application/config/icon<class_ProjectSettings_property_application/config/icon>`. See `App icons <https://developer.apple.com/design/human-interface-guidelines/foundations/app-icons>`__.
  270. .. rst-class:: classref-item-separator
  271. ----
  272. .. _class_EditorExportPlatformIOS_property_icons/ipad_167x167:
  273. .. rst-class:: classref-property
  274. :ref:`String<class_String>` **icons/ipad_167x167**
  275. Home screen application icon file on iPad (3x DPI). If left empty, it will fallback to :ref:`ProjectSettings.application/config/icon<class_ProjectSettings_property_application/config/icon>`. See `App icons <https://developer.apple.com/design/human-interface-guidelines/foundations/app-icons>`__.
  276. .. rst-class:: classref-item-separator
  277. ----
  278. .. _class_EditorExportPlatformIOS_property_icons/iphone_120x120:
  279. .. rst-class:: classref-property
  280. :ref:`String<class_String>` **icons/iphone_120x120**
  281. Home screen application icon file on iPhone (2x DPI). If left empty, it will fallback to :ref:`ProjectSettings.application/config/icon<class_ProjectSettings_property_application/config/icon>`. See `App icons <https://developer.apple.com/design/human-interface-guidelines/foundations/app-icons>`__.
  282. .. rst-class:: classref-item-separator
  283. ----
  284. .. _class_EditorExportPlatformIOS_property_icons/iphone_180x180:
  285. .. rst-class:: classref-property
  286. :ref:`String<class_String>` **icons/iphone_180x180**
  287. Home screen application icon file on iPhone (3x DPI). If left empty, it will fallback to :ref:`ProjectSettings.application/config/icon<class_ProjectSettings_property_application/config/icon>`. See `App icons <https://developer.apple.com/design/human-interface-guidelines/foundations/app-icons>`__.
  288. .. rst-class:: classref-item-separator
  289. ----
  290. .. _class_EditorExportPlatformIOS_property_icons/notification_40x40:
  291. .. rst-class:: classref-property
  292. :ref:`String<class_String>` **icons/notification_40x40**
  293. Notification icon file on iPad and iPhone (2x DPI). If left empty, it will fallback to :ref:`ProjectSettings.application/config/icon<class_ProjectSettings_property_application/config/icon>`. See `App icons <https://developer.apple.com/design/human-interface-guidelines/foundations/app-icons>`__.
  294. .. rst-class:: classref-item-separator
  295. ----
  296. .. _class_EditorExportPlatformIOS_property_icons/notification_60x60:
  297. .. rst-class:: classref-property
  298. :ref:`String<class_String>` **icons/notification_60x60**
  299. Notification icon file on iPhone (3x DPI). If left empty, it will fallback to :ref:`ProjectSettings.application/config/icon<class_ProjectSettings_property_application/config/icon>`. See `App icons <https://developer.apple.com/design/human-interface-guidelines/foundations/app-icons>`__.
  300. .. rst-class:: classref-item-separator
  301. ----
  302. .. _class_EditorExportPlatformIOS_property_icons/settings_58x58:
  303. .. rst-class:: classref-property
  304. :ref:`String<class_String>` **icons/settings_58x58**
  305. Application settings icon file on iPad and iPhone (2x DPI). If left empty, it will fallback to :ref:`ProjectSettings.application/config/icon<class_ProjectSettings_property_application/config/icon>`. See `App icons <https://developer.apple.com/design/human-interface-guidelines/foundations/app-icons>`__.
  306. .. rst-class:: classref-item-separator
  307. ----
  308. .. _class_EditorExportPlatformIOS_property_icons/settings_87x87:
  309. .. rst-class:: classref-property
  310. :ref:`String<class_String>` **icons/settings_87x87**
  311. Application settings icon file on iPhone (3x DPI). If left empty, it will fallback to :ref:`ProjectSettings.application/config/icon<class_ProjectSettings_property_application/config/icon>`. See `App icons <https://developer.apple.com/design/human-interface-guidelines/foundations/app-icons>`__.
  312. .. rst-class:: classref-item-separator
  313. ----
  314. .. _class_EditorExportPlatformIOS_property_icons/spotlight_40x40:
  315. .. rst-class:: classref-property
  316. :ref:`String<class_String>` **icons/spotlight_40x40**
  317. Spotlight icon file on iPad (1x DPI). If left empty, it will fallback to :ref:`ProjectSettings.application/config/icon<class_ProjectSettings_property_application/config/icon>`. See `App icons <https://developer.apple.com/design/human-interface-guidelines/foundations/app-icons>`__.
  318. .. rst-class:: classref-item-separator
  319. ----
  320. .. _class_EditorExportPlatformIOS_property_icons/spotlight_80x80:
  321. .. rst-class:: classref-property
  322. :ref:`String<class_String>` **icons/spotlight_80x80**
  323. Spotlight icon file on iPad and iPhone (2x DPI). If left empty, it will fallback to :ref:`ProjectSettings.application/config/icon<class_ProjectSettings_property_application/config/icon>`. See `App icons <https://developer.apple.com/design/human-interface-guidelines/foundations/app-icons>`__.
  324. .. rst-class:: classref-item-separator
  325. ----
  326. .. _class_EditorExportPlatformIOS_property_landscape_launch_screens/ipad_1024x768:
  327. .. rst-class:: classref-property
  328. :ref:`String<class_String>` **landscape_launch_screens/ipad_1024x768**
  329. Application launch screen image file. If left empty, it will fallback to :ref:`ProjectSettings.application/boot_splash/image<class_ProjectSettings_property_application/boot_splash/image>`.
  330. .. rst-class:: classref-item-separator
  331. ----
  332. .. _class_EditorExportPlatformIOS_property_landscape_launch_screens/ipad_2048x1536:
  333. .. rst-class:: classref-property
  334. :ref:`String<class_String>` **landscape_launch_screens/ipad_2048x1536**
  335. Application launch screen image file. If left empty, it will fallback to :ref:`ProjectSettings.application/boot_splash/image<class_ProjectSettings_property_application/boot_splash/image>`.
  336. .. rst-class:: classref-item-separator
  337. ----
  338. .. _class_EditorExportPlatformIOS_property_landscape_launch_screens/iphone_2208x1242:
  339. .. rst-class:: classref-property
  340. :ref:`String<class_String>` **landscape_launch_screens/iphone_2208x1242**
  341. Application launch screen image file. If left empty, it will fallback to :ref:`ProjectSettings.application/boot_splash/image<class_ProjectSettings_property_application/boot_splash/image>`.
  342. .. rst-class:: classref-item-separator
  343. ----
  344. .. _class_EditorExportPlatformIOS_property_landscape_launch_screens/iphone_2436x1125:
  345. .. rst-class:: classref-property
  346. :ref:`String<class_String>` **landscape_launch_screens/iphone_2436x1125**
  347. Application launch screen image file. If left empty, it will fallback to :ref:`ProjectSettings.application/boot_splash/image<class_ProjectSettings_property_application/boot_splash/image>`.
  348. .. rst-class:: classref-item-separator
  349. ----
  350. .. _class_EditorExportPlatformIOS_property_portrait_launch_screens/ipad_768x1024:
  351. .. rst-class:: classref-property
  352. :ref:`String<class_String>` **portrait_launch_screens/ipad_768x1024**
  353. Application launch screen image file. If left empty, it will fallback to :ref:`ProjectSettings.application/boot_splash/image<class_ProjectSettings_property_application/boot_splash/image>`.
  354. .. rst-class:: classref-item-separator
  355. ----
  356. .. _class_EditorExportPlatformIOS_property_portrait_launch_screens/ipad_1536x2048:
  357. .. rst-class:: classref-property
  358. :ref:`String<class_String>` **portrait_launch_screens/ipad_1536x2048**
  359. Application launch screen image file. If left empty, it will fallback to :ref:`ProjectSettings.application/boot_splash/image<class_ProjectSettings_property_application/boot_splash/image>`.
  360. .. rst-class:: classref-item-separator
  361. ----
  362. .. _class_EditorExportPlatformIOS_property_portrait_launch_screens/iphone_640x960:
  363. .. rst-class:: classref-property
  364. :ref:`String<class_String>` **portrait_launch_screens/iphone_640x960**
  365. Application launch screen image file. If left empty, it will fallback to :ref:`ProjectSettings.application/boot_splash/image<class_ProjectSettings_property_application/boot_splash/image>`.
  366. .. rst-class:: classref-item-separator
  367. ----
  368. .. _class_EditorExportPlatformIOS_property_portrait_launch_screens/iphone_640x1136:
  369. .. rst-class:: classref-property
  370. :ref:`String<class_String>` **portrait_launch_screens/iphone_640x1136**
  371. Application launch screen image file. If left empty, it will fallback to :ref:`ProjectSettings.application/boot_splash/image<class_ProjectSettings_property_application/boot_splash/image>`.
  372. .. rst-class:: classref-item-separator
  373. ----
  374. .. _class_EditorExportPlatformIOS_property_portrait_launch_screens/iphone_750x1334:
  375. .. rst-class:: classref-property
  376. :ref:`String<class_String>` **portrait_launch_screens/iphone_750x1334**
  377. Application launch screen image file. If left empty, it will fallback to :ref:`ProjectSettings.application/boot_splash/image<class_ProjectSettings_property_application/boot_splash/image>`.
  378. .. rst-class:: classref-item-separator
  379. ----
  380. .. _class_EditorExportPlatformIOS_property_portrait_launch_screens/iphone_1125x2436:
  381. .. rst-class:: classref-property
  382. :ref:`String<class_String>` **portrait_launch_screens/iphone_1125x2436**
  383. Application launch screen image file. If left empty, it will fallback to :ref:`ProjectSettings.application/boot_splash/image<class_ProjectSettings_property_application/boot_splash/image>`.
  384. .. rst-class:: classref-item-separator
  385. ----
  386. .. _class_EditorExportPlatformIOS_property_portrait_launch_screens/iphone_1242x2208:
  387. .. rst-class:: classref-property
  388. :ref:`String<class_String>` **portrait_launch_screens/iphone_1242x2208**
  389. Application launch screen image file. If left empty, it will fallback to :ref:`ProjectSettings.application/boot_splash/image<class_ProjectSettings_property_application/boot_splash/image>`.
  390. .. rst-class:: classref-item-separator
  391. ----
  392. .. _class_EditorExportPlatformIOS_property_privacy/camera_usage_description:
  393. .. rst-class:: classref-property
  394. :ref:`String<class_String>` **privacy/camera_usage_description**
  395. A message displayed when requesting access to the device's camera (in English).
  396. .. rst-class:: classref-item-separator
  397. ----
  398. .. _class_EditorExportPlatformIOS_property_privacy/camera_usage_description_localized:
  399. .. rst-class:: classref-property
  400. :ref:`Dictionary<class_Dictionary>` **privacy/camera_usage_description_localized**
  401. A message displayed when requesting access to the device's camera (localized).
  402. .. rst-class:: classref-item-separator
  403. ----
  404. .. _class_EditorExportPlatformIOS_property_privacy/microphone_usage_description:
  405. .. rst-class:: classref-property
  406. :ref:`String<class_String>` **privacy/microphone_usage_description**
  407. A message displayed when requesting access to the device's microphone (in English).
  408. .. rst-class:: classref-item-separator
  409. ----
  410. .. _class_EditorExportPlatformIOS_property_privacy/microphone_usage_description_localized:
  411. .. rst-class:: classref-property
  412. :ref:`Dictionary<class_Dictionary>` **privacy/microphone_usage_description_localized**
  413. A message displayed when requesting access to the device's microphone (localized).
  414. .. rst-class:: classref-item-separator
  415. ----
  416. .. _class_EditorExportPlatformIOS_property_privacy/photolibrary_usage_description:
  417. .. rst-class:: classref-property
  418. :ref:`String<class_String>` **privacy/photolibrary_usage_description**
  419. A message displayed when requesting access to the user's photo library (in English).
  420. .. rst-class:: classref-item-separator
  421. ----
  422. .. _class_EditorExportPlatformIOS_property_privacy/photolibrary_usage_description_localized:
  423. .. rst-class:: classref-property
  424. :ref:`Dictionary<class_Dictionary>` **privacy/photolibrary_usage_description_localized**
  425. A message displayed when requesting access to the user's photo library (localized).
  426. .. rst-class:: classref-item-separator
  427. ----
  428. .. _class_EditorExportPlatformIOS_property_storyboard/custom_bg_color:
  429. .. rst-class:: classref-property
  430. :ref:`Color<class_Color>` **storyboard/custom_bg_color**
  431. A custom background color of the storyboard launch screen.
  432. .. rst-class:: classref-item-separator
  433. ----
  434. .. _class_EditorExportPlatformIOS_property_storyboard/custom_image@2x:
  435. .. rst-class:: classref-property
  436. :ref:`String<class_String>` **storyboard/custom_image@2x**
  437. Application launch screen image file (2x DPI). If left empty, it will fallback to :ref:`ProjectSettings.application/boot_splash/image<class_ProjectSettings_property_application/boot_splash/image>`.
  438. .. rst-class:: classref-item-separator
  439. ----
  440. .. _class_EditorExportPlatformIOS_property_storyboard/custom_image@3x:
  441. .. rst-class:: classref-property
  442. :ref:`String<class_String>` **storyboard/custom_image@3x**
  443. Application launch screen image file (3x DPI). If left empty, it will fallback to :ref:`ProjectSettings.application/boot_splash/image<class_ProjectSettings_property_application/boot_splash/image>`.
  444. .. rst-class:: classref-item-separator
  445. ----
  446. .. _class_EditorExportPlatformIOS_property_storyboard/image_scale_mode:
  447. .. rst-class:: classref-property
  448. :ref:`int<class_int>` **storyboard/image_scale_mode**
  449. Launch screen image scaling mode.
  450. .. rst-class:: classref-item-separator
  451. ----
  452. .. _class_EditorExportPlatformIOS_property_storyboard/use_custom_bg_color:
  453. .. rst-class:: classref-property
  454. :ref:`bool<class_bool>` **storyboard/use_custom_bg_color**
  455. If ``true``, :ref:`storyboard/custom_bg_color<class_EditorExportPlatformIOS_property_storyboard/custom_bg_color>` is used as a launch screen background color, otherwise ``application/boot_splash/bg_color`` project setting is used.
  456. .. rst-class:: classref-item-separator
  457. ----
  458. .. _class_EditorExportPlatformIOS_property_storyboard/use_launch_screen_storyboard:
  459. .. rst-class:: classref-property
  460. :ref:`bool<class_bool>` **storyboard/use_launch_screen_storyboard**
  461. If ``true``, storyboard launch screen is used instead of launch screen images.
  462. .. rst-class:: classref-item-separator
  463. ----
  464. .. _class_EditorExportPlatformIOS_property_user_data/accessible_from_files_app:
  465. .. rst-class:: classref-property
  466. :ref:`bool<class_bool>` **user_data/accessible_from_files_app**
  467. If ``true``, the app "Documents" folder can be accessed via "Files" app. See `LSSupportsOpeningDocumentsInPlace <https://developer.apple.com/documentation/bundleresources/information_property_list/lssupportsopeningdocumentsinplace>`__.
  468. .. rst-class:: classref-item-separator
  469. ----
  470. .. _class_EditorExportPlatformIOS_property_user_data/accessible_from_itunes_sharing:
  471. .. rst-class:: classref-property
  472. :ref:`bool<class_bool>` **user_data/accessible_from_itunes_sharing**
  473. If ``true``, the app "Documents" folder can be accessed via iTunes file sharing. See `UIFileSharingEnabled <https://developer.apple.com/documentation/bundleresources/information_property_list/uifilesharingenabled>`__.
  474. .. |virtual| replace:: :abbr:`virtual (This method should typically be overridden by the user to have any effect.)`
  475. .. |const| replace:: :abbr:`const (This method has no side effects. It doesn't modify any of the instance's member variables.)`
  476. .. |vararg| replace:: :abbr:`vararg (This method accepts any number of arguments after the ones described here.)`
  477. .. |constructor| replace:: :abbr:`constructor (This method is used to construct a type.)`
  478. .. |static| replace:: :abbr:`static (This method doesn't need an instance to be called, so it can be called directly using the class name.)`
  479. .. |operator| replace:: :abbr:`operator (This method describes a valid operator to use with this type as left-hand operand.)`
  480. .. |bitfield| replace:: :abbr:`BitField (This value is an integer composed as a bitmask of the following flags.)`