@ -13,16 +13,16 @@ Script will create <outputdir>, if it's missing, and a few its subdirectories:
< outputdir >
< outputdir >
build /
build /
iPhoneOS /
iPhoneOS - * /
[ cmake - generated build tree for an iOS device target ]
[ cmake - generated build tree for an iOS device target ]
iPhoneSimulator /
iPhoneSimulator /
[ cmake - generated build tree for iOS simulator ]
[ cmake - generated build tree for iOS simulator ]
OpenCV . framework /
opencv2 . framework /
[ the framework content ]
[ the framework content ]
The script should handle minor OpenCV updates efficiently
The script should handle minor OpenCV updates efficiently
- it does not recompile the library from scratch each time .
- it does not recompile the library from scratch each time .
However , OpenCV . framework directory is erased and recreated on each run .
However , opencv2 . framework directory is erased and recreated on each run .
"""
"""
import glob , re , os , os . path , shutil , string , sys
import glob , re , os , os . path , shutil , string , sys