From e39247960b88516ba76ca10143661931a353c02f Mon Sep 17 00:00:00 2001 From: neon ball <35791009+ParaDoX1994@users.noreply.github.com> Date: Wed, 11 Dec 2024 23:07:52 +0200 Subject: [PATCH 01/17] Improve FeatureUnlock/mediaanalysisd doc --- docs/FAQ.md | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/docs/FAQ.md b/docs/FAQ.md index a56669e56..24ebae1c2 100644 --- a/docs/FAQ.md +++ b/docs/FAQ.md @@ -123,9 +123,20 @@ Due to deprecation of OpenGL, many newer applications may require Metal renderin ## What are FeatureUnlock and mediaanalysisd? -FeatureUnlock is an extension to enable some macOS features, such as Sidecar or Universal Control. All features enabled by FeatureUnlock are listed [here](https://github.com/acidanthera/FeatureUnlock). Medianalysisd is utilized for face detection in Photos, as well as the Live Text feature. +**Important:** These features have the potential to cause instability in many places and as such a decision has been made to disable them by default (mediaanalysisd only on 3802-based* systems) starting from OpenCore Legacy Patcher version 2.1.0. If you want to enable these features at the risk of additional instability, you can do so in the OCLP settings and rebuilding OpenCore. -These features have the potential to cause instability in many places and as such a decision has been made to disable them by default (mediaanalysisd only on 3802-based* systems) starting from OpenCore Legacy Patcher version 2.1.0. If you want to enable these features at the risk of additional instability, you can do so in the OCLP settings and rebuilding OpenCore. +FeatureUnlock is an extension to enable some macOS features, including: +- Sidecar +- Universal Control +- AirPlay to Mac +- Continuity Camera +- NightShift (non-Metal) + +Further information, requirements and the models affected for FeatureUnlock features can be found here [here](https://github.com/acidanthera/FeatureUnlock). + +Medianalysisd is utilized for +- Face detection in Photos +- Live Text | FeatureUnlock | mediaanalysisd | | :--- | :--- | From 550686c88c64bbee8ad26944378ed66e6062eb6a Mon Sep 17 00:00:00 2001 From: neon ball <35791009+ParaDoX1994@users.noreply.github.com> Date: Wed, 11 Dec 2024 23:32:22 +0200 Subject: [PATCH 02/17] Fix typo --- docs/FAQ.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/FAQ.md b/docs/FAQ.md index 24ebae1c2..8dc33138e 100644 --- a/docs/FAQ.md +++ b/docs/FAQ.md @@ -132,7 +132,7 @@ FeatureUnlock is an extension to enable some macOS features, including: - Continuity Camera - NightShift (non-Metal) -Further information, requirements and the models affected for FeatureUnlock features can be found here [here](https://github.com/acidanthera/FeatureUnlock). +Further information, requirements and the models affected for FeatureUnlock features can be found [here](https://github.com/acidanthera/FeatureUnlock). Medianalysisd is utilized for - Face detection in Photos From 9c0b4f4ff2a20a1f9879ebcd2ec1f8a9ff41c7f7 Mon Sep 17 00:00:00 2001 From: neon ball <35791009+ParaDoX1994@users.noreply.github.com> Date: Mon, 16 Dec 2024 02:38:52 +0200 Subject: [PATCH 03/17] Summary for patches included in root patching --- docs/POST-INSTALL.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/docs/POST-INSTALL.md b/docs/POST-INSTALL.md index 4212ba27e..ac3e5280d 100644 --- a/docs/POST-INSTALL.md +++ b/docs/POST-INSTALL.md @@ -79,7 +79,17 @@ Non-Metal systems still require lowered SIP. Post Install Volume Patches, sometimes also called root patches, are patches that have to be installed to disk for some older Macs to gain back functionality. -OCLP will automatically root patch your system during a first time install **if the USB install media was created within OCLP and the proper model was selected before installer creation.** Users will also be prompted to install these patches after macOS updates or whenever patches are not detected on the system. We recommend rebuilding OpenCore with the latest version of OCLP to take advantage of these new features. +These patches include things such as: + +- Graphics drivers +- WiFi drivers +- Bluetooth drivers +- Touchbar / T1 drivers +- Built-in camera (iSight) drivers +- USB 1.1 drivers +- Other patches for compatibility with older drivers + +OCLP will automatically root patch your system during a first time install **if the USB install media was created within OCLP and the proper model was selected before installer creation.** Users will also be prompted to install these patches after macOS updates or whenever patches are not detected on the system. We recommend rebuilding OpenCore with the latest version of OCLP to take advantage of these new features. Users can also see whether applicable patches have been installed, date and version the system was root patched with in the Post-Install Menu. From f8242874ab178b14235c45e9b1b7b797d7e8cfd4 Mon Sep 17 00:00:00 2001 From: neon ball <35791009+ParaDoX1994@users.noreply.github.com> Date: Tue, 17 Dec 2024 15:46:30 +0200 Subject: [PATCH 04/17] Add note about Big Sur not supporting reversion --- docs/TROUBLESHOOTING.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/TROUBLESHOOTING.md b/docs/TROUBLESHOOTING.md index 75760d8f7..7f1299f0c 100644 --- a/docs/TROUBLESHOOTING.md +++ b/docs/TROUBLESHOOTING.md @@ -124,6 +124,8 @@ System Preferences -> Software Update -> Advanced -> Disable "Download new updat ## Stuck on boot after root patching +**Important:** Applies to macOS Monterey and newer. Big Sur does not support snapshot reversion. + Boot into recovery by pressing space when your disk is selected on the OCLP bootpicker (if you have it hidden, hold ESC while starting up) * **Note:** If your disk name is something else than "Macintosh HD", make sure to change the path accordingly. You can figure out your disk name by typing `ls /Volumes`. From 886e9a63415bc8f03d30972be0e3f5a5be1648c7 Mon Sep 17 00:00:00 2001 From: neon ball <35791009+ParaDoX1994@users.noreply.github.com> Date: Tue, 17 Dec 2024 15:52:35 +0200 Subject: [PATCH 05/17] Change formatting --- docs/TROUBLESHOOTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/TROUBLESHOOTING.md b/docs/TROUBLESHOOTING.md index 7f1299f0c..d1c15c4e0 100644 --- a/docs/TROUBLESHOOTING.md +++ b/docs/TROUBLESHOOTING.md @@ -124,7 +124,7 @@ System Preferences -> Software Update -> Advanced -> Disable "Download new updat ## Stuck on boot after root patching -**Important:** Applies to macOS Monterey and newer. Big Sur does not support snapshot reversion. +**Applies to macOS Monterey and newer. Big Sur does not support snapshot reversion.** Boot into recovery by pressing space when your disk is selected on the OCLP bootpicker (if you have it hidden, hold ESC while starting up) From fdc45f928dd42f7b978dd7ccc1f31d796dc7c115 Mon Sep 17 00:00:00 2001 From: neon ball <35791009+ParaDoX1994@users.noreply.github.com> Date: Wed, 18 Dec 2024 21:45:26 +0200 Subject: [PATCH 06/17] Restructure --- docs/UNINSTALL.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/UNINSTALL.md b/docs/UNINSTALL.md index 4ccd93b0b..f112b2bce 100644 --- a/docs/UNINSTALL.md +++ b/docs/UNINSTALL.md @@ -8,23 +8,23 @@ Boot a native macOS installer, go to Disk Utility and choose View -> Show All De [Reset NVRAM](https://support.apple.com/HT204063) afterwards. -## Uninstalling the application +## Partial uninstall -### Version 1.5.0 and newer +### Uninstalling the application + +**Version 1.5.0+** Version 1.5.0 and newer use a Privileged Helper Tool that requires more thorough uninstallation than previous versions. Download the uninstaller package from [the releases page.](https://github.com/dortania/OpenCore-Legacy-Patcher/releases) -### Version 1.4.3 and older. +**Version 1.4.3 and older** Navigate to `/Library/Application Support/` and delete the Dortania folder. -## Reverting root patches +### Reverting root patches Open the OCLP application and go into the Post Install Root Patch menu, choose Revert Root Patches. -If you're planning to revert back to native version, you don't have to do this. Root patches get wiped when you wipe the disk. - -## Uninstalling the bootloader +### Uninstalling the bootloader 1. Remove OpenCore either from the USB or internal drive From 77c53d393c407fe5da90a123598dc85d7a3ef0cf Mon Sep 17 00:00:00 2001 From: neon ball <35791009+ParaDoX1994@users.noreply.github.com> Date: Wed, 18 Dec 2024 21:51:03 +0200 Subject: [PATCH 07/17] Re-title --- docs/UNINSTALL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/UNINSTALL.md b/docs/UNINSTALL.md index f112b2bce..f1f9059d7 100644 --- a/docs/UNINSTALL.md +++ b/docs/UNINSTALL.md @@ -8,7 +8,7 @@ Boot a native macOS installer, go to Disk Utility and choose View -> Show All De [Reset NVRAM](https://support.apple.com/HT204063) afterwards. -## Partial uninstall +## Manual methods ### Uninstalling the application From 73babf41fd791b8fb1feac81a33faa9242f3d0e6 Mon Sep 17 00:00:00 2001 From: neon ball <35791009+ParaDoX1994@users.noreply.github.com> Date: Sun, 22 Dec 2024 09:38:06 +0200 Subject: [PATCH 08/17] FAQ point about AVX/AVX2 and list of Macs supporting them --- docs/FAQ.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/docs/FAQ.md b/docs/FAQ.md index 8dc33138e..49b5304fb 100644 --- a/docs/FAQ.md +++ b/docs/FAQ.md @@ -11,6 +11,7 @@ * [Can I update to macOS betas?](#can-i-update-to-macos-betas) * [Can I downgrade macOS while keeping data?](#can-i-downgrade-macos-while-keeping-data) * [Why is my system slow?](#why-is-my-system-slow) +* [Applications crashing with "illegal instruction"](#applications-crashing-with-illegal-instruction) * [What is Metal and non-Metal?](#what-is-metal-and-non-metal) * [What are FeatureUnlock and mediaanalysisd?](#what-are-featureunlock-and-mediaanalysisd) * [Why isn't iPhone Mirroring working?](#why-isn-t-iphone-mirroring-working) @@ -104,6 +105,31 @@ However, if your system is being **really** slow and you have no transparency in Patches can also break if automatic updates are enabled and an update modifies the system volume, refer to [System version mismatch error when root patching](https://dortania.github.io/OpenCore-Legacy-Patcher/TROUBLESHOOTING.html#system-version-mismatch-error-when-root-patching) for more information. +## Applications crashing with "illegal instruction" + +If the crash log includes a string saying "illegal instruction", this typically means the application requires AVX or AVX2 CPU instructions. + +Many applications are beginning to utilize AVX and AVX2 in newer versions because all supported Macs are expected to have them. This creates an issue for older systems where they cannot be ran on CPUs lacking such instructions. Some older Macs may need older versions of applications and cannot update to newer versions. AVX was introduced in Sandy Bridge CPU generation and AVX2 in Haswell generation. + +Earliest Mac models supporting AVX instruction: + +- Macmini5,x (2011) +- iMac12,x (2011) +- MacBookPro8,x (2011) +- MacBookAir4,1 (2011) +- MacBook8,x (2015) +- MacPro6,1 (2013) + +Earliest Mac models supporting AVX2 instruction: + +- Macmini7,x (2014) +- iMac14,x (2013) +- MacBookPro11,x (2013) +- MacBookAir6,1 (2013) +- MacBook8,x (2015) +- MacPro7,1 (2019) + + ## What is Metal and Non-Metal? Metal is Apple's proprietary graphics API which fully superseded OpenGL rendering of the operating system starting from macOS Mojave. When the word "Non-Metal" is used, it describes GPUs that are not Metal supported and require using OpenGL instead. From 4437eaaf6922aed395a0b1555cb59acd2aba282a Mon Sep 17 00:00:00 2001 From: neon ball <35791009+ParaDoX1994@users.noreply.github.com> Date: Sun, 22 Dec 2024 09:53:41 +0200 Subject: [PATCH 09/17] Update FAQ.md --- docs/FAQ.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/FAQ.md b/docs/FAQ.md index 49b5304fb..9cfa824b0 100644 --- a/docs/FAQ.md +++ b/docs/FAQ.md @@ -109,7 +109,9 @@ Patches can also break if automatic updates are enabled and an update modifies t If the crash log includes a string saying "illegal instruction", this typically means the application requires AVX or AVX2 CPU instructions. -Many applications are beginning to utilize AVX and AVX2 in newer versions because all supported Macs are expected to have them. This creates an issue for older systems where they cannot be ran on CPUs lacking such instructions. Some older Macs may need older versions of applications and cannot update to newer versions. AVX was introduced in Sandy Bridge CPU generation and AVX2 in Haswell generation. +Since macOS Ventura, AVX2 is required from all Macs supported by it. While OCLP is able to patch macOS to boot without it, many applications are beginning to utilize AVX and AVX2 as well in newer versions because all supported Macs are expected to have them. This creates an issue for older systems where they cannot be ran on CPUs lacking such instructions. Some older Macs may need older versions of applications and cannot update to newer versions. AVX was introduced in Sandy Bridge CPU generation and AVX2 in Haswell generation. + +If an application still supports a macOS versions older than Ventura, it may have a chance of running on them since some Macs running them natively don't support AVX2 and the app takes a different path. Earliest Mac models supporting AVX instruction: From 12d57e0c6627b47d7880a4ef65291ce240c9cf02 Mon Sep 17 00:00:00 2001 From: neon ball <35791009+ParaDoX1994@users.noreply.github.com> Date: Sun, 22 Dec 2024 09:56:42 +0200 Subject: [PATCH 10/17] Fix typo --- docs/FAQ.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/FAQ.md b/docs/FAQ.md index 9cfa824b0..b56059c12 100644 --- a/docs/FAQ.md +++ b/docs/FAQ.md @@ -111,7 +111,7 @@ If the crash log includes a string saying "illegal instruction", this typically Since macOS Ventura, AVX2 is required from all Macs supported by it. While OCLP is able to patch macOS to boot without it, many applications are beginning to utilize AVX and AVX2 as well in newer versions because all supported Macs are expected to have them. This creates an issue for older systems where they cannot be ran on CPUs lacking such instructions. Some older Macs may need older versions of applications and cannot update to newer versions. AVX was introduced in Sandy Bridge CPU generation and AVX2 in Haswell generation. -If an application still supports a macOS versions older than Ventura, it may have a chance of running on them since some Macs running them natively don't support AVX2 and the app takes a different path. +If an application still supports macOS versions older than Ventura, it may have a chance of running on them since some Macs running them natively don't support AVX2 and the app takes a different path. Earliest Mac models supporting AVX instruction: From 12d0bbc155dc526d53c54dc66d97032cac35f87b Mon Sep 17 00:00:00 2001 From: neon ball <35791009+ParaDoX1994@users.noreply.github.com> Date: Sun, 22 Dec 2024 10:01:54 +0200 Subject: [PATCH 11/17] Update FAQ.md --- docs/FAQ.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/FAQ.md b/docs/FAQ.md index b56059c12..58ecd068b 100644 --- a/docs/FAQ.md +++ b/docs/FAQ.md @@ -111,7 +111,7 @@ If the crash log includes a string saying "illegal instruction", this typically Since macOS Ventura, AVX2 is required from all Macs supported by it. While OCLP is able to patch macOS to boot without it, many applications are beginning to utilize AVX and AVX2 as well in newer versions because all supported Macs are expected to have them. This creates an issue for older systems where they cannot be ran on CPUs lacking such instructions. Some older Macs may need older versions of applications and cannot update to newer versions. AVX was introduced in Sandy Bridge CPU generation and AVX2 in Haswell generation. -If an application still supports macOS versions older than Ventura, it may have a chance of running on them since some Macs running them natively don't support AVX2 and the app takes a different path. +In essence, this means that some models are now aging rapidly and newer OS won't always provide support for newer applications because of hardware requirements. If an application still supports macOS versions older than Ventura, it may have a chance of running on an older OS version on the old system, since some Macs running them natively don't support AVX2 and the app takes a different path. Earliest Mac models supporting AVX instruction: From 0673714d5ba854be6e14ae6f50111875d09dff45 Mon Sep 17 00:00:00 2001 From: neon ball <35791009+ParaDoX1994@users.noreply.github.com> Date: Sun, 22 Dec 2024 10:03:16 +0200 Subject: [PATCH 12/17] Update FAQ.md --- docs/FAQ.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/FAQ.md b/docs/FAQ.md index 58ecd068b..131e1c915 100644 --- a/docs/FAQ.md +++ b/docs/FAQ.md @@ -109,7 +109,7 @@ Patches can also break if automatic updates are enabled and an update modifies t If the crash log includes a string saying "illegal instruction", this typically means the application requires AVX or AVX2 CPU instructions. -Since macOS Ventura, AVX2 is required from all Macs supported by it. While OCLP is able to patch macOS to boot without it, many applications are beginning to utilize AVX and AVX2 as well in newer versions because all supported Macs are expected to have them. This creates an issue for older systems where they cannot be ran on CPUs lacking such instructions. Some older Macs may need older versions of applications and cannot update to newer versions. AVX was introduced in Sandy Bridge CPU generation and AVX2 in Haswell generation. +Since macOS Ventura, AVX2 is required from all Macs supported by it. While OCLP is able to patch macOS to boot without it, many applications are beginning to utilize AVX and AVX2 as well in newer versions because all supported Macs are expected to have them. This creates an issue for older systems where some applications cannot be ran on CPUs lacking such instructions. Some older Macs may need older versions of applications and cannot update to newer versions. AVX was introduced in Sandy Bridge CPU generation and AVX2 in Haswell generation. In essence, this means that some models are now aging rapidly and newer OS won't always provide support for newer applications because of hardware requirements. If an application still supports macOS versions older than Ventura, it may have a chance of running on an older OS version on the old system, since some Macs running them natively don't support AVX2 and the app takes a different path. From ff4a87570480ecd6b43ad49481bab0c27e04915d Mon Sep 17 00:00:00 2001 From: neon ball <35791009+ParaDoX1994@users.noreply.github.com> Date: Sun, 22 Dec 2024 10:24:53 +0200 Subject: [PATCH 13/17] Couple fixes --- docs/FAQ.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/FAQ.md b/docs/FAQ.md index 131e1c915..6bc3ee699 100644 --- a/docs/FAQ.md +++ b/docs/FAQ.md @@ -118,7 +118,7 @@ Earliest Mac models supporting AVX instruction: - Macmini5,x (2011) - iMac12,x (2011) - MacBookPro8,x (2011) -- MacBookAir4,1 (2011) +- MacBookAir4,x (2011) - MacBook8,x (2015) - MacPro6,1 (2013) @@ -127,7 +127,7 @@ Earliest Mac models supporting AVX2 instruction: - Macmini7,x (2014) - iMac14,x (2013) - MacBookPro11,x (2013) -- MacBookAir6,1 (2013) +- MacBookAir6,x (2013) - MacBook8,x (2015) - MacPro7,1 (2019) From 041a291a14cc5e31529c5d97a5b4336658498763 Mon Sep 17 00:00:00 2001 From: neon ball <35791009+ParaDoX1994@users.noreply.github.com> Date: Wed, 25 Dec 2024 04:31:33 +0200 Subject: [PATCH 14/17] Add link --- docs/MODELS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/MODELS.md b/docs/MODELS.md index 216160d2b..e8e67c722 100644 --- a/docs/MODELS.md +++ b/docs/MODELS.md @@ -48,7 +48,7 @@ The below tables can be used to reference issues with a particular model, and se | MacBook Air (13-inch, Mid 2013)
MacBook Air (13-inch, Early 2014) | `MacBookAir6,2` | ^^ | | MacBook Air (11-inch, Early 2015) | `MacBookAir7,1` | ^^ | | MacBook Air (13-inch, Early 2015)
MacBook Air (13-inch, 2017) | `MacBookAir7,2` | ^^ | -| MacBook Air (Retina, 13-inch, 2018) | `MacBookAir8,1` | - Supported natively up to Sonoma
- Currently not supported on Sequoia due to T2 issues
| +| MacBook Air (Retina, 13-inch, 2018) | `MacBookAir8,1` | - Supported natively up to Sonoma
- [Currently not supported with OpenCore due to T2 issues](https://github.com/dortania/OpenCore-Legacy-Patcher/issues/1136)
| | MacBook Air (Retina, 13-inch, 2019) | `MacBookAir8,2` | ^^ | | MacBook Air (Retina, 13-inch, 2020) | `MacBookAir9,1` | Supported by Apple | From df4e30a814f178020d41c8e5f3b9f8c935f66974 Mon Sep 17 00:00:00 2001 From: neon ball <35791009+ParaDoX1994@users.noreply.github.com> Date: Wed, 25 Dec 2024 19:18:50 +0200 Subject: [PATCH 15/17] Update UNINSTALL.md --- docs/UNINSTALL.md | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/docs/UNINSTALL.md b/docs/UNINSTALL.md index f1f9059d7..39b10b128 100644 --- a/docs/UNINSTALL.md +++ b/docs/UNINSTALL.md @@ -12,13 +12,7 @@ Boot a native macOS installer, go to Disk Utility and choose View -> Show All De ### Uninstalling the application -**Version 1.5.0+** - -Version 1.5.0 and newer use a Privileged Helper Tool that requires more thorough uninstallation than previous versions. Download the uninstaller package from [the releases page.](https://github.com/dortania/OpenCore-Legacy-Patcher/releases) - -**Version 1.4.3 and older** - -Navigate to `/Library/Application Support/` and delete the Dortania folder. +To fully install the OCLP application including LaunchAgent and PrivilegedHelperTool, download the uninstaller package from [the releases page.](https://github.com/dortania/OpenCore-Legacy-Patcher/releases) ### Reverting root patches From 87fad93941eb15459ec1b15d2769746c244d7fd0 Mon Sep 17 00:00:00 2001 From: neon ball <35791009+ParaDoX1994@users.noreply.github.com> Date: Sun, 29 Dec 2024 11:04:40 +0200 Subject: [PATCH 16/17] Add note about High Sierra required for Sonoma installers --- docs/FAQ.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/FAQ.md b/docs/FAQ.md index 6bc3ee699..4b360120b 100644 --- a/docs/FAQ.md +++ b/docs/FAQ.md @@ -21,7 +21,8 @@ ## Application requirements The patcher application requires **OS X Yosemite 10.10** or later to run. -* **OS X El Capitan 10.11** or later is required to make installers for macOS Ventura and later. +* **El Capitan 10.11** or later is required to make installers for macOS Ventura +* **High Sierra 10.13** or later is required to make installers for macOS Sonoma and newer. The patcher is designed to target **macOS Big Sur 11.x to macOS Sequoia 15.x**. * Other versions may work, albeit in a broken state. No support is provided for any version outside of the above. From 10af52634f39d8778f80b884b315a6e0334a662c Mon Sep 17 00:00:00 2001 From: neon ball <35791009+ParaDoX1994@users.noreply.github.com> Date: Tue, 31 Dec 2024 00:18:08 +0200 Subject: [PATCH 17/17] Fix typo --- docs/UNINSTALL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/UNINSTALL.md b/docs/UNINSTALL.md index 39b10b128..4b32ce917 100644 --- a/docs/UNINSTALL.md +++ b/docs/UNINSTALL.md @@ -12,7 +12,7 @@ Boot a native macOS installer, go to Disk Utility and choose View -> Show All De ### Uninstalling the application -To fully install the OCLP application including LaunchAgent and PrivilegedHelperTool, download the uninstaller package from [the releases page.](https://github.com/dortania/OpenCore-Legacy-Patcher/releases) +To fully uninstall the OCLP application including LaunchAgent and PrivilegedHelperTool, download the uninstaller package from [the releases page.](https://github.com/dortania/OpenCore-Legacy-Patcher/releases) ### Reverting root patches