dart-native / dart-native/codegen
Code gen for avfoundation and what paths to use
Open
- Dominant language
- JavaScript
- Stars
- 81
- Forks
- 4
- Avg merge
- 1d 9h
- Merged PRs (30d)
- 1
Description
I'm trying to generate code for the ios avfoundation headers.
I'm uncertain what paths to pass to the codegen tool:
The xcode project has a Frameworks directory with a large no. of frameworks many of which are dependant on each other.
Can I just pass a single framework directory?
e.g.
```
codegen -o ios_dart AVFoundation.framework
```
Do then just look at imports to see what other frameworks should be generated or am I better of just generating code for the entire set of frameworks?
Some guidance on the conversion process in the doco might be useful.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.