mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-29 05:30:41 +00:00
41256531b8
This improves the Plist.info and automates the version data that it uses utilizing the same git magic that the Makefile uses. It also makes the complete DMG creation a matter of simply running packaging/macosx/make-package.sh Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
22 lines
677 B
XML
22 lines
677 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
|
<plist version="1.0">
|
|
<dict>
|
|
<key>CFBundleIconFile</key>
|
|
<string>Subsurface.icns</string>
|
|
<key>CFBundleName</key>
|
|
<string>Subsurface</string>
|
|
<key>CFBundlePackageType</key>
|
|
<string>APPL</string>
|
|
<key>CFBundleSignature</key>
|
|
<string>SBSF</string>
|
|
<key>CFBundleExecutable</key>
|
|
<string>subsurface</string>
|
|
<key>CFBundleIdentifier</key>
|
|
<string>org.hohndel.subsurface</string>
|
|
<key>CFBundleInfoDictionaryVersion</key>
|
|
<string>1.0</string>
|
|
<key>CFBundleVersion</key>
|
|
<string>CFBUNDLEVERSION_TOKEN</string>
|
|
</dict>
|
|
</plist>
|