Skip to content

Commit

Permalink
update to godot-2d:3.5.rc
Browse files Browse the repository at this point in the history
  • Loading branch information
bend-n committed Jul 24, 2022
1 parent d5815f1 commit 5ab44ee
Show file tree
Hide file tree
Showing 2 changed files with 59 additions and 12 deletions.
16 changes: 10 additions & 6 deletions .github/workflows/export.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,23 @@ on:
- "**.gd"
- "**.tscn"
- "**.import"
- "**.tres"
- "**.ttf"
- "**.yml"
branches:
- main

env:
GODOT_VERSION: 3.4.4
GODOT_VERSION: 3.5
RELEASE: rc
NAME: ${{ github.event.repository.name }}

jobs:
export-windows:
name: Windows Export
runs-on: ubuntu-20.04
container:
image: docker://barichello/godot-ci:3.4.4
image: ghcr.io/bend-n/godot-2d:3.5.rc
steps:
- name: Build
uses: bend-n/godot-actions/.github/actions/export-windows@main
Expand All @@ -27,7 +31,7 @@ jobs:
name: Linux Export
runs-on: ubuntu-20.04
container:
image: docker://barichello/godot-ci:3.4.4
image: ghcr.io/bend-n/godot-2d:3.5.rc
steps:
- name: Build
uses: bend-n/godot-actions/.github/actions/export-linux@main
Expand All @@ -36,7 +40,7 @@ jobs:
name: Web Export
runs-on: ubuntu-20.04
container:
image: docker://barichello/godot-ci:3.4.4
image: ghcr.io/bend-n/godot-2d:3.5.rc
steps:
- name: Build
uses: bend-n/godot-actions/.github/actions/export-web@main
Expand All @@ -45,7 +49,7 @@ jobs:
name: Mac Export
runs-on: ubuntu-20.04
container:
image: docker://barichello/godot-ci:3.4.4
image: ghcr.io/bend-n/godot-2d:3.5.rc
steps:
- name: Build
uses: bend-n/godot-actions/.github/actions/export-mac@main
Expand All @@ -54,7 +58,7 @@ jobs:
name: Android Export
runs-on: ubuntu-20.04
container:
image: docker://barichello/godot-ci:3.4.4
image: ghcr.io/bend-n/godot-2d:3.5.rc
steps:
- name: Build
uses: bend-n/godot-actions/.github/actions/export-android@main
Expand Down
55 changes: 49 additions & 6 deletions export_presets.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,15 @@ texture_format/etc=false
texture_format/etc2=false
texture_format/no_bptc_fallbacks=true
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( )
application/modify_resources=false
application/icon=""
application/file_version=""
application/product_version=""
Expand Down Expand Up @@ -126,8 +128,49 @@ application/short_version="1.0"
application/version="1.0"
application/copyright=""
display/high_res=false
privacy/camera_usage_description=""
privacy/microphone_usage_description=""
privacy/camera_usage_description=""
privacy/location_usage_description=""
privacy/address_book_usage_description=""
privacy/calendar_usage_description=""
privacy/photos_library_usage_description=""
privacy/desktop_folder_usage_description=""
privacy/documents_folder_usage_description=""
privacy/downloads_folder_usage_description=""
privacy/network_volumes_usage_description=""
privacy/removable_volumes_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/debugging=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( )
notarization/enable=false
notarization/apple_id_name=""
notarization/apple_id_password=""
notarization/apple_team_id=""
texture_format/s3tc=true
texture_format/etc=false
texture_format/etc2=false
Expand All @@ -149,8 +192,10 @@ script_encryption_key=""

custom_template/debug=""
custom_template/release=""
custom_template/use_custom_build=false
custom_template/export_format=0
custom_build/use_custom_build=false
custom_build/export_format=0
custom_build/min_sdk=""
custom_build/target_sdk=""
architectures/armeabi-v7a=true
architectures/arm64-v8a=false
architectures/x86=false
Expand All @@ -164,8 +209,6 @@ keystore/release_password=""
one_click_deploy/clear_previous_install=false
version/code=1
version/name="1.0"
version/min_sdk=19
version/target_sdk=30
package/unique_name="org.godotengine.$genname"
package/name=""
package/signed=true
Expand All @@ -175,7 +218,6 @@ package/exclude_from_recents=false
launcher_icons/main_192x192=""
launcher_icons/adaptive_foreground_432x432=""
launcher_icons/adaptive_background_432x432=""
graphics/32_bits_framebuffer=true
graphics/opengl_debug=false
xr_features/xr_mode=0
xr_features/hand_tracking=0
Expand Down Expand Up @@ -264,6 +306,7 @@ permissions/location_hardware=false
permissions/manage_accounts=false
permissions/manage_app_tokens=false
permissions/manage_documents=false
permissions/manage_external_storage=false
permissions/master_clear=false
permissions/media_content_control=false
permissions/modify_audio_settings=false
Expand Down

0 comments on commit 5ab44ee

Please sign in to comment.