phoboslab / JavaScriptCore-iOS

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

[BUILD] Fixes compilation issues in latest clang version iOS 9 compatibility. #30

Closed darionco closed 9 years ago

darionco commented 9 years ago

iOS 9 (Xcode 7) Compatibility and Bitcode support added to the library.

Disables clang warnings in the areas where the this pointer is checked for NULL which would be thrown as errors.

NOTE: The library should be updated to latest JSC version.

darionco commented 9 years ago

This pull request now includes iOS 9 compatibility.