diff --git a/.github/workflows/export.yml b/.github/workflows/export.yml index 1527e24..1c6af26 100644 --- a/.github/workflows/export.yml +++ b/.github/workflows/export.yml @@ -6,11 +6,15 @@ 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: @@ -18,7 +22,7 @@ jobs: 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 @@ -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 @@ -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 @@ -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 @@ -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 diff --git a/export_presets.cfg b/export_presets.cfg index 6980dab..9270cf2 100644 --- a/export_presets.cfg +++ b/export_presets.cfg @@ -23,6 +23,7 @@ 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 @@ -30,6 +31,7 @@ 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="" @@ -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 @@ -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 @@ -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 @@ -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 @@ -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