| |
---|
| | |
---|
| | name="Android" |
---|
| | platform="Android" |
---|
| | runnable=true |
---|
| | dedicated_server=false |
---|
| | custom_features="" |
---|
| | export_filter="all_resources" |
---|
| | include_filter="" |
---|
| | exclude_filter="" |
---|
| | export_path="../../export/DungeonShooting.apk" |
---|
| | script_export_mode=1 |
---|
| | script_encryption_key="" |
---|
| | encryption_include_filters="" |
---|
| | encryption_exclude_filters="" |
---|
| | encrypt_pck=false |
---|
| | encrypt_directory=false |
---|
| | |
---|
| | [preset.0.options] |
---|
| | |
---|
| | custom_template/debug="" |
---|
| | custom_template/release="" |
---|
| | custom_build/use_custom_build=true |
---|
| | custom_build/export_format=0 |
---|
| | custom_build/min_sdk="" |
---|
| | custom_build/target_sdk="" |
---|
| | gradle_build/use_gradle_build=false |
---|
| | gradle_build/export_format=0 |
---|
| | gradle_build/min_sdk="" |
---|
| | gradle_build/target_sdk="" |
---|
| | architectures/armeabi-v7a=true |
---|
| | architectures/arm64-v8a=true |
---|
| | architectures/x86=false |
---|
| | architectures/x86_64=false |
---|
| | keystore/debug="" |
---|
| | keystore/debug_user="" |
---|
| | keystore/debug_password="" |
---|
| | keystore/release="" |
---|
| | keystore/release_user="" |
---|
| | keystore/release_password="" |
---|
| | one_click_deploy/clear_previous_install=false |
---|
| | version/code=1 |
---|
| | version/name="1.0" |
---|
| | package/unique_name="org.godotengine.$genname" |
---|
| | package/name="" |
---|
| | package/signed=true |
---|
| | package/classify_as_game=true |
---|
| | package/app_category=2 |
---|
| | package/retain_data_on_uninstall=false |
---|
| | package/exclude_from_recents=false |
---|
| | launcher_icons/main_192x192="" |
---|
| | launcher_icons/adaptive_foreground_432x432="" |
---|
| |
---|
| | command_line/extra_args="" |
---|
| | apk_expansion/enable=false |
---|
| | apk_expansion/SALT="" |
---|
| | apk_expansion/public_key="" |
---|
| | permissions/custom_permissions=PoolStringArray( ) |
---|
| | permissions/custom_permissions=PackedStringArray() |
---|
| | permissions/access_checkin_properties=false |
---|
| | permissions/access_coarse_location=false |
---|
| | permissions/access_fine_location=false |
---|
| | permissions/access_location_extra_commands=false |
---|
| |
---|
| | permissions/write_sms=false |
---|
| | permissions/write_social_stream=false |
---|
| | permissions/write_sync_settings=false |
---|
| | permissions/write_user_dictionary=false |
---|
| | dotnet/include_scripts_content=false |
---|
| | dotnet/include_debug_symbols=true |
---|
| | |
---|
| | [preset.1] |
---|
| | |
---|
| | name="Windows Desktop" |
---|
| | platform="Windows Desktop" |
---|
| | runnable=true |
---|
| | dedicated_server=false |
---|
| | custom_features="" |
---|
| | export_filter="all_resources" |
---|
| | include_filter="" |
---|
| | exclude_filter="" |
---|
| | export_path="../../export/test/test.exe" |
---|
| | script_export_mode=1 |
---|
| | script_encryption_key="" |
---|
| | export_path="../../DungeonShooting_Export/windows/build.exe" |
---|
| | encryption_include_filters="" |
---|
| | encryption_exclude_filters="" |
---|
| | encrypt_pck=false |
---|
| | encrypt_directory=false |
---|
| | |
---|
| | [preset.1.options] |
---|
| | |
---|
| | custom_template/debug="" |
---|
| | custom_template/release="" |
---|
| | binary_format/64_bits=true |
---|
| | binary_format/embed_pck=false |
---|
| | debug/export_console_wrapper=1 |
---|
| | binary_format/embed_pck=true |
---|
| | texture_format/bptc=false |
---|
| | texture_format/s3tc=true |
---|
| | texture_format/etc=false |
---|
| | texture_format/etc2=false |
---|
| | texture_format/no_bptc_fallbacks=true |
---|
| | binary_format/architecture="x86_64" |
---|
| | codesign/enable=false |
---|
| | codesign/identity_type=0 |
---|
| | codesign/identity="" |
---|
| | codesign/password="" |
---|
| | codesign/timestamp=true |
---|
| | codesign/timestamp_server_url="" |
---|
| | codesign/digest_algorithm=1 |
---|
| | codesign/description="" |
---|
| | codesign/custom_options=PoolStringArray( ) |
---|
| | codesign/custom_options=PackedStringArray() |
---|
| | application/modify_resources=true |
---|
| | application/icon="" |
---|
| | application/console_wrapper_icon="" |
---|
| | application/icon_interpolation=4 |
---|
| | application/file_version="" |
---|
| | application/product_version="" |
---|
| | application/company_name="" |
---|
| | application/product_name="" |
---|
| | application/file_description="" |
---|
| | application/copyright="" |
---|
| | application/trademarks="" |
---|
| | ssh_remote_deploy/enabled=false |
---|
| | ssh_remote_deploy/host="user@host_ip" |
---|
| | ssh_remote_deploy/port="22" |
---|
| | ssh_remote_deploy/extra_args_ssh="" |
---|
| | ssh_remote_deploy/extra_args_scp="" |
---|
| | ssh_remote_deploy/run_script="Expand-Archive -LiteralPath '{temp_dir}\\{archive_name}' -DestinationPath '{temp_dir}' |
---|
| | $action = New-ScheduledTaskAction -Execute '{temp_dir}\\{exe_name}' -Argument '{cmd_args}' |
---|
| | $trigger = New-ScheduledTaskTrigger -Once -At 00:00 |
---|
| | $settings = New-ScheduledTaskSettingsSet |
---|
| | $task = New-ScheduledTask -Action $action -Trigger $trigger -Settings $settings |
---|
| | Register-ScheduledTask godot_remote_debug -InputObject $task -Force:$true |
---|
| | Start-ScheduledTask -TaskName godot_remote_debug |
---|
| | while (Get-ScheduledTask -TaskName godot_remote_debug | ? State -eq running) { Start-Sleep -Milliseconds 100 } |
---|
| | Unregister-ScheduledTask -TaskName godot_remote_debug -Confirm:$false -ErrorAction:SilentlyContinue" |
---|
| | ssh_remote_deploy/cleanup_script="Stop-ScheduledTask -TaskName godot_remote_debug -ErrorAction:SilentlyContinue |
---|
| | Unregister-ScheduledTask -TaskName godot_remote_debug -Confirm:$false -ErrorAction:SilentlyContinue |
---|
| | Remove-Item -Recurse -Force '{temp_dir}'" |
---|
| | dotnet/include_scripts_content=true |
---|
| | dotnet/include_debug_symbols=true |
---|
| | |
---|
| | [preset.2] |
---|
| | |
---|
| | name="iOS" |
---|
| | platform="iOS" |
---|
| | runnable=true |
---|
| | dedicated_server=false |
---|
| | custom_features="" |
---|
| | export_filter="all_resources" |
---|
| | include_filter="" |
---|
| | exclude_filter="" |
---|
| | export_path="" |
---|
| | script_export_mode=1 |
---|
| | script_encryption_key="" |
---|
| | encryption_include_filters="" |
---|
| | encryption_exclude_filters="" |
---|
| | encrypt_pck=false |
---|
| | encrypt_directory=false |
---|
| | |
---|
| | [preset.2.options] |
---|
| | |
---|
| | custom_template/debug="" |
---|
| | custom_template/release="" |
---|
| | architectures/armv7=false |
---|
| | architectures/arm64=true |
---|
| | application/app_store_team_id="" |
---|
| | application/provisioning_profile_uuid_debug="" |
---|
| | application/code_sign_identity_debug="" |
---|
| | application/export_method_debug=1 |
---|
| | application/provisioning_profile_uuid_release="" |
---|
| | application/code_sign_identity_release="" |
---|
| | application/export_method_release=0 |
---|
| | application/targeted_device_family=2 |
---|
| | application/name="" |
---|
| | application/info="Made with Godot Engine" |
---|
| | application/identifier="" |
---|
| | application/bundle_identifier="" |
---|
| | application/signature="" |
---|
| | application/short_version="1.0" |
---|
| | application/version="1.0" |
---|
| | application/copyright="" |
---|
| | application/icon_interpolation=4 |
---|
| | application/launch_screens_interpolation=4 |
---|
| | capabilities/access_wifi=false |
---|
| | capabilities/push_notifications=false |
---|
| | user_data/accessible_from_files_app=false |
---|
| | user_data/accessible_from_itunes_sharing=false |
---|
| | privacy/camera_usage_description="" |
---|
| | privacy/camera_usage_description_localized={} |
---|
| | privacy/microphone_usage_description="" |
---|
| | privacy/microphone_usage_description_localized={} |
---|
| | privacy/photolibrary_usage_description="" |
---|
| | privacy/photolibrary_usage_description_localized={} |
---|
| | icons/iphone_120x120="" |
---|
| | icons/iphone_180x180="" |
---|
| | icons/ipad_76x76="" |
---|
| | icons/ipad_152x152="" |
---|
| | icons/ipad_167x167="" |
---|
| | icons/app_store_1024x1024="" |
---|
| | icons/spotlight_40x40="" |
---|
| | icons/spotlight_80x80="" |
---|
| | icons/settings_58x58="" |
---|
| | icons/settings_87x87="" |
---|
| | icons/notification_40x40="" |
---|
| | icons/notification_60x60="" |
---|
| | storyboard/use_launch_screen_storyboard=false |
---|
| | storyboard/image_scale_mode=0 |
---|
| | storyboard/custom_image@2x="" |
---|
| | storyboard/custom_image@3x="" |
---|
| | storyboard/use_custom_bg_color=false |
---|
| | storyboard/custom_bg_color=Color( 0, 0, 0, 1 ) |
---|
| | storyboard/custom_bg_color=Color(0, 0, 0, 1) |
---|
| | landscape_launch_screens/iphone_2436x1125="" |
---|
| | landscape_launch_screens/iphone_2208x1242="" |
---|
| | landscape_launch_screens/ipad_1024x768="" |
---|
| | landscape_launch_screens/ipad_2048x1536="" |
---|
| |
---|
| | portrait_launch_screens/iphone_1125x2436="" |
---|
| | portrait_launch_screens/ipad_768x1024="" |
---|
| | portrait_launch_screens/ipad_1536x2048="" |
---|
| | portrait_launch_screens/iphone_1242x2208="" |
---|
| | |
---|
| | dotnet/include_scripts_content=false |
---|
| | dotnet/include_debug_symbols=true |
---|
| | |
---|
| | |