mirror of
https://github.com/sickcodes/osx-serial-generator.git
synced 2025-01-29 17:08:25 +00:00
Make changes, add nopicker
This commit is contained in:
parent
8c435f5d08
commit
acbc961f6a
|
@ -1,3 +1,7 @@
|
|||
<!-- 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 -->
|
||||
<!-- Scan policy generator: https://oc-scanpolicy.vercel.app/ -->
|
||||
<?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">
|
||||
<plist version="1.0">
|
||||
|
@ -1078,23 +1082,23 @@
|
|||
<key>AdviseFeatures</key>
|
||||
<false/>
|
||||
<key>MLB</key>
|
||||
<string>C02717306J9JG361M</string>
|
||||
<string>{{BOARD_SERIAL}}</string>
|
||||
<key>MaxBIOSVersion</key>
|
||||
<false/>
|
||||
<key>ProcessorType</key>
|
||||
<integer>0</integer>
|
||||
<key>ROM</key>
|
||||
<data>m7zhIYfl</data>
|
||||
<string>{{ROM}}</string>
|
||||
<key>SpoofVendor</key>
|
||||
<true/>
|
||||
<key>SystemMemoryStatus</key>
|
||||
<string>Auto</string>
|
||||
<key>SystemProductName</key>
|
||||
<string>iMacPro1,1</string>
|
||||
<string>{{DEVICE_MODEL}}</string>
|
||||
<key>SystemSerialNumber</key>
|
||||
<string>C02TM2ZBHX87</string>
|
||||
<string>{{SERIAL}}</string>
|
||||
<key>SystemUUID</key>
|
||||
<string>007076A6-F2A2-4461-BBE5-BAD019F8025A</string>
|
||||
<string>{{UUID}}</string>
|
||||
</dict>
|
||||
<key>UpdateDataHub</key>
|
||||
<true/>
|
||||
|
@ -1447,7 +1451,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>
|
||||
|
|
1538
config-nopicker-sonoma.plist
Normal file
1538
config-nopicker-sonoma.plist
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue