Info.plist.in 587 Bytes
Newer Older
1 2 3 4
<?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>
5 6 7
    <key>CFBundleName</key>
    <string>OpenCV</string>
    <key>CFBundleIdentifier</key>
8
    <string>org.opencv</string>
9
    <key>CFBundleVersion</key>
10
    <string>${OPENCV_LIBVERSION}</string>
11
    <key>CFBundleShortVersionString</key>
12
    <string>${OPENCV_LIBVERSION}</string>
13 14 15 16
    <key>CFBundleSignature</key>
    <string>????</string>
    <key>CFBundlePackageType</key>
    <string>FMWK</string>
17 18
</dict>
</plist>