forked from benbaker76/Hackintool
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d7da0e3
commit 8bf28d5
Showing
391 changed files
with
39,153 additions
and
675 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,108 @@ | ||
<?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>CFBundleDevelopmentRegion</key> | ||
<string>English</string> | ||
<key>CFBundleExecutable</key> | ||
<string>DisplayMergeNub</string> | ||
<key>CFBundleGetInfoString</key> | ||
<string>Copright (C) 2013-2014 AnV Software</string> | ||
<key>CFBundleIdentifier</key> | ||
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string> | ||
<key>CFBundleInfoDictionaryVersion</key> | ||
<string>6.0</string> | ||
<key>CFBundleName</key> | ||
<string>Display Injector</string> | ||
<key>CFBundlePackageType</key> | ||
<string>KEXT</string> | ||
<key>CFBundleShortVersionString</key> | ||
<string>9.9.9</string> | ||
<key>CFBundleSignature</key> | ||
<string>????</string> | ||
<key>CFBundleVersion</key> | ||
<string>9.9.9</string> | ||
<key>IOKitPersonalities</key> | ||
<dict> | ||
<key>Display Apple ID Injection</key> | ||
<dict> | ||
<key>CFBundleIdentifier</key> | ||
<string>com.AnV.Software.driver.AppleMonitor</string> | ||
<key>DisplayProductID</key> | ||
<integer>1815</integer> | ||
<key>DisplayVendorID</key> | ||
<integer>1970170734</integer> | ||
<key>IOClass</key> | ||
<string>DisplayMergeNub</string> | ||
<key>IODisplayPrefsKey</key> | ||
<string>IOService:/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/PEGP@1/IOPCI2PCIBridge/GFX0@0/ATY,AMD,RadeonFramebuffer@1/ATIFramebufferNI/display0/AppleDisplay-756E6B6E-717</string> | ||
<key>IOProviderClass</key> | ||
<string>AppleDisplay</string> | ||
<key>IOProviderMergeProperties</key> | ||
<dict> | ||
<key>AppleDisplayType</key> | ||
<integer>2</integer> | ||
<key>AppleSense</key> | ||
<integer>1854</integer> | ||
<key>DisplayProductID</key> | ||
<integer>40978</integer> | ||
<key>DisplayVendorID</key> | ||
<integer>1552</integer> | ||
<key>IOClass</key> | ||
<string>AppleBacklightDisplay</string> | ||
<key>IODisplayCapabilityString</key> | ||
<data> | ||
bW9kZWwoaU1hYyBDZWxsbykgdmNwKDEwIDhEIEI2IEM4 | ||
IEM5IERGKSB2ZXIoMi4yKQ== | ||
</data> | ||
<key>IODisplayConnectFlags</key> | ||
<data> | ||
hEkAAA== | ||
</data> | ||
<key>IODisplayControllerID</key> | ||
<data> | ||
AQAAAA== | ||
</data> | ||
<key>IODisplayEDID</key> | ||
<data> | ||
AP///////wAGEBKgAAAAABwWAQS1MBt4Im+xp1VMniUM | ||
UFQAAAABAQEBAQEBAQEBAQEBAQEBMCoACFLAKDBgcBMA | ||
4OYQAAAZZBkAQEEAJjAYiDYA4OYQAAAZAAAA/QAWUA5b | ||
EAAKICAgICAgAAAA/ABpTWFjCiAgICAgICAgAKU= | ||
</data> | ||
<key>IODisplayFirmwareLevel</key> | ||
<data> | ||
AQAAAA== | ||
</data> | ||
<key>IODisplayMCCSVersion</key> | ||
<data> | ||
AAICAA== | ||
</data> | ||
<key>IODisplayPrefsKey</key> | ||
<string>IOService:/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/PEGP@1/IOPCI2PCIBridge/GFX0@0/ATY,AMD,RadeonFramebuffer@1/ATIFramebufferNI/display0/AppleDisplay-610-a012</string> | ||
<key>IODisplayTechnologyType</key> | ||
<data> | ||
//8CAw== | ||
</data> | ||
</dict> | ||
<key>IgnoreDisplayPrefs</key> | ||
<true/> | ||
</dict> | ||
</dict> | ||
<key>NSHumanReadableCopyright</key> | ||
<string>Copright (C) 2013-2014 AnV Software</string> | ||
<key>OSBundleCompatibleVersion</key> | ||
<string>8.8.8</string> | ||
<key>OSBundleLibraries</key> | ||
<dict> | ||
<key>com.apple.kpi.bsd</key> | ||
<string>8.0.0b1</string> | ||
<key>com.apple.kpi.iokit</key> | ||
<string>8.0.0b1</string> | ||
<key>com.apple.kpi.libkern</key> | ||
<string>8.0.0b1</string> | ||
</dict> | ||
<key>OSBundleRequired</key> | ||
<string>Root</string> | ||
</dict> | ||
</plist> |
Oops, something went wrong.