[TVOS] Adds tvOS compatibility.#31
Conversation
…y script (and project file changes)
|
Awesome! Can you explain why this needs to be a different |
…ead of JavaScriptCore-tvOS
|
I have not tried that, I just followed Apple's examples in which they actually have different frameworks for iOS and tvOS. It made sense since tvOS is an ARM64 platform, the same as some iOS devices. |
|
So, the question is, what actually makes the lib that is built for arm64 tvOS different from the one that's built for arm64 iOS? Why is it a different binary at all? Maybe it's just a flag somewhere in the lib that marks it as "tvOS compatible"? I'll try to build the lib with your |
Well, I guess we have to build two frameworks after all. Thanks! |
[TVOS] Adds tvOS compatibility.
This PR adds compatibility for tvOS by configuring the project files and adding a new script:
maketvos.pywhich buildsJavaScriptCore-tvOS.frameworkthat can be used in tvOS projects.