ios-jsc
ios-jsc copied to clipboard
3rd party static libraries: Integrate Objective-C Code with the CLI Plugins Mechanism
Subtask of #62
This will require us to add a module map with a bridging header in the project template.
Objective-C developers will be able to add Objective-C code in the Xcode and add their headers in the bridging header. Our metadata generator will then kick for them and the APIs in their headers will be available in JavaScript.