WinGui: Fix another instance of the Caliburn vs Json.net sillyness where objects...
[HandBrake.git] / macosx / Info.plist.m4
bloba754715781f8af3bf676b12debc0748115fb1304
1 dnl
2 dnl
3 dnl
4 changequote(<<, >>)dnl
5 include(<<handbrake.m4>>)dnl
6 dnl
7 dnl
8 dnl
9 <?xml version="1.0" encoding="UTF-8"?>
10 <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
11 <plist version="1.0">
12 <dict>
13         <key>CFBundleDevelopmentRegion</key>
14         <string>en</string>
15     <key>CFBundleDisplayName</key>
16     <string>__HB_name</string>
17         <key>CFBundleDocumentTypes</key>
18         <array>
19                 <dict>
20                         <key>CFBundleTypeExtensions</key>
21                         <array>
22                                 <string>*</string>
23                         </array>
24                         <key>CFBundleTypeName</key>
25                         <string>All files</string>
26                         <key>CFBundleTypeRole</key>
27                         <string>Viewer</string>
28                 </dict>
29                 <dict>
30                         <key>LSItemContentTypes</key>
31                         <array>
32                                 <string>public.movie</string>
33                         </array>
34                         <key>CFBundleTypeRole</key>
35                         <string>Viewer</string>
36                 </dict>
37         </array>
38         <key>CFBundleExecutable</key>
39         <string>${EXECUTABLE_NAME}</string>
40     <key>CFBundleGetInfoString</key>
41     <string>__HB_build</string>
42         <key>CFBundleIconFile</key>
43         <string>${EXECUTABLE_NAME}</string>
44         <key>CFBundleIdentifier</key>
45         <string>fr.handbrake.${PRODUCT_NAME:rfc1034identifier}</string>
46         <key>CFBundleInfoDictionaryVersion</key>
47         <string>6.0</string>
48         <key>CFBundleName</key>
49         <string>${PRODUCT_NAME}</string>
50         <key>CFBundlePackageType</key>
51         <string>APPL</string>
52         <key>CFBundleShortVersionString</key>
53         <string>__HB_version __BUILD_arch</string>
54         <key>CFBundleSignature</key>
55         <string>????</string>
56         <key>CFBundleVersion</key>
57         <string>__HB_build</string>
58         <key>LSMinimumSystemVersion</key>
59         <string>${MACOSX_DEPLOYMENT_TARGET}</string>
60         <key>NSHumanReadableCopyright</key>
61         <string>Copyright © 2003-2015 __HB_name Developers.
62 All rights reserved.</string>
63         <key>NSMainNibFile</key>
64         <string>MainMenu</string>
65         <key>NSPrincipalClass</key>
66         <string>HBApplication</string>
67     <key>SUFeedURL</key>
68     <string>__HB_url_appcast</string>
69 </dict>
70 </plist>