diff options
| author | Carl Hetherington <cth@carlh.net> | 2022-04-23 01:59:10 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2022-04-29 23:37:48 +0200 |
| commit | f37c1e40dcd5186c5aee95a4b0e6607c1b0045e4 (patch) | |
| tree | d7048963c435262dac6c7af6044148ea15a42125 /platform/osx/dcpomatic2_editor.Info.plist.in | |
| parent | 5c48efdde34ee11f135ea8b369d85d50d1410445 (diff) | |
Add a simple DCP editor.
Diffstat (limited to 'platform/osx/dcpomatic2_editor.Info.plist.in')
| -rw-r--r-- | platform/osx/dcpomatic2_editor.Info.plist.in | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/platform/osx/dcpomatic2_editor.Info.plist.in b/platform/osx/dcpomatic2_editor.Info.plist.in new file mode 100644 index 000000000..229202ec6 --- /dev/null +++ b/platform/osx/dcpomatic2_editor.Info.plist.in @@ -0,0 +1,36 @@ +<?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_editor</string> + <key>CFBundleGetInfoString</key> + <string>DCP-o-matic 2 Editor</string> + <key>CFBundleIconFile</key> + <string>dcpomatic2_editor.icns</string> + <key>CFBundleIdentifier</key> + <string>com.dcpomatic.editor</string> + <key>CFBundleInfoDictionaryVersion</key> + <string>6.0</string> + <key>CFBundleName</key> + <string>DCP-o-matic 2 Editor</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>CFBundleAllowMixedLocalizations</key> + <true/> + <key>LSUIElement</key> + <string>0</string> + <key>NSMainNibFile</key> + <string>MainMenu</string> + <key>NSPrincipalClass</key> + <string>NSApplication</string> +</dict> +</plist> |
