phoboslab / JavaScriptCore-iOS

Apple's JavaScript Engine, with modified project files for iOS
695 stars 166 forks source link

Updated to the latest version. #10

Closed darionco closed 11 years ago

darionco commented 11 years ago

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.

bm-i commented 11 years ago

:+1:

euforic commented 11 years ago

@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

darionco commented 11 years ago

Hmmm I must have left the original paths in the .h files, should be an easy fix, I'll look into it. Thanks.

phoboslab commented 11 years ago

Obsolete now with the update to the JSC 538.4 tag