Update to 2.0.0 tree from current Fremantle build
[opencv] / autotools / darwin / Info.plist
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>CFBundleName</key>
6         <string>OpenCV</string>
7         <key>CFBundleIdentifier</key>
8         <string>com.intel.OpenCV</string>
9         <key>CFBundleVersion</key>
10         <string>2.0</string>
11         <key>CFBundleSignature</key>
12         <string>????</string>
13         <key>CFBundlePackageType</key>
14         <string>FMWK</string>
15         <key>NSHumanReadableCopyright</key>
16         <string>Licensed under Simplified BSD License</string>
17         <key>CFBundleGetInfoString</key>
18         <string>The Open Computer Vision Library 2.0</string>
19 </dict>
20 </plist>