Fix building the iOS framework after I dropped the VERSION macro.

This version uses CMake to generate Info.plist, which should be more
reliable than the old approach.
This commit is contained in:
Roman Donchenko
2013-08-06 18:56:36 +04:00
parent 2911b12145
commit 5dd598fc6d
4 changed files with 10 additions and 19 deletions

View File

@@ -0,0 +1,4 @@
if(IOS)
configure_file("${OpenCV_SOURCE_DIR}/platforms/ios/Info.plist.in"
"${CMAKE_BINARY_DIR}/ios/Info.plist")
endif()