This commit is contained in:
2021-11-17 14:57:56 -06:00
commit f17b64232d
177 changed files with 6639 additions and 0 deletions

6
scripts/init_macos.sh Normal file
View File

@@ -0,0 +1,6 @@
echo "Enter path to the opencv2.xcframework framework: "
read path_to_framework
ln ../native_opencv/ios/Classes/native_opencv.cpp ../native_opencv_macos/macos/Classes/native_opencv.cpp
cp -r $path_to_framework ../native_opencv_macos/macos
echo "Done"