Skip to content

Commit beaa617

Browse files
author
noname
committed
Update readme and disable prerendered lables in picker
1 parent 302f67b commit beaa617

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

OpenCore-1.0.1/EFI/OC/config.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -363,7 +363,7 @@
363363
<key>LauncherPath</key>
364364
<string>Default</string>
365365
<key>PickerAttributes</key>
366-
<integer>147</integer>
366+
<integer>145</integer>
367367
<key>PickerAudioAssist</key>
368368
<false/>
369369
<key>PickerMode</key>

README.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
# Prime B460i-PLUS hackintosh
22

3-
OpenCore configuration for running macOS 15 on the ASUS Prime B460i-PLUS motherboard. Without obsolete or cosmetic patches, the goal is simply macOS 15 working well on compatible hardware
3+
OpenCore configuration for running macOS 14 on the ASUS Prime B460i-PLUS motherboard. Without obsolete or cosmetic patches, the goal is simply macOS 14 working well on compatible hardware
44

55

66
<details><summary><strong>Notes</strong></summary><br>
77

88
- For features listed as `in-scope` that are not working as expected, it may be beneficial for all to open an issue here
99
- Where something is listed as `out-of-scope` more explicit information will surely be found in various places across the internet, or in the OpenCore documentation
1010
- [TextMate](https://macromates.com/) ([github.com/textmate/textmate](https://github.com/textmate/textmate)) is free software useful for editing `config.plist`
11-
- WiFi and Bluetooth work natively in macOS 14 with m.2 Broadcom BCM94360NG
12-
- VirtualSMC plug-ins for this board have been moved into the `PlugIns` directory of `VirtualSMC.kext` and `config.plist` reflects that choice
11+
- WiFi and Bluetooth work natively in macOS 15 with m.2 Broadcom BCM94360NG
12+
- The repo contains files that are invisible in Finder according to a hidden file visibility toggle (Command + Shift + .)
1313
- Using more than one display with Intel HD 630 has issues
1414

1515
</details>
@@ -25,13 +25,15 @@ OpenCore configuration for running macOS 15 on the ASUS Prime B460i-PLUS motherb
2525
- PCIe active-state power management
2626
- System wake, sleep, and shutdown
2727
- macOS installation and updates
28-
- OC\_ATTR\_USE\_VOLUME\_ICON | OC\_ATTR\_USE\_DISK\_LABEL\_FILE | OC\_ATTR\_USE\_POINTER\_CONTROL | OC\_ATTR\_USE\_FLAVOUR\_ICON
2928
- System stability
29+
- OpenCore picker attributes for reading icons from volumes, themed icons and mouse control
30+
- EFI shell usability, avoiding the BuiltinGraphics text rendering driver at this time
3031

3132
</details>
3233

3334
<details><summary><strong><code>out-of-scope</code></strong></summary><br>
3435

36+
- Loading out-of-scope modified configurations or almost any ACPI table not originating from this repo
3537
- [Apple ID problems](https://dortania.github.io/OpenCore-Post-Install/universal/iservices.html)
3638
- UEFI Secure Boot
3739
- [OpenCore Security and FileVault](https://dortania.github.io/OpenCore-Post-Install/universal/security.html)
@@ -107,7 +109,7 @@ The default `config.plist` in this repo is configured in this way
107109
<key>PciRoot(0x0)/Pci(0x2,0x0)</key>
108110
<dict>
109111
<key>AAPL,ig-platform-id</key>
110-
<data>AwCYPg==</data>
112+
<data>AwDImw==</data>
111113
</dict>
112114
...
113115
</dict>

0 commit comments

Comments
 (0)