diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2012-10-01 20:47:50 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2012-10-01 20:47:50 -0700 |
commit | 73f290be8fa83de71ed1db8a9a8c8fa06432f8eb (patch) | |
tree | 69746be4bb3771e95423a4c7f7eac47aba6edcab /packaging/macosx/Info.plist | |
parent | 0559a6a7831ecdae9274fa5e67f941660a6bbab1 (diff) | |
download | subsurface-73f290be8fa83de71ed1db8a9a8c8fa06432f8eb.tar.gz |
Add packaging files for MacOS
I couldn't figure out how the current packaging infrastructure was supposed to
work, but with not too much work I could get the more standard gtk-mac-bundler
to do what I wanted, so I added the support files needed for that and a little
README on how to use them.
The subsurface.sh and subsurface.bundle files are based on the launcher.sh
and gtk-demo.bundle files from the gtk-mac-bundler release which is under GPLv2.
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'packaging/macosx/Info.plist')
-rw-r--r-- | packaging/macosx/Info.plist | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/packaging/macosx/Info.plist b/packaging/macosx/Info.plist index f3ac10cdd..ebfae3d56 100644 --- a/packaging/macosx/Info.plist +++ b/packaging/macosx/Info.plist @@ -3,18 +3,24 @@ <plist version="1.0"> <dict> <key>CFBundleIconFile</key> - <string>Subsurface</string> + <string>Subsurface.icns</string> <key>CFBundleName</key> <string>Subsurface</string> <key>CFBundlePackageType</key> <string>APPL</string> <key>CFBundleGetInfoString</key> - <string>Rough divelog in C and Gtk</string> + <string>Multi Platform Divelog in C and Gtk</string> <key>CFBundleSignature</key> <string>????</string> <key>CFBundleExecutable</key> <string>subsurface</string> <key>CFBundleIdentifier</key> <string>org.hohndel.subsurface</string> + <key>CFBundleInfoDictionaryVersion</key> + <string>1.0</string> + <key>CFBundleVersionString</key> + <string>2.0-rc1</string> + <key>CFBundleVersion</key> + <string>2.0</string> </dict> </plist> |