mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
Add BundleName property to Mac Info.plist. This string will be displayed in the menubar as the app name instead of the binary filename (which is lowercase).
git-svn-id: http://svn.osgeo.org/qgis/trunk@9224 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
parent
29df1dfef6
commit
09683be5cc
@ -2,6 +2,8 @@
|
||||
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||
<plist version="1.0">
|
||||
<dict>
|
||||
<key>CFBundleName</key>
|
||||
<string>QGIS</string>
|
||||
<key>CFBundleIdentifier</key>
|
||||
<string>org.qgis.qgis</string>
|
||||
<key>CFBundleExecutable</key>
|
||||
|
Loading…
x
Reference in New Issue
Block a user