Info.plist.in 587 Bytes
Newer Older
wester committed
1 2 3 4 5
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
    <key>CFBundleName</key>
wester committed
6
    <string>OpenCV</string>
wester committed
7
    <key>CFBundleIdentifier</key>
wester committed
8
    <string>org.opencv</string>
wester committed
9 10 11 12 13 14 15 16 17 18
    <key>CFBundleVersion</key>
    <string>${OPENCV_LIBVERSION}</string>
    <key>CFBundleShortVersionString</key>
    <string>${OPENCV_LIBVERSION}</string>
    <key>CFBundleSignature</key>
    <string>????</string>
    <key>CFBundlePackageType</key>
    <string>FMWK</string>
</dict>
</plist>