Set HibernateMode to Auto

This commit is contained in:
Mykola Grymalyuk
2021-03-22 20:43:57 -06:00
parent 3d9f3a1147
commit bab6faac97
2 changed files with 4 additions and 2 deletions

View File

@@ -2,7 +2,9 @@
<img src="images/OC-Patcher.png" width="256"> <img src="images/OC-Patcher.png" width="256">
A python program for building and booting [OpenCore](https://github.com/acidanthera/OpenCorePkg) on legacy Macs, see [Supported SMBIOS](https://dortania.github.io/OpenCore-Legacy-Patcher/MODELS.html) on whether your model is supported. A python program for building and booting [OpenCore](https://github.com/acidanthera/OpenCorePkg) on legacy Macs, see [Supported SMBIOS](https://dortania.github.io/OpenCore-Legacy-Patcher/MODELS.html) on whether your model is supported. Designed around Big Sur support.
* Application supports running on macOS El Capitan and newer
Supported features: Supported features:

View File

@@ -735,7 +735,7 @@
<key>ConsoleAttributes</key> <key>ConsoleAttributes</key>
<integer>0</integer> <integer>0</integer>
<key>HibernateMode</key> <key>HibernateMode</key>
<string>None</string> <string>Auto</string>
<key>HideAuxiliary</key> <key>HideAuxiliary</key>
<true/> <true/>
<key>LauncherPath</key> <key>LauncherPath</key>