Skip to content

Commit

Permalink
Revert some changes made to OC plist, but keep boot arg for HDMI fix
Browse files Browse the repository at this point in the history
  • Loading branch information
yllwfsh committed Apr 24, 2020
1 parent 2a3ea12 commit 7792741
Showing 1 changed file with 22 additions and 3 deletions.
25 changes: 22 additions & 3 deletions EFIOC/OC/config.plist
Original file line number Diff line number Diff line change
Expand Up @@ -1007,6 +1007,8 @@
<false/>
<key>DisableIoMapper</key>
<true/>
<key>DisableRtcChecksum</key>
<false/>
<key>DummyPowerManagement</key>
<false/>
<key>ExternalDiskIcons</key>
Expand Down Expand Up @@ -1214,6 +1216,19 @@
</dict>
<key>UEFI</key>
<dict>
<key>APFS</key>
<dict>
<key>EnableJumpstart</key>
<false/>
<key>HideVerbose</key>
<false/>
<key>JumpstartHotPlug</key>
<false/>
<key>MinDate</key>
<integer>0</integer>
<key>MinVersion</key>
<integer>0</integer>
</dict>
<key>Audio</key>
<dict>
<key>AudioCodec</key>
Expand Down Expand Up @@ -1287,7 +1302,7 @@
<key>TextRenderer</key>
<string>BuiltinGraphics</string>
</dict>
<key>Protocols</key>
<key>ProtocolOverrides</key>
<dict>
<key>AppleAudio</key>
<false/>
Expand All @@ -1301,16 +1316,18 @@
<false/>
<key>AppleKeyMap</key>
<false/>
<key>AppleSmcIo</key>
<key>AppleRtcRam</key>
<false/>
<key>AppleSmcIo</key>
<true/>
<key>AppleUserInterfaceTheme</key>
<false/>
<key>DataHub</key>
<false/>
<key>DeviceProperties</key>
<false/>
<key>FirmwareVolume</key>
<false/>
<true/>
<key>HashServices</key>
<false/>
<key>OSInfo</key>
Expand All @@ -1333,6 +1350,8 @@
<key>UnblockFsConnect</key>
<false/>
</dict>
<key>ReservedMemory</key>
<array/>
</dict>
</dict>
</plist>

0 comments on commit 7792741

Please sign in to comment.