Changes between Version 1 and Version 2 of WebKitNightlyElCapWorkaround


Ignore:
Timestamp:
Oct 20, 2015 10:23:00 AM (9 years ago)
Author:
timothy@apple.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WebKitNightlyElCapWorkaround

    v1 v2  
    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.
     1With 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.
    22
    33//'''Note:''' This workaround is not for the faint of heart, and requires you to run commands will booted into the system recovery partition. Proceed with caution.//