diff options
| author | Carl Hetherington <cth@carlh.net> | 2017-08-02 16:46:24 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2017-08-14 21:07:48 +0100 |
| commit | 6a9f1a5b8331e736239b8b47df0a383e558b9693 (patch) | |
| tree | 59d224793e57ce7fb8cfca89ba02379d3f8067c0 /platform | |
| parent | 86765a617035e0283c20c9f2696909743e618156 (diff) | |
Try to make dcpomatic2_player distributable.
Diffstat (limited to 'platform')
| -rw-r--r-- | platform/osx/dcpomatic2_player.Info.plist.in | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/platform/osx/dcpomatic2_player.Info.plist.in b/platform/osx/dcpomatic2_player.Info.plist.in new file mode 100644 index 000000000..3f16f428a --- /dev/null +++ b/platform/osx/dcpomatic2_player.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_kdm</string> + <key>CFBundleGetInfoString</key> + <string>DCP-o-matic 2 KDM creator</string> + <key>CFBundleIconFile</key> + <string>dcpomatic2_kdm.icns</string> + <key>CFBundleIdentifier</key> + <string>com.dcpomatic.kdm</string> + <key>CFBundleInfoDictionaryVersion</key> + <string>6.0</string> + <key>CFBundleName</key> + <string>DCP-o-matic 2 KDM Creator</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> |
