7 | | 2. Reboot the machine you want to apply the workaround to with the //Option// key held down. |
8 | | 3. Select the //10.11-Recovery// disk and click the arrow to continue booting. |
9 | | 4. When the //Mac OS X Utilities// window appears, select the //Utilities// menu in the menubar and pick //Terminal//. |
10 | | 5. In the //Terminal// window, type: `cd /Volumes && ls -l` |
11 | | 6. Find the name of your main boot partition, it is usually something like //Macintosh HD//. |
12 | | 7. Type: `cd "Macintosh HD"` (or whatever name your boot partition is called). |
13 | | 8. Type: `mkdir -p "Library/Application Support/Apple/Safari"` |
14 | | 9. Then type: `cp "Applications/Safari.app/Contents/MacOS/SafariForWebKitDevelopment" "Library/Application Support/Apple/Safari/SafariForWebKitDevelopment"` |
15 | | 10. Finally type: `ln -sf "/Library/Application Support/Apple/Safari/SafariForWebKitDevelopment" "Applications/Safari.app/Contents/MacOS/SafariForWebKitDevelopment"` |
16 | | 11. Now you can select //Restart// from the menu. |
| 7 | 2. Reboot the machine you want to apply the workaround to with the //Command// and //R// keys held down. (See [https://support.apple.com/en-us/HT201314 About OS X Recovery]) |
| 8 | 3. When the //Mac OS X Utilities// window appears, select the //Utilities// menu in the menubar and pick //Terminal//. |
| 9 | 4. In the //Terminal// window, type: `cd /Volumes && ls -l` |
| 10 | 5. Find the name of your main boot partition, it is usually something like //Macintosh HD//. |
| 11 | 6. Type: `cd "Macintosh HD"` (or whatever name your boot partition is called). |
| 12 | 7. Type: `mkdir -p "Library/Application Support/Apple/Safari"` |
| 13 | 8. Then type: `cp "Applications/Safari.app/Contents/MacOS/SafariForWebKitDevelopment" "Library/Application Support/Apple/Safari/SafariForWebKitDevelopment"` |
| 14 | 9. Finally type: `ln -sf "/Library/Application Support/Apple/Safari/SafariForWebKitDevelopment" "Applications/Safari.app/Contents/MacOS/SafariForWebKitDevelopment"` |
| 15 | 10. Now you can select //Restart// from the menu. |