aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTeddy Wing2023-09-04 02:03:15 +0200
committerTeddy Wing2023-09-04 02:03:15 +0200
commitb04d91ed2f8e391e506b7ee32bf499d2fbf2dbe8 (patch)
treee4c4377f3ab376aacb0204e9ddb386e105d32ce6
parentf25e41a5ab4c6ebe2dc0032d96582f3a2149346a (diff)
downloadBase-Windowed-Application-b04d91ed2f8e391e506b7ee32bf499d2fbf2dbe8.tar.bz2
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.
-rw-r--r--Info.plist2
1 files changed, 1 insertions, 1 deletions
diff --git a/Info.plist b/Info.plist
index ae7efd1..e1b9e8c 100644
--- a/Info.plist
+++ b/Info.plist
@@ -7,7 +7,7 @@
<key>CFBundleDisplayName</key>
<string>Base Windowed Application</string>
<key>CFBundleExecutable</key>
- <string>Application</string>
+ <string>Base Windowed Application</string>
<key>CFBundleIdentifier</key>
<string>com.teddywing.Base-Windowed-Application</string>
<key>CFBundleInfoDictionaryVersion</key>