Update property list file for OSX bundle

This commit is contained in:
baydam
2019-11-13 22:50:46 +00:00
parent 78c11ba9fb
commit 32052cc7ee
+24 -18
View File
@@ -2,23 +2,29 @@
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>CFBundleExecutable</key>
<string>MapMap</string>
<key>CFBundleGetInfoString</key>
<string>Created by Qt/QMake</string>
<key>CFBundleIconFile</key>
<string>mapmap.icns</string>
<key>CFBundleIdentifier</key>
<string>com.yourcompany.MapMap</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>NOTE</key>
<string>This file was generated by Qt/QMake.</string>
<key>NSPrincipalClass</key>
<string>NSApplication</string>
<key>NSSupportsAutomaticGraphicsSwitching</key>
<true/>
<key>CFBundleIdentifier</key>
<string>info.mapmapteam.MapMap</string>
<key>CFBundleName</key>
<string>mapmap</string>
<key>CFBundleExecutable</key>
<string>MapMap</string>
<key>CFBundlePackageGetInfoString</key>
<string>Open source video mapping software</string>
<key>CFBundleIconFile</key>
<string>mapmap.icns</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleVersion</key>
<string>063</string>
<key>CFBundleShortVersionString</key>
<string>0.6.3</string>
<key>LSMinimumSystemVersion</key>
<string>10.10</string>
<key>NSPrincipalClass</key>
<string>NSApplication</string>
<key>NSSupportsAutomaticGraphicsSwitching</key>
<true/><key>NOTE</key>
<string>This file need to be update at every release</string>
</dict>
</plist>