From 6d009d0fc11728480790b2f6de56638ac48071d2 Mon Sep 17 00:00:00 2001 From: Nordup Date: Sat, 13 Jul 2024 22:34:24 +0400 Subject: [PATCH] macos export --- app/export_presets.cfg | 10 +++++----- app/resources/sandbox_executable.tres | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/app/export_presets.cfg b/app/export_presets.cfg index 3b02ea4..c885fec 100644 --- a/app/export_presets.cfg +++ b/app/export_presets.cfg @@ -113,7 +113,7 @@ custom_features="" export_filter="all_resources" include_filter="" exclude_filter="" -export_path="../../../TheGates-Exports/TheGates.app" +export_path="../../Builds/TheGates.app.dmg" encryption_include_filters="" encryption_exclude_filters="" encrypt_pck=false @@ -123,14 +123,14 @@ encrypt_directory=false export/distribution_type=1 binary_format/architecture="universal" -custom_template/debug="/home/nordup/projects/godot/godot-the-gates/bin/macos.zip" -custom_template/release="" +custom_template/debug="" +custom_template/release="/Users/nordup/Projects/thegates-folder/thegates/godot/bin/macos.zip" debug/export_console_wrapper=1 application/icon="" application/icon_interpolation=4 -application/bundle_identifier="com.the-gates.the-gates" +application/bundle_identifier="org.thegates.thegates" application/signature="" -application/app_category="Games" +application/app_category="Social-networking" application/short_version="1.0" application/version="1.0" application/copyright="" diff --git a/app/resources/sandbox_executable.tres b/app/resources/sandbox_executable.tres index 324b0b3..fbc7a9e 100644 --- a/app/resources/sandbox_executable.tres +++ b/app/resources/sandbox_executable.tres @@ -8,5 +8,5 @@ linux = "sandbox/Sandbox.x86_64" linux_debug = "godot.linuxbsd.template_debug.dev.sandbox.x86_64.llvm" windows = "sandbox/Sandbox.exe" windows_debug = "godot.windows.template_debug.dev.sandbox.x86_64.exe" -macos = "sandbox/Sandbox.arm64" +macos = "../Frameworks/Sandbox.universal" macos_debug = "godot.macos.template_debug.dev.sandbox.arm64"