From 8d94d2dd3cfcfb52b194d7f05e5aea0de372d7bf Mon Sep 17 00:00:00 2001 From: Graham Barber Date: Sat, 4 Oct 2025 13:15:51 -0700 Subject: [PATCH 1/2] disable macos code signing --- export_presets.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/export_presets.cfg b/export_presets.cfg index 55b2ace..c847fde 100644 --- a/export_presets.cfg +++ b/export_presets.cfg @@ -89,7 +89,7 @@ xcode/sdk_build="22C55" xcode/sdk_name="macosx13.1" xcode/xcode_version="1420" xcode/xcode_build="14C18" -codesign/codesign=3 +codesign/codesign=0 codesign/installer_identity="" codesign/apple_team_id="" codesign/identity="" From 617227457a3c6ba3422ce6984a8cee59c5679a46 Mon Sep 17 00:00:00 2001 From: Graham Barber Date: Sat, 4 Oct 2025 13:16:39 -0700 Subject: [PATCH 2/2] ignore everything in export directory --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 96a84fd..af2bfca 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,6 @@ # Godot 4+ specific ignores .godot/ /android/ -/export/**/*.zip +/export/**/* + +.DS_Store