phoboslab / JavaScriptCore-iOS

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

Does the project still have support? #36

Open zaqueoae opened 7 years ago

zaqueoae commented 7 years ago

Hi,

I am developing a project for ios. I wanted to ask if the project is still alive.

Thank you.

phoboslab commented 7 years ago

No, it's not. Why would you still want to use it? You can now use the JavaScriptCore library provided by the OS.

vovkasm commented 5 years ago

Why would you still want to use it? You can now use the JavaScriptCore library provided by the OS.

Because different versions of iOS have different versions of JavaScriptCore framework with different features. For example mobx 5 (requires Proxy) will not work in JSC from iOS9.