summaryrefslogtreecommitdiffstats
path: root/macosx
diff options
context:
space:
mode:
Diffstat (limited to 'macosx')
-rw-r--r--macosx/Info.plist20
-rw-r--r--macosx/PkgInfo1
-rw-r--r--macosx/Subsurface.icnsbin0 -> 71777 bytes
3 files changed, 21 insertions, 0 deletions
diff --git a/macosx/Info.plist b/macosx/Info.plist
new file mode 100644
index 000000000..62d92b152
--- /dev/null
+++ b/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</string>
+ <key>CFBundleIdentifier</key>
+ <string>torvalds.subsurface</string>
+</dict>
+</plist>
diff --git a/macosx/PkgInfo b/macosx/PkgInfo
new file mode 100644
index 000000000..6f749b0f3
--- /dev/null
+++ b/macosx/PkgInfo
@@ -0,0 +1 @@
+APPL????
diff --git a/macosx/Subsurface.icns b/macosx/Subsurface.icns
new file mode 100644
index 000000000..27c077f16
--- /dev/null
+++ b/macosx/Subsurface.icns
Binary files differ