NativeScript / ios

NativeScript for iOS and visionOS using V8
https://docs.nativescript.org/guide/ios-marshalling
131 stars 33 forks source link

feat: allow embedding into Swift host projects #231

Closed tdermendjiev closed 5 months ago

tdermendjiev commented 1 year ago

This PR includes methods required for running NS apps and js strings from a native app using the NS runtime:

A default metadata binary is added to the framework product. This contains metadata about all the Apple frameworks. TBD: Create a separate build target for the framework used for embedding.

edusperoni commented 5 months ago

can we just confirm this all works with existing projects? I'm not sure about the implications on the changes to modules in the pbxproj. But once that's confirmed I believe this can be merged