Changed dialog cursor (#398)
- some modifications in android exports presets - commented out jump command in worker.esc as not implemented
This commit is contained in:
@@ -48,7 +48,7 @@ custom_features=""
|
||||
export_filter="all_resources"
|
||||
include_filter="*.esc"
|
||||
exclude_filter=""
|
||||
export_path="bin/win64/Escoria-reloaded-x64.exe"
|
||||
export_path="bin/win64/Escoria-x64.exe"
|
||||
script_export_mode=1
|
||||
script_encryption_key=""
|
||||
|
||||
@@ -170,10 +170,6 @@ user_data/accessible_from_itunes_sharing=false
|
||||
privacy/camera_usage_description=""
|
||||
privacy/microphone_usage_description=""
|
||||
privacy/photolibrary_usage_description=""
|
||||
orientation/portrait=false
|
||||
orientation/landscape_left=true
|
||||
orientation/landscape_right=true
|
||||
orientation/portrait_upside_down=false
|
||||
required_icons/iphone_120x120="res://game/appicons/Assets.xcassets/AppIcon.appiconset/120.png"
|
||||
required_icons/ipad_76x76="res://game/appicons/Assets.xcassets/AppIcon.appiconset/76.png"
|
||||
required_icons/app_store_1024x1024="res://game/appicons/Assets.xcassets/AppIcon.appiconset/1024.png"
|
||||
@@ -228,33 +224,6 @@ application/copyright=""
|
||||
display/high_res=false
|
||||
privacy/camera_usage_description=""
|
||||
privacy/microphone_usage_description=""
|
||||
codesign/enable=true
|
||||
codesign/identity=""
|
||||
codesign/timestamp=true
|
||||
codesign/hardened_runtime=true
|
||||
codesign/replace_existing_signature=true
|
||||
codesign/entitlements/custom_file=""
|
||||
codesign/entitlements/allow_jit_code_execution=false
|
||||
codesign/entitlements/allow_unsigned_executable_memory=false
|
||||
codesign/entitlements/allow_dyld_environment_variables=false
|
||||
codesign/entitlements/disable_library_validation=false
|
||||
codesign/entitlements/audio_input=false
|
||||
codesign/entitlements/camera=false
|
||||
codesign/entitlements/location=false
|
||||
codesign/entitlements/address_book=false
|
||||
codesign/entitlements/calendars=false
|
||||
codesign/entitlements/photos_library=false
|
||||
codesign/entitlements/apple_events=false
|
||||
codesign/entitlements/app_sandbox/enabled=false
|
||||
codesign/entitlements/app_sandbox/network_server=false
|
||||
codesign/entitlements/app_sandbox/network_client=false
|
||||
codesign/entitlements/app_sandbox/device_usb=false
|
||||
codesign/entitlements/app_sandbox/device_bluetooth=false
|
||||
codesign/entitlements/app_sandbox/files_downloads=0
|
||||
codesign/entitlements/app_sandbox/files_pictures=0
|
||||
codesign/entitlements/app_sandbox/files_music=0
|
||||
codesign/entitlements/app_sandbox/files_movies=0
|
||||
codesign/custom_options=PoolStringArray( )
|
||||
texture_format/s3tc=true
|
||||
texture_format/etc=false
|
||||
texture_format/etc2=false
|
||||
@@ -268,7 +237,7 @@ custom_features=""
|
||||
export_filter="all_resources"
|
||||
include_filter="*.esc"
|
||||
exclude_filter=""
|
||||
export_path="../../../../Documents/godot_render/escoria/Escoria.apk"
|
||||
export_path="bin/android/Escoria.apk"
|
||||
script_export_mode=1
|
||||
script_encryption_key=""
|
||||
|
||||
@@ -282,7 +251,7 @@ architectures/armeabi-v7a=true
|
||||
architectures/arm64-v8a=true
|
||||
architectures/x86=false
|
||||
architectures/x86_64=false
|
||||
keystore/debug=""
|
||||
keystore/debug="/opt/Programming/android-sdk/debug.keystore"
|
||||
keystore/debug_user=""
|
||||
keystore/debug_password=""
|
||||
keystore/release=""
|
||||
|
||||
Reference in New Issue
Block a user