Add a simple DCP editor.
[dcpomatic.git] / platform / osx / dcpomatic2_editor.Info.plist.in
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3 <plist version="1.0">
4 <dict>
5         <key>CFBundleDevelopmentRegion</key>
6         <string>English</string>
7         <key>CFBundleExecutable</key>
8         <string>dcpomatic2_editor</string>
9         <key>CFBundleGetInfoString</key>
10         <string>DCP-o-matic 2 Editor</string>
11         <key>CFBundleIconFile</key>
12         <string>dcpomatic2_editor.icns</string>
13         <key>CFBundleIdentifier</key>
14         <string>com.dcpomatic.editor</string>
15         <key>CFBundleInfoDictionaryVersion</key>
16         <string>6.0</string>
17         <key>CFBundleName</key>
18         <string>DCP-o-matic 2 Editor</string>
19         <key>CFBundlePackageType</key>
20         <string>APPL</string>
21         <key>CFBundleShortVersions</key>
22         <string>@VERSION@</string>
23         <key>CFBundleSignature</key>
24         <string>DOMC</string>
25         <key>CFBundleVersion</key>
26         <string>@VERSION@</string>
27         <key>CFBundleAllowMixedLocalizations</key>
28         <true/>
29         <key>LSUIElement</key>
30         <string>0</string>
31         <key>NSMainNibFile</key>
32         <string>MainMenu</string>
33         <key>NSPrincipalClass</key>
34         <string>NSApplication</string>
35 </dict>
36 </plist>