diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-10-08 17:57:08 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-10-09 13:45:05 +0100 |
| commit | 02c41355007dd507dc9da99bb98639626500f30f (patch) | |
| tree | a330936f4947f7ea820845eaba4adadaf930c0c4 /platform/osx/dcpomatic2.Info.plist.in | |
| parent | c314f25178bd32120dfc64ec72a7a94a32b1b7b0 (diff) | |
OS X fixes.
Diffstat (limited to 'platform/osx/dcpomatic2.Info.plist.in')
| -rw-r--r-- | platform/osx/dcpomatic2.Info.plist.in | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/platform/osx/dcpomatic2.Info.plist.in b/platform/osx/dcpomatic2.Info.plist.in new file mode 100644 index 000000000..c8c1378a9 --- /dev/null +++ b/platform/osx/dcpomatic2.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</string> + <key>CFBundleGetInfoString</key> + <string>DCP generator</string> + <key>CFBundleIconFile</key> + <string>DCP-o-matic.icns</string> + <key>CFBundleIdentifier</key> + <string>com.dcpomatic</string> + <key>CFBundleInfoDictionaryVersion</key> + <string>6.0</string> + <key>CFBundleName</key> + <string>DCP-o-matic 2</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> |
