简体   繁体   中英

How do I bundle a specific webkit build with my Cocoa App

I've got a Hybrid Cocoa/Webkit application that has extensive Javascript usage, and seems to break every time Apple updates the Safari browser (or the underlying webkit framework in OSX). I understand it will probably mean a much bigger binary, but is there a way to force my application to use an older, bundled WebKit framework vs. the one that is available in the System Libraries?

It seems that this is impossible / impractical to do. Even if you are able to successfully bundle WebKit with an application, it will behave strangely or crash when interacting with other applications, for instance, copy and pasting from Mail (which uses native webkit) to your app (which would be using a different bundled version of WebKit) can cause versioning issues and crashes.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM