mirror of https://github.com/cirruslabs/tart.git
Info.plist: set CFBundleName and CFBundleDisplayName to Tart (#909)
This commit is contained in:
parent
10c6ace671
commit
b9f24a40c1
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue