]> git.tdb.fi Git - ext/subsurface.git/blobdiff - packaging/macosx/Info.plist
Merge branch 'macosx-app-bundle-1' of git://github.com/henrik242/subsurface
[ext/subsurface.git] / packaging / macosx / Info.plist
diff --git a/packaging/macosx/Info.plist b/packaging/macosx/Info.plist
new file mode 100644 (file)
index 0000000..4ee1243
--- /dev/null
@@ -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>