Skip to content

Commit

Permalink
Add OpenCV dependency for iOS (#47)
Browse files Browse the repository at this point in the history
## Description
Pod: /~https://github.com/software-mansion-labs/opencv-rne

<!-- Provide a concise and descriptive summary of the changes
implemented in this PR. -->

### Type of change
- [ ] Bug fix (non-breaking change which fixes an issue)
- [x] New feature (non-breaking change which adds functionality)
- [ ] Breaking change (fix or feature that would cause existing
functionality to not work as expected)
- [ ] Documentation update (improves or adds clarity to existing
documentation)

### Tested on
- [x] iOS
- [ ] Android

### Checklist
- [x] I have performed a self-review of my code
- [x] I have commented my code, particularly in hard-to-understand areas
- [x] I have updated the documentation accordingly
- [x] My changes generate no new warnings
  • Loading branch information
jakmro authored Dec 10, 2024
1 parent e96d46f commit 985a975
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions react-native-executorch.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,7 @@ Pod::Spec.new do |s|
s.ios.vendored_frameworks = "ios/ExecutorchLib.xcframework"
s.source_files = "ios/**/*.{h,m,mm}"

s.dependency "opencv-rne", "~> 0.1.0"

install_modules_dependencies(s)
end

0 comments on commit 985a975

Please sign in to comment.