summaryrefslogtreecommitdiffhomepage
path: root/macosx/opentrack.app
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2015-07-18 01:52:51 +0200
committerStanislaw Halik <sthalik@misaki.pl>2015-07-18 01:53:44 +0200
commita0667e93d039451e80af646faa5008d27b78f85b (patch)
treebf850e4685e3595ee5fdb1a9b8704ee2876567bc /macosx/opentrack.app
parentc17264187594d325030fac243b4bc8ed02e52358 (diff)
initial version of macosx bundle script
Diffstat (limited to 'macosx/opentrack.app')
-rw-r--r--macosx/opentrack.app/Contents/Info.plist26
1 files changed, 26 insertions, 0 deletions
diff --git a/macosx/opentrack.app/Contents/Info.plist b/macosx/opentrack.app/Contents/Info.plist
new file mode 100644
index 00000000..60791ba9
--- /dev/null
+++ b/macosx/opentrack.app/Contents/Info.plist
@@ -0,0 +1,26 @@
+<?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>CFBundleGetInfoString</key>
+ <string>@OPENTRACK-VERSION@</string>
+ <key>CFBundleExecutable</key>
+ <string>opentrack.bin</string>
+ <key>CFBundleIdentifier</key>
+ <string>com.github.opentrack</string>
+ <key>CFBundleName</key>
+ <string>opentrack</string>
+ <key>CFBundleIconFile</key>
+ <string>opentrack.icns</string>
+ <key>CFBundleShortVersionString</key>
+ <string>0.01</string>
+ <key>CFBundleInfoDictionaryVersion</key>
+ <string>6.0</string>
+ <key>CFBundlePackageType</key>
+ <string>APPL</string>
+ <key>IFMajorVersion</key>
+ <integer>0</integer>
+ <key>IFMinorVersion</key>
+ <integer>1</integer>
+</dict>
+</plist> \ No newline at end of file