diff options
author | Teddy Wing | 2023-09-04 02:03:15 +0200 |
---|---|---|
committer | Teddy Wing | 2023-09-04 02:03:15 +0200 |
commit | b04d91ed2f8e391e506b7ee32bf499d2fbf2dbe8 (patch) | |
tree | e4c4377f3ab376aacb0204e9ddb386e105d32ce6 /Info.plist | |
parent | f25e41a5ab4c6ebe2dc0032d96582f3a2149346a (diff) | |
download | Base-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.
Diffstat (limited to 'Info.plist')
-rw-r--r-- | Info.plist | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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> |