opencv/platforms/ios
Giles Payne 60354e3901
Merge pull request #18094 from komakai:macos-universal-binary
* Universal Build for Big Sur

* Refactor MacOS/iOS build to only ever build one architecture at a time + improve code readability

* Workaround for CMake issue 20989
2020-08-30 01:41:54 +03:00
..
cmake Fix spelling typos 2019-12-26 06:45:03 -05:00
build_docs.py Obj-C/Swift docs improvements 2020-08-09 16:53:10 +09:00
build_framework.py Merge pull request #18094 from komakai:macos-universal-binary 2020-08-30 01:41:54 +03:00
Info.Dynamic.plist.in Dynamic build for Objective-C/Swift wrapper 2020-06-26 08:26:05 +09:00
Info.plist.in Build separate world-like iOS framework for contrib 2014-12-05 17:48:28 +03:00
readme.txt Normalized file endings. 2013-08-21 18:59:25 +04:00
run_tests.py Merge pull request #17165 from komakai:objc-binding 2020-06-08 18:32:53 +00:00

Building OpenCV from Source, using CMake and Command Line
=========================================================

cd ~/<my_working_directory>
python opencv/platforms/ios/build_framework.py ios

If everything's fine, a few minutes later you will get ~/<my_working_directory>/ios/opencv2.framework. You can add this framework to your Xcode projects.