opencv/platforms/ios/Info.plist.in

19 lines
623 B
Plaintext
Raw Normal View History

2012-06-28 23:13:57 +08:00
<?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>
2012-10-17 07:18:30 +08:00
<key>CFBundleName</key>
<string>${OPENCV_APPLE_BUNDLE_NAME}</string>
2012-10-17 07:18:30 +08:00
<key>CFBundleIdentifier</key>
<string>${OPENCV_APPLE_BUNDLE_ID}</string>
2012-10-17 07:18:30 +08:00
<key>CFBundleVersion</key>
<string>${OPENCV_LIBVERSION}</string>
2012-10-17 07:18:30 +08:00
<key>CFBundleShortVersionString</key>
<string>${OPENCV_LIBVERSION}</string>
2012-10-17 07:18:30 +08:00
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundlePackageType</key>
<string>FMWK</string>
2012-06-28 23:13:57 +08:00
</dict>
</plist>