:github_url: hide .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. .. Generator: https://github.com/godotengine/godot/tree/4.1/doc/tools/make_rst.py. .. XML source: https://github.com/godotengine/godot/tree/4.1/platform/ios/doc_classes/EditorExportPlatformIOS.xml. .. _class_EditorExportPlatformIOS: EditorExportPlatformIOS ======================= **Inherits:** :ref:`EditorExportPlatform` **<** :ref:`RefCounted` **<** :ref:`Object` Exporter for iOS. .. rst-class:: classref-introduction-group Tutorials --------- - :doc:`Exporting for iOS <../tutorials/export/exporting_for_ios>` .. rst-class:: classref-reftable-group Properties ---------- .. table:: :widths: auto +-------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`String` | :ref:`application/app_store_team_id` | +-------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`String` | :ref:`application/bundle_identifier` | +-------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`String` | :ref:`application/code_sign_identity_debug` | +-------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`String` | :ref:`application/code_sign_identity_release` | +-------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`int` | :ref:`application/export_method_debug` | +-------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`int` | :ref:`application/export_method_release` | +-------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`int` | :ref:`application/icon_interpolation` | +-------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`int` | :ref:`application/launch_screens_interpolation` | +-------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`String` | :ref:`application/provisioning_profile_uuid_debug` | +-------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`String` | :ref:`application/provisioning_profile_uuid_release` | +-------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`String` | :ref:`application/short_version` | +-------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`String` | :ref:`application/signature` | +-------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`int` | :ref:`application/targeted_device_family` | +-------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`String` | :ref:`application/version` | +-------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`bool` | :ref:`architectures/arm64` | +-------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`bool` | :ref:`capabilities/access_wifi` | +-------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`bool` | :ref:`capabilities/push_notifications` | +-------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`String` | :ref:`custom_template/debug` | +-------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`String` | :ref:`custom_template/release` | +-------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`String` | :ref:`icons/app_store_1024x1024` | +-------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`String` | :ref:`icons/ipad_76x76` | +-------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`String` | :ref:`icons/ipad_152x152` | +-------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`String` | :ref:`icons/ipad_167x167` | +-------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`String` | :ref:`icons/iphone_120x120` | +-------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`String` | :ref:`icons/iphone_180x180` | +-------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`String` | :ref:`icons/notification_40x40` | +-------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`String` | :ref:`icons/notification_60x60` | +-------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`String` | :ref:`icons/settings_58x58` | +-------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`String` | :ref:`icons/settings_87x87` | +-------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`String` | :ref:`icons/spotlight_40x40` | +-------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`String` | :ref:`icons/spotlight_80x80` | +-------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`String` | :ref:`landscape_launch_screens/ipad_1024x768` | +-------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`String` | :ref:`landscape_launch_screens/ipad_2048x1536` | +-------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`String` | :ref:`landscape_launch_screens/iphone_2208x1242` | +-------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`String` | :ref:`landscape_launch_screens/iphone_2436x1125` | +-------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`String` | :ref:`portrait_launch_screens/ipad_768x1024` | +-------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`String` | :ref:`portrait_launch_screens/ipad_1536x2048` | +-------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`String` | :ref:`portrait_launch_screens/iphone_640x960` | +-------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`String` | :ref:`portrait_launch_screens/iphone_640x1136` | +-------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`String` | :ref:`portrait_launch_screens/iphone_750x1334` | +-------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`String` | :ref:`portrait_launch_screens/iphone_1125x2436` | +-------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`String` | :ref:`portrait_launch_screens/iphone_1242x2208` | +-------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`String` | :ref:`privacy/camera_usage_description` | +-------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`Dictionary` | :ref:`privacy/camera_usage_description_localized` | +-------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`String` | :ref:`privacy/microphone_usage_description` | +-------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`Dictionary` | :ref:`privacy/microphone_usage_description_localized` | +-------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`String` | :ref:`privacy/photolibrary_usage_description` | +-------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`Dictionary` | :ref:`privacy/photolibrary_usage_description_localized` | +-------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`Color` | :ref:`storyboard/custom_bg_color` | +-------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`String` | :ref:`storyboard/custom_image@2x` | +-------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`String` | :ref:`storyboard/custom_image@3x` | +-------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`int` | :ref:`storyboard/image_scale_mode` | +-------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`bool` | :ref:`storyboard/use_custom_bg_color` | +-------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`bool` | :ref:`storyboard/use_launch_screen_storyboard` | +-------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`bool` | :ref:`user_data/accessible_from_files_app` | +-------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`bool` | :ref:`user_data/accessible_from_itunes_sharing` | +-------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------+ .. rst-class:: classref-section-separator ---- .. rst-class:: classref-descriptions-group Property Descriptions --------------------- .. _class_EditorExportPlatformIOS_property_application/app_store_team_id: .. rst-class:: classref-property :ref:`String` **application/app_store_team_id** 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 `__. .. rst-class:: classref-item-separator ---- .. _class_EditorExportPlatformIOS_property_application/bundle_identifier: .. rst-class:: classref-property :ref:`String` **application/bundle_identifier** Unique application identifier in a reverse-DNS format, can only contain alphanumeric characters (``A-Z``, ``a-z``, and ``0-9``), hyphens (``-``), and periods (``.``). .. rst-class:: classref-item-separator ---- .. _class_EditorExportPlatformIOS_property_application/code_sign_identity_debug: .. rst-class:: classref-property :ref:`String` **application/code_sign_identity_debug** The "Full Name", "Common Name" or SHA-1 hash of the signing identity used for debug export. .. rst-class:: classref-item-separator ---- .. _class_EditorExportPlatformIOS_property_application/code_sign_identity_release: .. rst-class:: classref-property :ref:`String` **application/code_sign_identity_release** The "Full Name", "Common Name" or SHA-1 hash of the signing identity used for release export. .. rst-class:: classref-item-separator ---- .. _class_EditorExportPlatformIOS_property_application/export_method_debug: .. rst-class:: classref-property :ref:`int` **application/export_method_debug** Application distribution target (debug export). .. rst-class:: classref-item-separator ---- .. _class_EditorExportPlatformIOS_property_application/export_method_release: .. rst-class:: classref-property :ref:`int` **application/export_method_release** Application distribution target (release export). .. rst-class:: classref-item-separator ---- .. _class_EditorExportPlatformIOS_property_application/icon_interpolation: .. rst-class:: classref-property :ref:`int` **application/icon_interpolation** Interpolation method used to resize application icon. .. rst-class:: classref-item-separator ---- .. _class_EditorExportPlatformIOS_property_application/launch_screens_interpolation: .. rst-class:: classref-property :ref:`int` **application/launch_screens_interpolation** Interpolation method used to resize launch screen images. .. rst-class:: classref-item-separator ---- .. _class_EditorExportPlatformIOS_property_application/provisioning_profile_uuid_debug: .. rst-class:: classref-property :ref:`String` **application/provisioning_profile_uuid_debug** UUID of the provisioning profile. If left empty, Xcode will download or create a provisioning profile automatically. See `Edit, download, or delete provisioning profiles `__. Can be overridden with the environment variable ``GODOT_IOS_PROVISIONING_PROFILE_UUID_DEBUG``. .. rst-class:: classref-item-separator ---- .. _class_EditorExportPlatformIOS_property_application/provisioning_profile_uuid_release: .. rst-class:: classref-property :ref:`String` **application/provisioning_profile_uuid_release** UUID of the provisioning profile. If left empty, Xcode will download or create a provisioning profile automatically. See `Edit, download, or delete provisioning profiles `__. Can be overridden with the environment variable ``GODOT_IOS_PROVISIONING_PROFILE_UUID_RELEASE``. .. rst-class:: classref-item-separator ---- .. _class_EditorExportPlatformIOS_property_application/short_version: .. rst-class:: classref-property :ref:`String` **application/short_version** Application version visible to the user, can only contain numeric characters (``0-9``) and periods (``.``). .. rst-class:: classref-item-separator ---- .. _class_EditorExportPlatformIOS_property_application/signature: .. rst-class:: classref-property :ref:`String` **application/signature** A four-character creator code that is specific to the bundle. Optional. .. rst-class:: classref-item-separator ---- .. _class_EditorExportPlatformIOS_property_application/targeted_device_family: .. rst-class:: classref-property :ref:`int` **application/targeted_device_family** Supported device family. .. rst-class:: classref-item-separator ---- .. _class_EditorExportPlatformIOS_property_application/version: .. rst-class:: classref-property :ref:`String` **application/version** Machine-readable application version, in the ``major.minor.patch`` format, can only contain numeric characters (``0-9``) and periods (``.``). .. rst-class:: classref-item-separator ---- .. _class_EditorExportPlatformIOS_property_architectures/arm64: .. rst-class:: classref-property :ref:`bool` **architectures/arm64** If ``true``, ``arm64`` binaries are included into exported project. .. rst-class:: classref-item-separator ---- .. _class_EditorExportPlatformIOS_property_capabilities/access_wifi: .. rst-class:: classref-property :ref:`bool` **capabilities/access_wifi** If ``true``, networking features related to Wi-Fi access are enabled. See `Required Device Capabilities `__. .. rst-class:: classref-item-separator ---- .. _class_EditorExportPlatformIOS_property_capabilities/push_notifications: .. rst-class:: classref-property :ref:`bool` **capabilities/push_notifications** If ``true``, push notifications are enabled. See `Required Device Capabilities `__. .. rst-class:: classref-item-separator ---- .. _class_EditorExportPlatformIOS_property_custom_template/debug: .. rst-class:: classref-property :ref:`String` **custom_template/debug** Path to the custom export template. If left empty, default template is used. .. rst-class:: classref-item-separator ---- .. _class_EditorExportPlatformIOS_property_custom_template/release: .. rst-class:: classref-property :ref:`String` **custom_template/release** Path to the custom export template. If left empty, default template is used. .. rst-class:: classref-item-separator ---- .. _class_EditorExportPlatformIOS_property_icons/app_store_1024x1024: .. rst-class:: classref-property :ref:`String` **icons/app_store_1024x1024** App Store application icon file. If left empty, it will fallback to :ref:`ProjectSettings.application/config/icon`. See `App icons `__. .. rst-class:: classref-item-separator ---- .. _class_EditorExportPlatformIOS_property_icons/ipad_76x76: .. rst-class:: classref-property :ref:`String` **icons/ipad_76x76** Home screen application icon file on iPad (1x DPI). If left empty, it will fallback to :ref:`ProjectSettings.application/config/icon`. See `App icons `__. .. rst-class:: classref-item-separator ---- .. _class_EditorExportPlatformIOS_property_icons/ipad_152x152: .. rst-class:: classref-property :ref:`String` **icons/ipad_152x152** Home screen application icon file on iPad (2x DPI). If left empty, it will fallback to :ref:`ProjectSettings.application/config/icon`. See `App icons `__. .. rst-class:: classref-item-separator ---- .. _class_EditorExportPlatformIOS_property_icons/ipad_167x167: .. rst-class:: classref-property :ref:`String` **icons/ipad_167x167** Home screen application icon file on iPad (3x DPI). If left empty, it will fallback to :ref:`ProjectSettings.application/config/icon`. See `App icons `__. .. rst-class:: classref-item-separator ---- .. _class_EditorExportPlatformIOS_property_icons/iphone_120x120: .. rst-class:: classref-property :ref:`String` **icons/iphone_120x120** Home screen application icon file on iPhone (2x DPI). If left empty, it will fallback to :ref:`ProjectSettings.application/config/icon`. See `App icons `__. .. rst-class:: classref-item-separator ---- .. _class_EditorExportPlatformIOS_property_icons/iphone_180x180: .. rst-class:: classref-property :ref:`String` **icons/iphone_180x180** Home screen application icon file on iPhone (3x DPI). If left empty, it will fallback to :ref:`ProjectSettings.application/config/icon`. See `App icons `__. .. rst-class:: classref-item-separator ---- .. _class_EditorExportPlatformIOS_property_icons/notification_40x40: .. rst-class:: classref-property :ref:`String` **icons/notification_40x40** Notification icon file on iPad and iPhone (2x DPI). If left empty, it will fallback to :ref:`ProjectSettings.application/config/icon`. See `App icons `__. .. rst-class:: classref-item-separator ---- .. _class_EditorExportPlatformIOS_property_icons/notification_60x60: .. rst-class:: classref-property :ref:`String` **icons/notification_60x60** Notification icon file on iPhone (3x DPI). If left empty, it will fallback to :ref:`ProjectSettings.application/config/icon`. See `App icons `__. .. rst-class:: classref-item-separator ---- .. _class_EditorExportPlatformIOS_property_icons/settings_58x58: .. rst-class:: classref-property :ref:`String` **icons/settings_58x58** Application settings icon file on iPad and iPhone (2x DPI). If left empty, it will fallback to :ref:`ProjectSettings.application/config/icon`. See `App icons `__. .. rst-class:: classref-item-separator ---- .. _class_EditorExportPlatformIOS_property_icons/settings_87x87: .. rst-class:: classref-property :ref:`String` **icons/settings_87x87** Application settings icon file on iPhone (3x DPI). If left empty, it will fallback to :ref:`ProjectSettings.application/config/icon`. See `App icons `__. .. rst-class:: classref-item-separator ---- .. _class_EditorExportPlatformIOS_property_icons/spotlight_40x40: .. rst-class:: classref-property :ref:`String` **icons/spotlight_40x40** Spotlight icon file on iPad (1x DPI). If left empty, it will fallback to :ref:`ProjectSettings.application/config/icon`. See `App icons `__. .. rst-class:: classref-item-separator ---- .. _class_EditorExportPlatformIOS_property_icons/spotlight_80x80: .. rst-class:: classref-property :ref:`String` **icons/spotlight_80x80** Spotlight icon file on iPad and iPhone (2x DPI). If left empty, it will fallback to :ref:`ProjectSettings.application/config/icon`. See `App icons `__. .. rst-class:: classref-item-separator ---- .. _class_EditorExportPlatformIOS_property_landscape_launch_screens/ipad_1024x768: .. rst-class:: classref-property :ref:`String` **landscape_launch_screens/ipad_1024x768** Application launch screen image file. If left empty, it will fallback to :ref:`ProjectSettings.application/boot_splash/image`. .. rst-class:: classref-item-separator ---- .. _class_EditorExportPlatformIOS_property_landscape_launch_screens/ipad_2048x1536: .. rst-class:: classref-property :ref:`String` **landscape_launch_screens/ipad_2048x1536** Application launch screen image file. If left empty, it will fallback to :ref:`ProjectSettings.application/boot_splash/image`. .. rst-class:: classref-item-separator ---- .. _class_EditorExportPlatformIOS_property_landscape_launch_screens/iphone_2208x1242: .. rst-class:: classref-property :ref:`String` **landscape_launch_screens/iphone_2208x1242** Application launch screen image file. If left empty, it will fallback to :ref:`ProjectSettings.application/boot_splash/image`. .. rst-class:: classref-item-separator ---- .. _class_EditorExportPlatformIOS_property_landscape_launch_screens/iphone_2436x1125: .. rst-class:: classref-property :ref:`String` **landscape_launch_screens/iphone_2436x1125** Application launch screen image file. If left empty, it will fallback to :ref:`ProjectSettings.application/boot_splash/image`. .. rst-class:: classref-item-separator ---- .. _class_EditorExportPlatformIOS_property_portrait_launch_screens/ipad_768x1024: .. rst-class:: classref-property :ref:`String` **portrait_launch_screens/ipad_768x1024** Application launch screen image file. If left empty, it will fallback to :ref:`ProjectSettings.application/boot_splash/image`. .. rst-class:: classref-item-separator ---- .. _class_EditorExportPlatformIOS_property_portrait_launch_screens/ipad_1536x2048: .. rst-class:: classref-property :ref:`String` **portrait_launch_screens/ipad_1536x2048** Application launch screen image file. If left empty, it will fallback to :ref:`ProjectSettings.application/boot_splash/image`. .. rst-class:: classref-item-separator ---- .. _class_EditorExportPlatformIOS_property_portrait_launch_screens/iphone_640x960: .. rst-class:: classref-property :ref:`String` **portrait_launch_screens/iphone_640x960** Application launch screen image file. If left empty, it will fallback to :ref:`ProjectSettings.application/boot_splash/image`. .. rst-class:: classref-item-separator ---- .. _class_EditorExportPlatformIOS_property_portrait_launch_screens/iphone_640x1136: .. rst-class:: classref-property :ref:`String` **portrait_launch_screens/iphone_640x1136** Application launch screen image file. If left empty, it will fallback to :ref:`ProjectSettings.application/boot_splash/image`. .. rst-class:: classref-item-separator ---- .. _class_EditorExportPlatformIOS_property_portrait_launch_screens/iphone_750x1334: .. rst-class:: classref-property :ref:`String` **portrait_launch_screens/iphone_750x1334** Application launch screen image file. If left empty, it will fallback to :ref:`ProjectSettings.application/boot_splash/image`. .. rst-class:: classref-item-separator ---- .. _class_EditorExportPlatformIOS_property_portrait_launch_screens/iphone_1125x2436: .. rst-class:: classref-property :ref:`String` **portrait_launch_screens/iphone_1125x2436** Application launch screen image file. If left empty, it will fallback to :ref:`ProjectSettings.application/boot_splash/image`. .. rst-class:: classref-item-separator ---- .. _class_EditorExportPlatformIOS_property_portrait_launch_screens/iphone_1242x2208: .. rst-class:: classref-property :ref:`String` **portrait_launch_screens/iphone_1242x2208** Application launch screen image file. If left empty, it will fallback to :ref:`ProjectSettings.application/boot_splash/image`. .. rst-class:: classref-item-separator ---- .. _class_EditorExportPlatformIOS_property_privacy/camera_usage_description: .. rst-class:: classref-property :ref:`String` **privacy/camera_usage_description** A message displayed when requesting access to the device's camera (in English). .. rst-class:: classref-item-separator ---- .. _class_EditorExportPlatformIOS_property_privacy/camera_usage_description_localized: .. rst-class:: classref-property :ref:`Dictionary` **privacy/camera_usage_description_localized** A message displayed when requesting access to the device's camera (localized). .. rst-class:: classref-item-separator ---- .. _class_EditorExportPlatformIOS_property_privacy/microphone_usage_description: .. rst-class:: classref-property :ref:`String` **privacy/microphone_usage_description** A message displayed when requesting access to the device's microphone (in English). .. rst-class:: classref-item-separator ---- .. _class_EditorExportPlatformIOS_property_privacy/microphone_usage_description_localized: .. rst-class:: classref-property :ref:`Dictionary` **privacy/microphone_usage_description_localized** A message displayed when requesting access to the device's microphone (localized). .. rst-class:: classref-item-separator ---- .. _class_EditorExportPlatformIOS_property_privacy/photolibrary_usage_description: .. rst-class:: classref-property :ref:`String` **privacy/photolibrary_usage_description** A message displayed when requesting access to the user's photo library (in English). .. rst-class:: classref-item-separator ---- .. _class_EditorExportPlatformIOS_property_privacy/photolibrary_usage_description_localized: .. rst-class:: classref-property :ref:`Dictionary` **privacy/photolibrary_usage_description_localized** A message displayed when requesting access to the user's photo library (localized). .. rst-class:: classref-item-separator ---- .. _class_EditorExportPlatformIOS_property_storyboard/custom_bg_color: .. rst-class:: classref-property :ref:`Color` **storyboard/custom_bg_color** A custom background color of the storyboard launch screen. .. rst-class:: classref-item-separator ---- .. _class_EditorExportPlatformIOS_property_storyboard/custom_image@2x: .. rst-class:: classref-property :ref:`String` **storyboard/custom_image@2x** Application launch screen image file (2x DPI). If left empty, it will fallback to :ref:`ProjectSettings.application/boot_splash/image`. .. rst-class:: classref-item-separator ---- .. _class_EditorExportPlatformIOS_property_storyboard/custom_image@3x: .. rst-class:: classref-property :ref:`String` **storyboard/custom_image@3x** Application launch screen image file (3x DPI). If left empty, it will fallback to :ref:`ProjectSettings.application/boot_splash/image`. .. rst-class:: classref-item-separator ---- .. _class_EditorExportPlatformIOS_property_storyboard/image_scale_mode: .. rst-class:: classref-property :ref:`int` **storyboard/image_scale_mode** Launch screen image scaling mode. .. rst-class:: classref-item-separator ---- .. _class_EditorExportPlatformIOS_property_storyboard/use_custom_bg_color: .. rst-class:: classref-property :ref:`bool` **storyboard/use_custom_bg_color** If ``true``, :ref:`storyboard/custom_bg_color` is used as a launch screen background color, otherwise ``application/boot_splash/bg_color`` project setting is used. .. rst-class:: classref-item-separator ---- .. _class_EditorExportPlatformIOS_property_storyboard/use_launch_screen_storyboard: .. rst-class:: classref-property :ref:`bool` **storyboard/use_launch_screen_storyboard** If ``true``, storyboard launch screen is used instead of launch screen images. .. rst-class:: classref-item-separator ---- .. _class_EditorExportPlatformIOS_property_user_data/accessible_from_files_app: .. rst-class:: classref-property :ref:`bool` **user_data/accessible_from_files_app** If ``true``, the app "Documents" folder can be accessed via "Files" app. See `LSSupportsOpeningDocumentsInPlace `__. .. rst-class:: classref-item-separator ---- .. _class_EditorExportPlatformIOS_property_user_data/accessible_from_itunes_sharing: .. rst-class:: classref-property :ref:`bool` **user_data/accessible_from_itunes_sharing** If ``true``, the app "Documents" folder can be accessed via iTunes file sharing. See `UIFileSharingEnabled `__. .. |virtual| replace:: :abbr:`virtual (This method should typically be overridden by the user to have any effect.)` .. |const| replace:: :abbr:`const (This method has no side effects. It doesn't modify any of the instance's member variables.)` .. |vararg| replace:: :abbr:`vararg (This method accepts any number of arguments after the ones described here.)` .. |constructor| replace:: :abbr:`constructor (This method is used to construct a type.)` .. |static| replace:: :abbr:`static (This method doesn't need an instance to be called, so it can be called directly using the class name.)` .. |operator| replace:: :abbr:`operator (This method describes a valid operator to use with this type as left-hand operand.)` .. |bitfield| replace:: :abbr:`BitField (This value is an integer composed as a bitmask of the following flags.)`