forked from IQ.Lvbs/IQ.Pilot
22 lines
611 B
XML
22 lines
611 B
XML
<?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">
|
|
<dict>
|
|
<key>com.apple.application-identifier</key>
|
|
<string>9YG3G8543N.org.tinygrad.tinygpu.driver2</string>
|
|
<key>com.apple.developer.driverkit</key>
|
|
<true/>
|
|
<key>com.apple.developer.driverkit.transport.pci</key>
|
|
<array>
|
|
<dict>
|
|
<key>IOPCIPrimaryMatch</key>
|
|
<string>0x000010de&0x0000FFFF</string>
|
|
</dict>
|
|
<dict>
|
|
<key>IOPCIPrimaryMatch</key>
|
|
<string>0x00001002&0x0000FFFF</string>
|
|
</dict>
|
|
</array>
|
|
</dict>
|
|
</plist>
|