aboutsummaryrefslogtreecommitdiffstats
path: root/Info.plist
diff options
context:
space:
mode:
authorTeddy Wing2023-09-09 15:51:15 +0200
committerTeddy Wing2023-09-09 15:51:15 +0200
commit161ffc5ccab1260c7c7c50d1a37dfc9f11d44f9d (patch)
tree8dc9f0854febfb7d5c1a299a610476cecd8a3df2 /Info.plist
parent1c0b5ce56df6e6cd2d27179dc3e6b26bdb3061ef (diff)
downloadBase-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.plist2
1 files changed, 1 insertions, 1 deletions
diff --git a/Info.plist b/Info.plist
index 1a7ad7f..e1b9e8c 100644
--- a/Info.plist
+++ b/Info.plist
@@ -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>