Contribute
Register

OCS: no schema for comment a 2 index, context <kernel>!

Status
Not open for further replies.
this:
Code:
<key>Block</key>
        <array>
            <dict>
                <key>Arch</key>
                <string>Any</string>
                <key>Comment</key>
                <string></string>
                <key>Enabled</key>
                <false/>
                <key>Identifier</key>
                <string>com.apple.driver.AppleTyMCEDriver</string>
                <key>MaxKernel</key>
                <string></string>
                <key>MinKernel</key>
                <string></string>
            </dict>
        </array>
        <key>Comment</key>
        <string>USBPorts.kext</string>
        <key>Emulate</key>
        <dict>
            <key>Cpuid1Data</key>
            <data></data>
            <key>Cpuid1Mask</key>
            <data></data>
            <key>DummyPowerManagement</key>
            <false/>
            <key>MaxKernel</key>
            <string></string>
            <key>MinKernel</key>
            <string></string>
        </dict>

this section should not be in there:
Code:
<key>Comment</key>
        <string>USBPorts.kext</string>
really appreciated, validated with no issues found. dunno how that got in there.
btw, even leaving it that way is uninfluential?
 
really appreciated, validated with no issues found. dunno how that got in there.
btw, even leaving it that way is uninfluential?
why have a config.plist that is not correctly formatted?
 
Status
Not open for further replies.
Back
Top