Fix typo in application name in Info.plist

This commit is contained in:
Daniel Masato 2020-04-19 19:20:15 +01:00
parent fe2b984b39
commit a24d14cb91

View file

@ -3,9 +3,9 @@
<plist version="1.0"> <plist version="1.0">
<dict> <dict>
<key>CFBundleName</key> <key>CFBundleName</key>
<string>>@EXECUTABLE@</string> <string>@EXECUTABLE@</string>
<key>CFBundleDisplayName</key> <key>CFBundleDisplayName</key>
<string>>@EXECUTABLE@</string> <string>@EXECUTABLE@</string>
<key>CFBundleIdentifier</key> <key>CFBundleIdentifier</key>
<string>@BUNDLEIDENTIFIER@</string> <string>@BUNDLEIDENTIFIER@</string>
<key>CFBundlePackageType</key> <key>CFBundlePackageType</key>