Changes between Version 2 and Version 3 of WebKitNightlyElCapWorkaround
- Timestamp:
- Oct 20, 2015, 10:23:26 AM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WebKitNightlyElCapWorkaround
v2 v3 1 1 With the introduction of OS X El Capitan and the //System Integrity Protection// security feature, WebKit nightlies no longer work. They still launch, but the latest WebKit frameworks included inside are ignored and the system version of WebKit is used. This is because our use of `DYLD_FRAMEWORK_PATH` is ignored when launching the system Safari (specifically the `SafariForWebKitDevelopment` binary in the Safari app bundle). We are preparing a fix for this in a Safari update, but until then you can apply the following workaround. 2 2 3 //'''Note:''' This workaround is not for the faint of heart, and requires you to run commands w illbooted into the system recovery partition. Proceed with caution.//3 //'''Note:''' This workaround is not for the faint of heart, and requires you to run commands while booted into the system recovery partition. Proceed with caution.// 4 4 5 5 === Steps ===