Exporter for macOS. $DOCS_URL/tutorials/export/exporting_for_macos.html $DOCS_URL/tutorials//export/running_on_macos.html Application category for the App Store. Unique application identifier in a reverse-DNS format, can only contain alphanumeric characters ([code]A-Z[/code], [code]a-z[/code], and [code]0-9[/code]), hyphens ([code]-[/code]), and periods ([code].[/code]). Copyright notice for the bundle visible to the user (in English). Copyright notice for the bundle visible to the user (localized). Application icon file. If left empty, it will fallback to [member ProjectSettings.application/config/macos_native_icon], and then to [member ProjectSettings.application/config/icon]. Interpolation method used to resize application icon. Minimum version of macOS required for this application to run in the [code]major.minor.patch[/code] or [code]major.minor[/code] format, can only contain numeric characters ([code]0-9[/code]) and periods ([code].[/code]). Application version visible to the user, can only contain numeric characters ([code]0-9[/code]) and periods ([code].[/code]). A four-character creator code that is specific to the bundle. Optional. Machine-readable application version, in the [code]major.minor.patch[/code] format, can only contain numeric characters ([code]0-9[/code]) and periods ([code].[/code]). Application executable architecture. Supported architectures: [code]x86_64[/code], [code]arm64[/code], and [code]universal[/code] ([code]x86_64 + arm64[/code]). Official export templates include [code]universal[/code] binaries only. 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 [url=https://developer.apple.com/help/account/manage-your-team/locate-your-team-id]Locate your Team ID[/url]. PKCS #12 certificate file used to sign [code].app[/code] bundle. Can be overridden with the environment variable [code]GODOT_MACOS_CODESIGN_CERTIFICATE_FILE[/code]. Password for the certificate file used to sign [code].app[/code] bundle. Can be overridden with the environment variable [code]GODOT_MACOS_CODESIGN_CERTIFICATE_PASSWORD[/code]. Tool to use for code signing. Array of the additional command line arguments passed to the code signing tool. Enable to allow access to contacts in the user's address book, if it's enabled you should also provide usage message in the [code]privacy/address_book_usage_description[/code] option. See [url=https://developer.apple.com/documentation/bundleresources/entitlements/com_apple_security_personal-information_addressbook]com.apple.security.personal-information.addressbook[/url]. Allows app to use dynamic linker environment variables to inject code. If you are using add-ons with dynamic or self-modifying native code, enable them according to the add-on documentation. See [url=https://developer.apple.com/documentation/bundleresources/entitlements/com_apple_security_cs_allow-dyld-environment-variables]com.apple.security.cs.allow-dyld-environment-variables[/url]. Allows creating writable and executable memory for JIT code. If you are using add-ons with dynamic or self-modifying native code, enable them according to the add-on documentation. See [url=https://developer.apple.com/documentation/bundleresources/entitlements/com_apple_security_cs_allow-jit]com.apple.security.cs.allow-jit[/url]. Allows creating writable and executable memory without JIT restrictions. If you are using add-ons with dynamic or self-modifying native code, enable them according to the add-on documentation. See [url=https://developer.apple.com/documentation/bundleresources/entitlements/com_apple_security_cs_allow-unsigned-executable-memory]com.apple.security.cs.allow-unsigned-executable-memory[/url]. Enable to allow app to interact with Bluetooth devices. This entitlement is required to use wireless controllers. See [url=https://developer.apple.com/documentation/bundleresources/entitlements/com_apple_security_device_bluetooth]com.apple.security.device.bluetooth[/url]. Enable to allow app to interact with USB devices. This entitlement is required to use wired controllers. See [url=https://developer.apple.com/documentation/bundleresources/entitlements/com_apple_security_device_usb]com.apple.security.device.usb[/url]. Enables App Sandbox. The App Sandbox restricts access to user data, networking, and devices. Sandboxed apps can't access most of the file system, can't use custom file dialogs and execute binaries outside the .app bundle. See [url=https://developer.apple.com/documentation/security/app_sandbox]App Sandbox[/url]. [b]Note:[/b] To distribute an app through the App Store, you must enable the App Sandbox. Allows read or write access to the user's "Downloads" folder. See [url=https://developer.apple.com/documentation/bundleresources/entitlements/com_apple_security_files_downloads_read-write]com.apple.security.files.downloads.read-write[/url]. Allows read or write access to the user's "Movies" folder. See [url=https://developer.apple.com/documentation/bundleresources/entitlements/com_apple_security_assets_movies_read-write]com.apple.security.files.movies.read-write[/url]. Allows read or write access to the user's "Music" folder. See [url=https://developer.apple.com/documentation/bundleresources/entitlements/com_apple_security_assets_music_read-write]com.apple.security.files.music.read-write[/url]. Allows read or write access to the user's "Pictures" folder. See [url=https://developer.apple.com/documentation/bundleresources/entitlements/com_apple_security_assets_pictures_read-write]com.apple.security.files.pictures.read-write[/url]. List of helper executables to embedded to the app bundle. Sandboxed app are limited to execute only these executable. See [url=https://developer.apple.com/documentation/xcode/embedding-a-helper-tool-in-a-sandboxed-app]Embedding a command-line tool in a sandboxed app[/url]. Enable to allow app to establish outgoing network connections. See [url=https://developer.apple.com/documentation/bundleresources/entitlements/com_apple_security_network_client]com.apple.security.network.client[/url]. Enable to allow app to listen for incoming network connections. See [url=https://developer.apple.com/documentation/bundleresources/entitlements/com_apple_security_network_server]com.apple.security.network.server[/url]. Enable to allow app to send Apple events to other apps. See [url=https://developer.apple.com/documentation/bundleresources/entitlements/com_apple_security_automation_apple-events]com.apple.security.automation.apple-events[/url]. Enable if you need to use the microphone or other audio input sources, if it's enabled you should also provide usage message in the [code]privacy/microphone_usage_description[/code] option. See [url=https://developer.apple.com/documentation/bundleresources/entitlements/com_apple_security_device_audio-input]com.apple.security.device.audio-input[/url]. Enable to allow access to the user's calendar, if it's enabled you should also provide usage message in the [code]privacy/calendar_usage_description[/code] option. See [url=https://developer.apple.com/documentation/bundleresources/entitlements/com_apple_security_personal-information_calendars]com.apple.security.personal-information.calendars[/url]. Enable if you need to use the camera, if it's enabled you should also provide usage message in the [code]privacy/camera_usage_description[/code] option. See [url=https://developer.apple.com/documentation/bundleresources/entitlements/com_apple_security_device_camera]com.apple.security.device.camera[/url]. Custom entitlements [code].plist[/code] file, if specified the rest of entitlements in the export config are ignored. You can temporarily enable this entitlement to use native debugger (GDB, LLDB) with the exported app. This entitlement should be disabled for production export. See [url=https://developer.apple.com/documentation/xcode/embedding-a-helper-tool-in-a-sandboxed-app]Embedding a command-line tool in a sandboxed app[/url]. Allows app to load arbitrary libraries and frameworks (not signed with the same Team ID as the main executable or by Apple). Enable it if you are using GDExtension add-ons or ad-hoc signing, or want to support user-provided external add-ons. See [url=https://developer.apple.com/documentation/bundleresources/entitlements/com_apple_security_cs_disable-library-validation]com.apple.security.cs.disable-library-validation[/url]. Enable if you need to use location information from Location Services, if it's enabled you should also provide usage message in the [code]privacy/location_usage_description[/code] option. See [url=https://developer.apple.com/documentation/bundleresources/entitlements/com_apple_security_personal-information_location]com.apple.security.personal-information.location[/url]. Enable to allow access to the user's Photos library, if it's enabled you should also provide usage message in the [code]privacy/photos_library_usage_description[/code] option. See [url=https://developer.apple.com/documentation/bundleresources/entitlements/com_apple_security_personal-information_photos-library]com.apple.security.personal-information.photos-library[/url]. The "Full Name", "Common Name" or SHA-1 hash of the signing identity used to sign [code].app[/code] bundle. The "Full Name", "Common Name" or SHA-1 hash of the signing identity used to sign [code].pkg[/code] installer package for App Store distribution, use [code]3rd Party Mac Developer Installer: Name.[/code] identity. Provisioning profile file downloaded from Apple developer account dashboard. See [url=https://developer.apple.com/help/account/manage-profiles/edit-download-or-delete-profiles]Edit, download, or delete provisioning profiles[/url]. Can be overridden with the environment variable [code]GODOT_MACOS_CODESIGN_PROVISIONING_PROFILE[/code]. Path to the custom export template. If left empty, default template is used. Path to the custom export template. If left empty, default template is used. If enabled, a wrapper that can be used to run the application with console output is created alongside the exported application. If [code]true[/code], the application is rendered at native display resolution, otherwise it is always rendered at loHPI resolution and upscaled by OS when required. Application distribution target. Apple App Store Connect API issuer key file. Can be overridden with the environment variable [code]GODOT_MACOS_NOTARIZATION_API_KEY[/code]. Apple App Store Connect API issuer key ID. Can be overridden with the environment variable [code]GODOT_MACOS_NOTARIZATION_API_KEY_ID[/code]. Apple App Store Connect API issuer UUID. Can be overridden with the environment variable [code]GODOT_MACOS_NOTARIZATION_API_UUID[/code]. Apple ID account name (email address). Can be overridden with the environment variable [code]GODOT_MACOS_NOTARIZATION_APPLE_ID_NAME[/code]. Apple ID app-specific password. Can be overridden with the environment variable [code]GODOT_MACOS_NOTARIZATION_APPLE_ID_PASSWORD[/code]. Tool to use for notarization. A message displayed when requesting access to the user's contacts (in English). A message displayed when requesting access to the user's contacts (localized). A message displayed when requesting access to the user's calendar data (in English). A message displayed when requesting access to the user's calendar data (localized). A message displayed when requesting access to the device's camera (in English). A message displayed when requesting access to the device's camera (localized). A message displayed when requesting access to the user's "Desktop" folder (in English). A message displayed when requesting access to the user's "Desktop" folder (localized). A message displayed when requesting access to the user's "Documents" folder (in English). A message displayed when requesting access to the user's "Documents" folder (localized). A message displayed when requesting access to the user's "Downloads" folder (in English). A message displayed when requesting access to the user's "Downloads" folder (localized). A message displayed when requesting access to the user's location information (in English). A message displayed when requesting access to the user's location information (localized). A message displayed when requesting access to the device's microphone (in English). A message displayed when requesting access to the device's microphone (localized). A message displayed when requesting access to the user's network drives (in English). A message displayed when requesting access to the user's network drives (localized). A message displayed when requesting access to the user's photo library (in English). A message displayed when requesting access to the user's photo library (localized). A message displayed when requesting access to the user's removable drives (in English). A message displayed when requesting access to the user's removable drives (localized). Script code to execute on the remote host when app is finished. The following variables can be used in the script: - [code]{temp_dir}[/code] - Path of temporary folder on the remote, used to upload app and scripts to. - [code]{archive_name}[/code] - Name of the ZIP containing uploaded application. - [code]{exe_name}[/code] - Name of application executable. - [code]{cmd_args}[/code] - Array of the command line argument for the application. Enables remote deploy using SSH/SCP. Array of the additional command line arguments passed to the SCP. Array of the additional command line arguments passed to the SSH. Remote host SSH user name and address, in [code]user@address[/code] format. Remote host SSH port number. Script code to execute on the remote host when running the app. The following variables can be used in the script: - [code]{temp_dir}[/code] - Path of temporary folder on the remote, used to upload app and scripts to. - [code]{archive_name}[/code] - Name of the ZIP containing uploaded application. - [code]{exe_name}[/code] - Name of application executable. - [code]{cmd_args}[/code] - Array of the command line argument for the application. macOS build number used to build application executable. macOS SDK build number used to build application executable. macOS SDK name used to build application executable. macOS SDK version used to build application executable in the [code]major.minor[/code] format. Xcode build number used to build application executable. Xcode version used to build application executable.