Attention: Here be dragons
This is the latest
(unstable) version of this documentation, which may document features
not available in or compatible with released stable versions of Godot.
Checking the stable version of the documentation...
EditorExportPlatformMacOS
繼承: EditorExportPlatform < RefCounted < Object
macOS 匯出器。
教學
屬性
屬性說明
String application/additional_plist_content 🔗
Additional data added to the root <dict> section of the Info.plist file. The value should be an XML section with pairs of key-value elements, e.g.:
<key>key_name</key>
<string>value</string>
String application/app_category 🔗
App Store 的套用程式分類。
String application/bundle_identifier 🔗
反向 DNS 格式的唯一套用程式識別字,只能包含字母數位字元(A-Z、a-z 和 0-9)、連字號(-)和句點(.)。
String application/copyright 🔗
組合包的(英文)版權宣告,使用者可見。
Dictionary application/copyright_localized 🔗
組合包的(當地語系化)版權宣告,使用者可見。
int application/export_angle 🔗
如果設定為1,則ANGLE 函式庫將隨匯出的應用程式一起匯出。如果設定為0,則匯出ANGLE 函式庫僅當 ProjectSettings.rendering/gl_compatibility/driver 設定為 "opengl3_angle".
套用程式圖示檔。如果留空,則會退回至 ProjectSettings.application/config/macos_native_icon,繼而退回至 ProjectSettings.application/config/icon。
int application/icon_interpolation 🔗
用於調整套用程式圖示大小的插值方法。
String application/liquid_glass_icon 🔗
macOS 26 Liquid Glass icon source file. Use Icon Composer to create Liquid Glass icons.
Note: Supported when exporting from macOS only, Xcode 26+ required.
Note: Liquid Glass icons are supported on macOS 26 only, use application/icon to set the icon for older macOS versions.
String application/min_macos_version_arm64 🔗
Minimum version of macOS required for this application to run on Apple Silicon Macs, in the major.minor.patch or major.minor format, can only contain numeric characters (0-9) and periods (.).
String application/min_macos_version_x86_64 🔗
Minimum version of macOS required for this application to run on Intel Macs, in the major.minor.patch or major.minor format, can only contain numeric characters (0-9) and periods (.).
String application/short_version 🔗
Application version visible to the user. Can only contain numeric characters (0-9) and periods (.). Falls back to ProjectSettings.application/config/version if left empty.
Note: This value is used for the Identity > Version value in the generated Xcode project.
String application/signature 🔗
特定於該組合包的四字元建立者碼。可選的。
Machine-readable application version in the major.minor.patch format. Can only contain numeric characters (0-9) and periods (.). This must be incremented with every new release pushed to the App Store. Falls back to ProjectSettings.application/config/version if left empty.
Note: This value is used for the Identity > Build value in the generated Xcode project.
String binary_format/architecture 🔗
套用程式可執行檔的架構。
支援的架構有:x86_64、arm64、universal(x86_64 + arm64)。
官方匯出範本中只包含 universal 的二進位檔案。
String codesign/apple_team_id 🔗
Apple 團隊 ID,唯一的 10 字元的字串。要找到你的團隊 ID,請檢查 Apple 開發者帳戶儀錶板中的“會員詳細資訊”部分,或程式碼簽章憑證的“組織單位”。見 搜尋你的團隊 ID。
String codesign/certificate_file 🔗
用於對 .app 組合包進行簽章的 PKCS #12 憑證檔。
可以使用環境變數 GODOT_MACOS_CODESIGN_CERTIFICATE_FILE 覆蓋。
String codesign/certificate_password 🔗
用於對 .app 組合包進行簽章的憑證檔的密碼。
可以使用環境變數 GODOT_MACOS_CODESIGN_CERTIFICATE_PASSWORD 覆蓋。
用於程式碼簽章的工具。
PackedStringArray codesign/custom_options 🔗
要額外傳給程式碼簽章工具的命令列參數的陣列。
Note: The returned array is copied and any changes to it will not update the original property value. See PackedStringArray for more details.
String codesign/entitlements/additional 🔗
Additional data added to the root <dict> section of the .entitlements file. The value should be an XML section with pairs of key-value elements, for example:
<key>key_name</key>
<string>value</string>
bool codesign/entitlements/address_book 🔗
Enable to allow access to contacts in the user's address book, if it's enabled you should also provide usage message in the privacy/address_book_usage_description option. See com.apple.security.personal-information.addressbook.
bool codesign/entitlements/allow_dyld_environment_variables 🔗
允許套用使用動態連結器環境變數注入程式碼。如果你使用的外掛程式使用了動態或自我修改的原生程式碼,請根據該外掛程式文件中的說明啟用。見 com.apple.security.cs.allow-dyld-environment-variables。
bool codesign/entitlements/allow_jit_code_execution 🔗
允許建立可寫可執行記憶體,用於 JIT 程式碼。如果你使用的外掛程式使用了動態或自我修改的原生程式碼,請根據該外掛程式文件中的說明啟用。見 com.apple.security.cs.allow-jit。
bool codesign/entitlements/allow_unsigned_executable_memory 🔗
允許建立可寫可執行記憶體,不受 JIT 限制。如果你使用的外掛程式使用了動態或自我修改的原生程式碼,請根據該外掛程式文件中的說明啟用。見 com.apple.security.cs.allow-unsigned-executable-memory。
bool codesign/entitlements/app_sandbox/device_bluetooth 🔗
啟用後能夠允許套用與藍牙裝置互動。使用無線控制器時,必須擁有這項權利。見 com.apple.security.device.bluetooth。
bool codesign/entitlements/app_sandbox/device_usb 🔗
啟用後能夠允許套用與 USB 裝置互動。使用有線控制器時,必須擁有這項權利。見 com.apple.security.device.usb。
bool codesign/entitlements/app_sandbox/enabled 🔗
啟用 App Sandbox 套用沙盒。App Sandbox 能夠限制對使用者資料、網路以及裝置的訪問。沙盒套用無法存取檔案系統中的大部分區域,無法使用自訂檔對話方塊,也無法執行 .app 組合包之外的二進位檔案。見 App Sandbox。
注意:通過 App Store 分發套用時必須啟用 App Sandbox。
int codesign/entitlements/app_sandbox/files_downloads 🔗
允許對使用者“下載”資料夾的讀寫存取。見 com.apple.security.files.downloads.read-write。
int codesign/entitlements/app_sandbox/files_movies 🔗
允許對使用者“影片”資料夾的讀寫存取。見 com.apple.security.files.movies.read-write。
int codesign/entitlements/app_sandbox/files_music 🔗
允許對使用者“音樂”資料夾的讀寫存取。見 com.apple.security.files.music.read-write。
int codesign/entitlements/app_sandbox/files_pictures 🔗
允許對使用者“圖片”資料夾的讀寫存取。見 com.apple.security.files.pictures.read-write。
int codesign/entitlements/app_sandbox/files_user_selected 🔗
允許對使用者“音樂”資料夾的讀寫存取。見 com.apple.security.files.music.read-write。
Array codesign/entitlements/app_sandbox/helper_executables 🔗
要嵌入套用組合包的輔助可執行檔列表。沙盒套用僅限於執行這些可執行檔。見 Embedding a command-line tool in a sandboxed app。
bool codesign/entitlements/app_sandbox/network_client 🔗
啟用後允許套用建立出站的網路連接。見 com.apple.security.network.client。
bool codesign/entitlements/app_sandbox/network_server 🔗
啟用後允許套用監聽入站的網路連接。見 com.apple.security.network.server。
bool codesign/entitlements/apple_events 🔗
啟用後允許套用向其他套用發送 Apple 事件。見 com.apple.security.automation.apple-events。
bool codesign/entitlements/audio_input 🔗
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 privacy/microphone_usage_description option. See com.apple.security.device.audio-input.
bool codesign/entitlements/calendars 🔗
Enable to allow access to the user's calendar, if it's enabled you should also provide usage message in the privacy/calendar_usage_description option. See com.apple.security.personal-information.calendars.
bool codesign/entitlements/camera 🔗
Enable if you need to use the camera, if it's enabled you should also provide usage message in the privacy/camera_usage_description option. See com.apple.security.device.camera.
String codesign/entitlements/custom_file 🔗
自訂權利 .plist 檔,如果指定,則會忽略匯出配置中的其他權利。
bool codesign/entitlements/debugging 🔗
臨時啟用這個權利就可以對匯出的套用使用原生除錯器(GDB、LLDB)。生產匯出應該禁用這項權利。見 Embedding a command-line tool in a sandboxed app。
bool codesign/entitlements/disable_library_validation 🔗
允許套用載入任意庫和框架(沒有使用與主可執行檔相同的團隊 ID 進行簽章,也沒有經過 Apple 的簽章)。如果你使用了 GDExtension 外掛程式或 ad-hoc 簽章,或者想要支援使用者提供的外部外掛程式,請啟用該選項。見 com.apple.security.cs.disable-library-validation。
bool codesign/entitlements/location 🔗
Enable if you need to use location information from Location Services, if it's enabled you should also provide usage message in the privacy/location_usage_description option. See com.apple.security.personal-information.location.
bool codesign/entitlements/photos_library 🔗
Enable to allow access to the user's Photos library, if it's enabled you should also provide usage message in the privacy/photos_library_usage_description option. See com.apple.security.personal-information.photos-library.
用於對 .app 組合包進行簽章的簽章身份的“全名”“通用名”或 SHA-1 哈希。
String codesign/installer_identity 🔗
用於對通過 App Store 分發的 .pkg 安裝器進行簽章的簽章身份的“全名”“通用名”或 SHA-1 雜湊,使用 3rd Party Mac Developer Installer: Name. 身份。
String codesign/provisioning_profile 🔗
從 Apple 開發者帳戶控制台下載到的預置描述檔。見 編輯、下載或刪除預置描述檔。
可以使用環境變數 GODOT_MACOS_CODESIGN_PROVISIONING_PROFILE 覆蓋。
String custom_template/debug 🔗
到自訂匯出範本的路徑。如果留空,則預設範本將被使用。
String custom_template/release 🔗
到自訂匯出範本的路徑。如果留空,則預設範本將被使用。
int debug/export_console_wrapper 🔗
啟用後,會在匯出後的套用程式旁建立一個封裝程式,可以用來以帶命令行輸出的形式運作該套用程式。
如果為 true,則套用程式使用原生顯示器解析度算繪,否則始終使用 loHPI 解析度算繪,必要時由作業系統放大。
int export/distribution_type 🔗
套用程式分發目標。
Apple App Store Connect API 發行者金鑰檔案。
可以使用環境變數 GODOT_MACOS_NOTARIZATION_API_KEY 覆蓋。
String notarization/api_key_id 🔗
Apple App Store Connect API 發行者金鑰 ID。
可以使用環境變數 GODOT_MACOS_NOTARIZATION_API_KEY_ID 覆蓋。
String notarization/api_uuid 🔗
Apple App Store Connect API 發行者 UUID。
可以使用環境變數 GODOT_MACOS_NOTARIZATION_API_UUID 覆蓋。
String notarization/apple_id_name 🔗
Apple ID 帳戶名(郵箱地址)。
可以使用環境變數 GODOT_MACOS_NOTARIZATION_APPLE_ID_NAME 覆蓋。
String notarization/apple_id_password 🔗
Apple ID 針對套用的密碼。
可以使用環境變數 GODOT_MACOS_NOTARIZATION_APPLE_ID_PASSWORD 覆蓋。
int notarization/notarization 🔗
用於公證的工具。
String privacy/address_book_usage_description 🔗
請求存取使用者的連路人時顯示的(英文)消息。
Dictionary privacy/address_book_usage_description_localized 🔗
請求存取使用者的連路人時顯示的(當地語系化)消息。
String privacy/calendar_usage_description 🔗
請求存取使用者的日曆資料時顯示的(英文)消息。
Dictionary privacy/calendar_usage_description_localized 🔗
請求存取使用者的日曆資料時顯示的(當地語系化)消息。
String privacy/camera_usage_description 🔗
請求存取裝置相機時顯示的(英文)消息。
Dictionary privacy/camera_usage_description_localized 🔗
請求存取裝置相機時顯示的(當地語系化)消息。
bool privacy/collected_data/advertising_data/collected 🔗
Indicates whether your app collects advertising data.
int privacy/collected_data/advertising_data/collection_purposes 🔗
The reasons your app collects advertising data. See Describing data use in privacy manifests.
bool privacy/collected_data/advertising_data/linked_to_user 🔗
Indicates whether your app links advertising data to the user's identity.
bool privacy/collected_data/advertising_data/used_for_tracking 🔗
Indicates whether your app uses advertising data for tracking.
bool privacy/collected_data/audio_data/collected 🔗
Indicates whether your app collects audio data.
int privacy/collected_data/audio_data/collection_purposes 🔗
The reasons your app collects audio data. See Describing data use in privacy manifests.
bool privacy/collected_data/audio_data/linked_to_user 🔗
Indicates whether your app links audio data to the user's identity.
bool privacy/collected_data/audio_data/used_for_tracking 🔗
Indicates whether your app uses audio data for tracking.
bool privacy/collected_data/browsing_history/collected 🔗
Indicates whether your app collects browsing history.
int privacy/collected_data/browsing_history/collection_purposes 🔗
The reasons your app collects browsing history. See Describing data use in privacy manifests.
bool privacy/collected_data/browsing_history/linked_to_user 🔗
Indicates whether your app links browsing history to the user's identity.
bool privacy/collected_data/browsing_history/used_for_tracking 🔗
Indicates whether your app uses browsing history for tracking.
bool privacy/collected_data/coarse_location/collected 🔗
Indicates whether your app collects coarse location data.
int privacy/collected_data/coarse_location/collection_purposes 🔗
The reasons your app collects coarse location data. See Describing data use in privacy manifests.
bool privacy/collected_data/coarse_location/linked_to_user 🔗
Indicates whether your app links coarse location data to the user's identity.
bool privacy/collected_data/coarse_location/used_for_tracking 🔗
Indicates whether your app uses coarse location data for tracking.
bool privacy/collected_data/contacts/collected 🔗
Indicates whether your app collects contacts.
int privacy/collected_data/contacts/collection_purposes 🔗
The reasons your app collects contacts. See Describing data use in privacy manifests.
bool privacy/collected_data/contacts/linked_to_user 🔗
Indicates whether your app links contacts to the user's identity.
bool privacy/collected_data/contacts/used_for_tracking 🔗
Indicates whether your app uses contacts for tracking.
bool privacy/collected_data/crash_data/collected 🔗
Indicates whether your app collects crash data.
int privacy/collected_data/crash_data/collection_purposes 🔗
The reasons your app collects crash data. See Describing data use in privacy manifests.
bool privacy/collected_data/crash_data/linked_to_user 🔗
Indicates whether your app links crash data to the user's identity.
bool privacy/collected_data/crash_data/used_for_tracking 🔗
Indicates whether your app uses crash data for tracking.
bool privacy/collected_data/credit_info/collected 🔗
Indicates whether your app collects credit information.
int privacy/collected_data/credit_info/collection_purposes 🔗
The reasons your app collects credit information. See Describing data use in privacy manifests.
bool privacy/collected_data/credit_info/linked_to_user 🔗
Indicates whether your app links credit information to the user's identity.
bool privacy/collected_data/credit_info/used_for_tracking 🔗
Indicates whether your app uses credit information for tracking.
bool privacy/collected_data/customer_support/collected 🔗
Indicates whether your app collects customer support data.
int privacy/collected_data/customer_support/collection_purposes 🔗
The reasons your app collects customer support data. See Describing data use in privacy manifests.
bool privacy/collected_data/customer_support/linked_to_user 🔗
Indicates whether your app links customer support data to the user's identity.
bool privacy/collected_data/customer_support/used_for_tracking 🔗
Indicates whether your app uses customer support data for tracking.
bool privacy/collected_data/device_id/collected 🔗
Indicates whether your app collects device IDs.
int privacy/collected_data/device_id/collection_purposes 🔗
The reasons your app collects device IDs. See Describing data use in privacy manifests.
bool privacy/collected_data/device_id/linked_to_user 🔗
Indicates whether your app links device IDs to the user's identity.
bool privacy/collected_data/device_id/used_for_tracking 🔗
Indicates whether your app uses device IDs for tracking.
bool privacy/collected_data/email_address/collected 🔗
Indicates whether your app collects email address.
int privacy/collected_data/email_address/collection_purposes 🔗
The reasons your app collects email address. See Describing data use in privacy manifests.
bool privacy/collected_data/email_address/linked_to_user 🔗
Indicates whether your app links email address to the user's identity.
bool privacy/collected_data/email_address/used_for_tracking 🔗
Indicates whether your app uses email address for tracking.
bool privacy/collected_data/emails_or_text_messages/collected 🔗
Indicates whether your app collects emails or text messages.
int privacy/collected_data/emails_or_text_messages/collection_purposes 🔗
The reasons your app collects emails or text messages. See Describing data use in privacy manifests.
bool privacy/collected_data/emails_or_text_messages/linked_to_user 🔗
Indicates whether your app links emails or text messages to the user's identity.
bool privacy/collected_data/emails_or_text_messages/used_for_tracking 🔗
Indicates whether your app uses emails or text messages for tracking.
bool privacy/collected_data/environment_scanning/collected 🔗
Indicates whether your app collects environment scanning data.
int privacy/collected_data/environment_scanning/collection_purposes 🔗
The reasons your app collects environment scanning data. See Describing data use in privacy manifests.
bool privacy/collected_data/environment_scanning/linked_to_user 🔗
Indicates whether your app links environment scanning data to the user's identity.
bool privacy/collected_data/environment_scanning/used_for_tracking 🔗
Indicates whether your app uses environment scanning data for tracking.
bool privacy/collected_data/fitness/collected 🔗
Indicates whether your app collects fitness and exercise data.
int privacy/collected_data/fitness/collection_purposes 🔗
The reasons your app collects fitness and exercise data. See Describing data use in privacy manifests.
bool privacy/collected_data/fitness/linked_to_user 🔗
Indicates whether your app links fitness and exercise data to the user's identity.
bool privacy/collected_data/fitness/used_for_tracking 🔗
Indicates whether your app uses fitness and exercise data for tracking.
bool privacy/collected_data/gameplay_content/collected 🔗
Indicates whether your app collects gameplay content.
int privacy/collected_data/gameplay_content/collection_purposes 🔗
The reasons your app collects gameplay content. See Describing data use in privacy manifests.
bool privacy/collected_data/gameplay_content/linked_to_user 🔗
Indicates whether your app links gameplay content to the user's identity.
bool privacy/collected_data/gameplay_content/used_for_tracking 🔗
Indicates whether your app uses gameplay content for tracking.
bool privacy/collected_data/hands/collected 🔗
Indicates whether your app collects user's hand structure and hand movements.
int privacy/collected_data/hands/collection_purposes 🔗
The reasons your app collects user's hand structure and hand movements. See Describing data use in privacy manifests.
bool privacy/collected_data/hands/linked_to_user 🔗
Indicates whether your app links user's hand structure and hand movements to the user's identity.
bool privacy/collected_data/hands/used_for_tracking 🔗
Indicates whether your app uses user's hand structure and hand movements for tracking.
bool privacy/collected_data/head/collected 🔗
Indicates whether your app collects user's head movement.
int privacy/collected_data/head/collection_purposes 🔗
The reasons your app collects user's head movement. See Describing data use in privacy manifests.
bool privacy/collected_data/head/linked_to_user 🔗
Indicates whether your app links user's head movement to the user's identity.
bool privacy/collected_data/head/used_for_tracking 🔗
Indicates whether your app uses user's head movement for tracking.
bool privacy/collected_data/health/collected 🔗
Indicates whether your app collects health and medical data.
int privacy/collected_data/health/collection_purposes 🔗
The reasons your app collects health and medical data. See Describing data use in privacy manifests.
bool privacy/collected_data/health/linked_to_user 🔗
Indicates whether your app links health and medical data to the user's identity.
bool privacy/collected_data/health/used_for_tracking 🔗
Indicates whether your app uses health and medical data for tracking.
bool privacy/collected_data/name/collected 🔗
Indicates whether your app collects user's name.
int privacy/collected_data/name/collection_purposes 🔗
The reasons your app collects user's name. See Describing data use in privacy manifests.
bool privacy/collected_data/name/linked_to_user 🔗
Indicates whether your app links user's name to the user's identity.
bool privacy/collected_data/name/used_for_tracking 🔗
Indicates whether your app uses user's name for tracking.
bool privacy/collected_data/other_contact_info/collected 🔗
Indicates whether your app collects any other contact information.
int privacy/collected_data/other_contact_info/collection_purposes 🔗
The reasons your app collects any other contact information. See Describing data use in privacy manifests.
bool privacy/collected_data/other_contact_info/linked_to_user 🔗
Indicates whether your app links any other contact information to the user's identity.
bool privacy/collected_data/other_contact_info/used_for_tracking 🔗
Indicates whether your app uses any other contact information for tracking.
bool privacy/collected_data/other_data_types/collected 🔗
Indicates whether your app collects any other data.
int privacy/collected_data/other_data_types/collection_purposes 🔗
The reasons your app collects any other data. See Describing data use in privacy manifests.
bool privacy/collected_data/other_data_types/linked_to_user 🔗
Indicates whether your app links any other data to the user's identity.
bool privacy/collected_data/other_data_types/used_for_tracking 🔗
Indicates whether your app uses any other data for tracking.
bool privacy/collected_data/other_diagnostic_data/collected 🔗
Indicates whether your app collects any other diagnostic data.
int privacy/collected_data/other_diagnostic_data/collection_purposes 🔗
The reasons your app collects any other diagnostic data. See Describing data use in privacy manifests.
bool privacy/collected_data/other_diagnostic_data/linked_to_user 🔗
Indicates whether your app links any other diagnostic data to the user's identity.
bool privacy/collected_data/other_diagnostic_data/used_for_tracking 🔗
Indicates whether your app uses any other diagnostic data for tracking.
bool privacy/collected_data/other_financial_info/collected 🔗
Indicates whether your app collects any other financial information.
int privacy/collected_data/other_financial_info/collection_purposes 🔗
The reasons your app collects any other financial information. See Describing data use in privacy manifests.
bool privacy/collected_data/other_financial_info/linked_to_user 🔗
Indicates whether your app links any other financial information to the user's identity.
bool privacy/collected_data/other_financial_info/used_for_tracking 🔗
Indicates whether your app uses any other financial information for tracking.
bool privacy/collected_data/other_usage_data/collected 🔗
Indicates whether your app collects any other usage data.
int privacy/collected_data/other_usage_data/collection_purposes 🔗
The reasons your app collects any other usage data. See Describing data use in privacy manifests.
bool privacy/collected_data/other_usage_data/linked_to_user 🔗
Indicates whether your app links any other usage data to the user's identity.
bool privacy/collected_data/other_usage_data/used_for_tracking 🔗
Indicates whether your app uses any other usage data for tracking.
bool privacy/collected_data/other_user_content/collected 🔗
Indicates whether your app collects any other user generated content.
int privacy/collected_data/other_user_content/collection_purposes 🔗
The reasons your app collects any other user generated content. See Describing data use in privacy manifests.
bool privacy/collected_data/other_user_content/linked_to_user 🔗
Indicates whether your app links any other user generated content to the user's identity.
bool privacy/collected_data/other_user_content/used_for_tracking 🔗
Indicates whether your app uses any other user generated content for tracking.
bool privacy/collected_data/payment_info/collected 🔗
Indicates whether your app collects payment information.
int privacy/collected_data/payment_info/collection_purposes 🔗
The reasons your app collects payment information. See Describing data use in privacy manifests.
bool privacy/collected_data/payment_info/linked_to_user 🔗
Indicates whether your app links payment information to the user's identity.
bool privacy/collected_data/payment_info/used_for_tracking 🔗
Indicates whether your app uses payment information for tracking.
bool privacy/collected_data/performance_data/collected 🔗
Indicates whether your app collects performance data.
int privacy/collected_data/performance_data/collection_purposes 🔗
The reasons your app collects performance data. See Describing data use in privacy manifests.
bool privacy/collected_data/performance_data/linked_to_user 🔗
Indicates whether your app links performance data to the user's identity.
bool privacy/collected_data/performance_data/used_for_tracking 🔗
Indicates whether your app uses performance data for tracking.
bool privacy/collected_data/phone_number/collected 🔗
Indicates whether your app collects phone number.
int privacy/collected_data/phone_number/collection_purposes 🔗
The reasons your app collects phone number. See Describing data use in privacy manifests.
bool privacy/collected_data/phone_number/linked_to_user 🔗
Indicates whether your app links phone number to the user's identity.
bool privacy/collected_data/phone_number/used_for_tracking 🔗
Indicates whether your app uses phone number for tracking.
bool privacy/collected_data/photos_or_videos/collected 🔗
Indicates whether your app collects photos or videos.
int privacy/collected_data/photos_or_videos/collection_purposes 🔗
The reasons your app collects photos or videos. See Describing data use in privacy manifests.
bool privacy/collected_data/photos_or_videos/linked_to_user 🔗
Indicates whether your app links photos or videos to the user's identity.
bool privacy/collected_data/photos_or_videos/used_for_tracking 🔗
Indicates whether your app uses photos or videos for tracking.
bool privacy/collected_data/physical_address/collected 🔗
Indicates whether your app collects physical address.
int privacy/collected_data/physical_address/collection_purposes 🔗
The reasons your app collects physical address. See Describing data use in privacy manifests.
bool privacy/collected_data/physical_address/linked_to_user 🔗
Indicates whether your app links physical address to the user's identity.
bool privacy/collected_data/physical_address/used_for_tracking 🔗
Indicates whether your app uses physical address for tracking.
bool privacy/collected_data/precise_location/collected 🔗
Indicates whether your app collects precise location data.
int privacy/collected_data/precise_location/collection_purposes 🔗
The reasons your app collects precise location data. See Describing data use in privacy manifests.
bool privacy/collected_data/precise_location/linked_to_user 🔗
Indicates whether your app links precise location data to the user's identity.
bool privacy/collected_data/precise_location/used_for_tracking 🔗
Indicates whether your app uses precise location data for tracking.
bool privacy/collected_data/product_interaction/collected 🔗
Indicates whether your app collects product interaction data.
int privacy/collected_data/product_interaction/collection_purposes 🔗
The reasons your app collects product interaction data. See Describing data use in privacy manifests.
bool privacy/collected_data/product_interaction/linked_to_user 🔗
Indicates whether your app links product interaction data to the user's identity.
bool privacy/collected_data/product_interaction/used_for_tracking 🔗
Indicates whether your app uses product interaction data for tracking.
bool privacy/collected_data/purchase_history/collected 🔗
Indicates whether your app collects purchase history.
int privacy/collected_data/purchase_history/collection_purposes 🔗
The reasons your app collects purchase history. See Describing data use in privacy manifests.
bool privacy/collected_data/purchase_history/linked_to_user 🔗
Indicates whether your app links purchase history to the user's identity.
bool privacy/collected_data/purchase_history/used_for_tracking 🔗
Indicates whether your app uses purchase history for tracking.
bool privacy/collected_data/search_history/collected 🔗
Indicates whether your app collects search history.
int privacy/collected_data/search_history/collection_purposes 🔗
The reasons your app collects search history. See Describing data use in privacy manifests.
bool privacy/collected_data/search_history/linked_to_user 🔗
Indicates whether your app links search history to the user's identity.
bool privacy/collected_data/search_history/used_for_tracking 🔗
Indicates whether your app uses search history for tracking.
bool privacy/collected_data/sensitive_info/collected 🔗
Indicates whether your app collects sensitive user information.
int privacy/collected_data/sensitive_info/collection_purposes 🔗
The reasons your app collects sensitive user information. See Describing data use in privacy manifests.
bool privacy/collected_data/sensitive_info/linked_to_user 🔗
Indicates whether your app links sensitive user information to the user's identity.
bool privacy/collected_data/sensitive_info/used_for_tracking 🔗
Indicates whether your app uses sensitive user information for tracking.
bool privacy/collected_data/user_id/collected 🔗
Indicates whether your app collects user IDs.
int privacy/collected_data/user_id/collection_purposes 🔗
The reasons your app collects user IDs. See Describing data use in privacy manifests.
bool privacy/collected_data/user_id/linked_to_user 🔗
Indicates whether your app links user IDs to the user's identity.
bool privacy/collected_data/user_id/used_for_tracking 🔗
Indicates whether your app uses user IDs for tracking.
String privacy/desktop_folder_usage_description 🔗
請求存取使用者的“桌面”資料夾時顯示的(英文)消息。
Dictionary privacy/desktop_folder_usage_description_localized 🔗
請求存取使用者的“桌面”資料夾時顯示的(當地語系化)消息。
String privacy/documents_folder_usage_description 🔗
請求存取使用者的“文件”資料夾時顯示的(英文)消息。
Dictionary privacy/documents_folder_usage_description_localized 🔗
請求存取使用者的“文件”資料夾時顯示的(當地語系化)消息。
String privacy/downloads_folder_usage_description 🔗
請求存取使用者的“下載”資料夾時顯示的(英文)消息。
Dictionary privacy/downloads_folder_usage_description_localized 🔗
請求存取使用者的“下載”資料夾時顯示的(當地語系化)消息。
String privacy/location_usage_description 🔗
請求存取使用者的位置資訊時顯示的(英文)消息。
Dictionary privacy/location_usage_description_localized 🔗
請求存取使用者的位置資訊時顯示的(當地語系化)消息。
String privacy/microphone_usage_description 🔗
請求存取裝置麥克風時顯示的(英文)消息。
Dictionary privacy/microphone_usage_description_localized 🔗
請求存取裝置麥克風時顯示的(當地語系化)消息。
String privacy/network_volumes_usage_description 🔗
請求存取使用者的網路磁碟時顯示的(英文)消息。
Dictionary privacy/network_volumes_usage_description_localized 🔗
請求存取使用者的網路磁碟時顯示的(當地語系化)消息。
String privacy/photos_library_usage_description 🔗
請求存取使用者照片圖庫時顯示的(英文)消息。
Dictionary privacy/photos_library_usage_description_localized 🔗
請求存取使用者照片圖庫時顯示的(當地語系化)消息。
String privacy/removable_volumes_usage_description 🔗
請求存取使用者的可移除驅動器時顯示的(英文)消息。
Dictionary privacy/removable_volumes_usage_description_localized 🔗
請求存取使用者的可移除驅動器時顯示的(當地語系化)消息。
PackedStringArray privacy/tracking_domains 🔗
The list of internet domains your app connects to that engage in tracking. See Privacy manifest files.
Note: The returned array is copied and any changes to it will not update the original property value. See PackedStringArray for more details.
bool privacy/tracking_enabled 🔗
Indicates whether your app uses data for tracking. See Privacy manifest files.
If true, shaders will be compiled and embedded in the application. This option is only supported when using the Forward+ or Mobile renderers.
Note: When exporting as a dedicated server, the shader baker is always disabled since no rendering is performed.
String ssh_remote_deploy/cleanup_script 🔗
套用結束時,要在遠端主機上執行的腳本程式碼。
可以在腳本中使用以下變數:
{temp_dir}- 遠端的暫存檔案夾路徑,用於上傳套用和腳本。{archive_name}- 包含上傳的套用程式的 ZIP 檔的名稱。{exe_name}- 套用程式可執行檔的名稱。{cmd_args}- 套用程式命令列參數的陣列。
bool ssh_remote_deploy/enabled 🔗
啟用通過 SSH/SCP 進行遠端部署。
String ssh_remote_deploy/extra_args_scp 🔗
要傳給 SCP 的額外命令列參數的陣列。
String ssh_remote_deploy/extra_args_ssh 🔗
要傳給 SSH 的額外命令列參數的陣列。
String ssh_remote_deploy/host 🔗
遠端主機 SSH 使用者名及位址,格式為 使用者名@地址。
String ssh_remote_deploy/port 🔗
遠端主機 SSH 埠號。
String ssh_remote_deploy/run_script 🔗
運作套用時,要在遠端主機上執行的腳本程式碼。
可以在腳本中使用以下變數:
{temp_dir}- 遠端的暫存檔案夾路徑,用於上傳套用和腳本。{archive_name}- 包含上傳的套用程式的 ZIP 檔的名稱。{exe_name}- 套用程式可執行檔的名稱。{cmd_args}- 套用程式命令列參數的陣列。
建構套用程式可執行檔所使用的 macOS 建構號。
建構套用程式可執行檔所使用的 macOS SDK 建構號。
建構套用程式可執行檔所使用的 macOS SDK 名稱。
建構套用程式可執行檔所使用的 macOS SDK 版本,格式為 主版本號.次版本號。
建構套用程式可執行檔所使用的 Xcode 建構號。
建構套用程式可執行檔所使用的 Xcode 版本。