ios-jsc icon indicating copy to clipboard operation
ios-jsc copied to clipboard

3rd party static libraries: Integrate Objective-C Code with the CLI Plugins Mechanism

Open PanayotCankov opened this issue 10 years ago • 0 comments

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.

PanayotCankov avatar May 22 '15 13:05 PanayotCankov