summaryrefslogtreecommitdiffstats
path: root/packaging/macosx/Info.plist
diff options
context:
space:
mode:
authorGravatar Henrik Brautaset Aronsen <subsurface@henrik.synth.no>2011-10-30 22:27:33 +0100
committerGravatar Henrik Brautaset Aronsen <hba@conduct.no>2011-10-31 09:49:13 +0100
commitb1a1376f3baf78ceca49b47c7b39d58983f4f984 (patch)
tree54014ea1ef3b868d6823bf71503da5eb4a27ffa6 /packaging/macosx/Info.plist
parentf231ab094351496017288ac35c64613ca0708744 (diff)
downloadsubsurface-b1a1376f3baf78ceca49b47c7b39d58983f4f984.tar.gz
Use the new packaging directory for MacOSX specific files, and provide shell script workaround to make the svg icon reachable.
- Make use of the new packaging directory. - Set a current directory for subsurface to find the svg icon. There might be a pretter solution to this. - Somehow subsurface doesn't behave properly in the Dock. Running it in the background without Dock integration until we figure out why. Signed-Off-By: Henrik Brautaset Aronsen <subsurface@henrik.synth.no>
Diffstat (limited to 'packaging/macosx/Info.plist')
-rw-r--r--packaging/macosx/Info.plist20
1 files changed, 20 insertions, 0 deletions
diff --git a/packaging/macosx/Info.plist b/packaging/macosx/Info.plist
new file mode 100644
index 000000000..4ee12438b
--- /dev/null
+++ b/packaging/macosx/Info.plist
@@ -0,0 +1,20 @@
+<?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</string>
+ <key>CFBundleName</key>
+ <string>Subsurface</string>
+ <key>CFBundlePackageType</key>
+ <string>APPL</string>
+ <key>CFBundleGetInfoString</key>
+ <string>Rough divelog in C and Gtk</string>
+ <key>CFBundleSignature</key>
+ <string>????</string>
+ <key>CFBundleExecutable</key>
+ <string>subsurface.sh</string>
+ <key>CFBundleIdentifier</key>
+ <string>torvalds.subsurface</string>
+</dict>
+</plist>