ios icon indicating copy to clipboard operation
ios copied to clipboard

WIP: Implement embedding APIs

Open tdermendjiev opened this issue 10 months ago • 0 comments

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

  • (void)runScriptString: (NSString*) script runLoop: (BOOL) runLoop;
  • (void)restartWithConfig:(Config*)config;
  • (void)shutdownRuntime;

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.

tdermendjiev avatar Oct 19 '23 07:10 tdermendjiev