summary refs log tree commit diff stats
path: root/osx/Info.plist
diff options
context:
space:
mode:
authorTingPing <tingping@fedoraproject.org>2014-01-13 09:28:06 -0500
committerTingPing <tingping@tingping.se>2014-01-14 22:38:44 -0500
commit8af9727937480d26ff39a7eeb96668073f846d9f (patch)
treec8ce4197f3d826cc535b3fad1e7838e0cdd55458 /osx/Info.plist
parent7b0acb2b4440e0254320ca4b18ed565fe73048cb (diff)
Add gtk-mac-bundler files
Diffstat (limited to 'osx/Info.plist')
-rw-r--r--osx/Info.plist30
1 files changed, 30 insertions, 0 deletions
diff --git a/osx/Info.plist b/osx/Info.plist
new file mode 100644
index 00000000..06469a5e
--- /dev/null
+++ b/osx/Info.plist
@@ -0,0 +1,30 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
+<plist version="1.0">
+<dict>
+    <key>CFBundleDevelopmentRegion</key>
+    <string>English</string>
+    <key>CFBundleExecutable</key>
+    <string>HexChat</string>
+    <key>CFBundleGetInfoString</key>
+    <string>2.9.6</string>
+    <key>CFBundleIconFile</key>
+    <string>hexchat.icns</string>
+    <key>CFBundleIdentifier</key>
+    <string>org.hexchat</string>
+    <key>CFBundleInfoDictionaryVersion</key>
+    <string>6.0</string>
+    <key>CFBundlePackageType</key>
+    <string>APPL</string>
+    <key>CFBundleShortVersionString</key>
+    <string>2.9.6</string>
+    <key>CFBundleSignature</key>
+    <string>????</string>
+    <key>CFBundleVersion</key>
+    <string>2.9.6</string>
+    <key>NSHumanReadableCopyright</key>
+    <string></string>
+    <key>LSMinimumSystemVersion</key>
+    <string>10.4</string>
+</dict>
+</plist>