diff options
Diffstat (limited to 'custom/config-nopicker-custom.plist')
| -rw-r--r-- | custom/config-nopicker-custom.plist | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/custom/config-nopicker-custom.plist b/custom/config-nopicker-custom.plist index 6166234..6602df5 100644 --- a/custom/config-nopicker-custom.plist +++ b/custom/config-nopicker-custom.plist @@ -1,4 +1,5 @@ -<!-- This file is modified from https://github.com/kholia/OSX-KVM/tree/master/OpenCore-Catalina --> +<!-- This file is modified by @sickcodes from https://github.com/kholia/OSX-KVM/tree/master/OpenCore-Catalina --> +<!-- The modifications are placeholders for: {{DEVICE_MODEL}}, {{SERIAL}}, {{BOARD_SERIAL}}, {{UUID}}, {{ROM}}, {{WIDTH}}, {{HEIGHT}} --> <!-- All credit for this file https://github.com/kholia/OSX-KVM/blob/master/CREDITS.md --> <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> @@ -704,9 +705,7 @@ <key>MLB</key> <string>{{BOARD_SERIAL}}</string> <key>ROM</key> - <data> - {{ROM}} - </data> + <data>{{ROM}}</data> <key>SpoofVendor</key> <true/> <key>SystemProductName</key> @@ -816,7 +815,7 @@ <key>ReplaceTabWithSpace</key> <false/> <key>Resolution</key> - <string>1920x1080@32</string> + <string>{{WIDTH}}x{{HEIGHT}}@32</string> <key>SanitiseClearScreen</key> <false/> <key>TextRenderer</key> |