Info.plist: set CFBundleName and CFBundleDisplayName to Tart (#909)

This commit is contained in:
Nikolay Edigaryev 2024-09-24 17:24:50 +04:00 committed by GitHub
parent 10c6ace671
commit b9f24a40c1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 19 additions and 17 deletions

View File

@ -3,7 +3,9 @@
<plist version="1.0">
<dict>
<key>CFBundleName</key>
<string>tart</string>
<string>Tart</string>
<key>CFBundleDisplayName</key>
<string>Tart</string>
<key>CFBundleIdentifier</key>
<string>org.cirruslabs.tart</string>
<key>CFBundleExecutable</key>