From b04d91ed2f8e391e506b7ee32bf499d2fbf2dbe8 Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Mon, 4 Sep 2023 02:03:15 +0200 Subject: Info.plist: Change executable name to "Base Windowed Application" This is why I was getting the "The application cannot be opened because its executable is missing." error. Now the application opens correctly from the .app bundle. However, this revealed another problem with the make recipes: The Info.plist file isn't copied from the space-substituted bundle directory to the final .app directory. --- Info.plist | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Info.plist') diff --git a/Info.plist b/Info.plist index ae7efd1..e1b9e8c 100644 --- a/Info.plist +++ b/Info.plist @@ -7,7 +7,7 @@ CFBundleDisplayName Base Windowed Application CFBundleExecutable - Application + Base Windowed Application CFBundleIdentifier com.teddywing.Base-Windowed-Application CFBundleInfoDictionaryVersion -- cgit v1.2.3