summaryrefslogtreecommitdiff
path: root/platform/osx/dcpomatic2_batch.Info.plist.in
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-10-08 20:04:58 +0100
committerCarl Hetherington <cth@carlh.net>2015-10-09 13:45:07 +0100
commitfafcda9bddf57be0c6cecdcb758c4c56df3c8b16 (patch)
tree534e7f437ebd02c697be874abb2f975fbd91757a /platform/osx/dcpomatic2_batch.Info.plist.in
parentfa76c85e0e880edec684e4da5c5477939a3ac78d (diff)
OS X multi-app hacks.
Diffstat (limited to 'platform/osx/dcpomatic2_batch.Info.plist.in')
-rw-r--r--platform/osx/dcpomatic2_batch.Info.plist.in34
1 files changed, 34 insertions, 0 deletions
diff --git a/platform/osx/dcpomatic2_batch.Info.plist.in b/platform/osx/dcpomatic2_batch.Info.plist.in
new file mode 100644
index 000000000..8c07661ac
--- /dev/null
+++ b/platform/osx/dcpomatic2_batch.Info.plist.in
@@ -0,0 +1,34 @@
+<?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>dcpomatic2_batch</string>
+ <key>CFBundleGetInfoString</key>
+ <string>DCP-o-matic Batch Converter</string>
+ <key>CFBundleIconFile</key>
+ <string>dcpomatic2_batch.icns</string>
+ <key>CFBundleIdentifier</key>
+ <string>com.dcpomatic.batch</string>
+ <key>CFBundleInfoDictionaryVersion</key>
+ <string>6.0</string>
+ <key>CFBundleName</key>
+ <string>DCP-o-matic 2 Batch Converter</string>
+ <key>CFBundlePackageType</key>
+ <string>APPL</string>
+ <key>CFBundleShortVersions</key>
+ <string>@VERSION@</string>
+ <key>CFBundleSignature</key>
+ <string>DOMC</string>
+ <key>CFBundleVersion</key>
+ <string>@VERSION@</string>
+ <key>LSUIElement</key>
+ <string>0</string>
+ <key>NSMainNibFile</key>
+ <string>MainMenu</string>
+ <key>NSPrincipalClass</key>
+ <string>NSApplication</string>
+</dict>
+</plist>