diff options
author | Teddy Wing | 2023-09-09 15:51:15 +0200 |
---|---|---|
committer | Teddy Wing | 2023-09-09 15:51:15 +0200 |
commit | 161ffc5ccab1260c7c7c50d1a37dfc9f11d44f9d (patch) | |
tree | 8dc9f0854febfb7d5c1a299a610476cecd8a3df2 /Info.plist | |
parent | 1c0b5ce56df6e6cd2d27179dc3e6b26bdb3061ef (diff) | |
download | Base-Windowed-Application-161ffc5ccab1260c7c7c50d1a37dfc9f11d44f9d.tar.bz2 |
Makefile: Clean up space/no-space handling in application name
* Remove some old commented targets
* Move the space-specific code to a single place
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>Nospace</string> + <string>Base Windowed Application</string> <key>CFBundleIdentifier</key> <string>com.teddywing.Base-Windowed-Application</string> <key>CFBundleInfoDictionaryVersion</key> |