mirror of https://github.com/opencv/opencv.git
This version uses CMake to generate Info.plist, which should be more reliable than the old approach.pull/1234/head
parent
2911b12145
commit
5dd598fc6d
4 changed files with 10 additions and 19 deletions
@ -0,0 +1,4 @@ |
||||
if(IOS) |
||||
configure_file("${OpenCV_SOURCE_DIR}/platforms/ios/Info.plist.in" |
||||
"${CMAKE_BINARY_DIR}/ios/Info.plist") |
||||
endif() |
Loading…
Reference in new issue