class_editorexportplatformios.rst 46 KB

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