Closed darionco closed 11 years ago
:+1:
@darionco I updated the libJavascriptCore.a and the header file supplied in the zip and I am getting the following build error. JavaScriptCore/JSTypedArray.h file not found
Hmmm I must have left the original paths in the .h files, should be an easy fix, I'll look into it. Thanks.
Obsolete now with the update to the JSC 538.4 tag
Updated to the latest JSC version from the WebKit repo, this version includes the Objective-C to Javascript bridge to be featured in iOS 7. Some refactoring was required but nothing major, just making sure we only use documented frameworks/functions. Has been tested on iOS 5 and 6, works fine on device and simulator.
I also added a ZIP file containing the binary (.a) + the needed header files. The main advantage of this update is that the same code will continue to work seamlessly once iOS takes over.
Dario.