mirror of
https://github.com/thewesker/osx-patcher.git
synced 2025-12-23 13:51:17 -05:00
Initial commit
This commit is contained in:
119
resources/patch/ATIRadeonX1000.kext/Contents/Info.plist
Executable file
119
resources/patch/ATIRadeonX1000.kext/Contents/Info.plist
Executable file
@@ -0,0 +1,119 @@
|
||||
<?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>ATIRadeonX1000</string>
|
||||
<key>CFBundleGetInfoString</key>
|
||||
<string>ATIRadeonX1000 7.4.1 11524</string>
|
||||
<key>CFBundleIdentifier</key>
|
||||
<string>com.apple.ATIRadeonX1000</string>
|
||||
<key>CFBundleInfoDictionaryVersion</key>
|
||||
<string>6.0</string>
|
||||
<key>CFBundleName</key>
|
||||
<string>ATI RadeonX1000 Kernel Extension</string>
|
||||
<key>CFBundlePackageType</key>
|
||||
<string>KEXT</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>7.4.1</string>
|
||||
<key>CFBundleSignature</key>
|
||||
<string>????</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>7.0.4</string>
|
||||
<key>IOKitPersonalities</key>
|
||||
<dict>
|
||||
<key>ATIRadeonX1000</key>
|
||||
<dict>
|
||||
<key>ATIEnableWideBlitSupport</key>
|
||||
<true/>
|
||||
<key>ATIUseTearingWideBlit</key>
|
||||
<false/>
|
||||
<key>CFBundleIdentifier</key>
|
||||
<string>com.apple.ATIRadeonX1000</string>
|
||||
<key>GpuDebugPolicy</key>
|
||||
<integer>0</integer>
|
||||
<key>IOCFPlugInTypes</key>
|
||||
<dict>
|
||||
<key>ACCF0000-0000-0000-0000-000a2789904e</key>
|
||||
<string>ATIRadeonX1000GA.plugin</string>
|
||||
</dict>
|
||||
<key>IOClass</key>
|
||||
<string>ATIRadeonX1000</string>
|
||||
<key>IODVDBundleName</key>
|
||||
<string>ATIRadeonX1000VADriver</string>
|
||||
<key>IOMatchCategory</key>
|
||||
<string>IOAccelerator</string>
|
||||
<key>IOPCIMatch</key>
|
||||
<string>0x71871002 0x72101002 0x71DE1002 0x71461002 0x71421002 0x71091002 0x71C51002 0x71C01002 0x72401002 0x72491002 0x72911002</string>
|
||||
<key>IOProviderClass</key>
|
||||
<string>IOPCIDevice</string>
|
||||
<key>IOSourceVersion</key>
|
||||
<string>7.4.1</string>
|
||||
<key>IOVARendererID</key>
|
||||
<integer>16908288</integer>
|
||||
<key>sensor-properties</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>device_type</key>
|
||||
<data>
|
||||
Z3B1LXNlbnNvcg==
|
||||
</data>
|
||||
<key>location</key>
|
||||
<string>GPU</string>
|
||||
<key>name</key>
|
||||
<string>gpu-sensor</string>
|
||||
<key>polling-period</key>
|
||||
<data>
|
||||
AAAAAQAAAAA=
|
||||
</data>
|
||||
<key>reg</key>
|
||||
<data>
|
||||
AAAAAg==
|
||||
</data>
|
||||
<key>sample-period</key>
|
||||
<data>
|
||||
AAAAAACYmAA=
|
||||
</data>
|
||||
<key>sensor-id</key>
|
||||
<data>
|
||||
AAAABg==
|
||||
</data>
|
||||
<key>version</key>
|
||||
<data>
|
||||
AAAAAg==
|
||||
</data>
|
||||
<key>zone</key>
|
||||
<data>
|
||||
AAAAAg==
|
||||
</data>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
</dict>
|
||||
<key>NSHumanReadableCopyright</key>
|
||||
<string>Copyright © 2004-2009 Apple Inc. All rights reserved.</string>
|
||||
<key>OSBundleLibraries</key>
|
||||
<dict>
|
||||
<key>com.apple.iokit.IOGraphicsFamily</key>
|
||||
<string>1.0.0b1</string>
|
||||
<key>com.apple.iokit.IONDRVSupport</key>
|
||||
<string>1.0.0b1</string>
|
||||
<key>com.apple.iokit.IOPCIFamily</key>
|
||||
<string>1.0.0b1</string>
|
||||
<key>com.apple.kpi.bsd</key>
|
||||
<string>8.0.0</string>
|
||||
<key>com.apple.kpi.iokit</key>
|
||||
<string>8.0.0</string>
|
||||
<key>com.apple.kpi.libkern</key>
|
||||
<string>8.0.0</string>
|
||||
<key>com.apple.kpi.mach</key>
|
||||
<string>8.0.0</string>
|
||||
<key>com.apple.kpi.private</key>
|
||||
<string>8.0.0</string>
|
||||
<key>com.apple.kpi.unsupported</key>
|
||||
<string>8.0.0</string>
|
||||
</dict>
|
||||
</dict>
|
||||
</plist>
|
||||
BIN
resources/patch/ATIRadeonX1000.kext/Contents/MacOS/ATIRadeonX1000
Executable file
BIN
resources/patch/ATIRadeonX1000.kext/Contents/MacOS/ATIRadeonX1000
Executable file
Binary file not shown.
BIN
resources/patch/ATIRadeonX1000.kext/Contents/_CodeSignature/CodeDirectory
Executable file
BIN
resources/patch/ATIRadeonX1000.kext/Contents/_CodeSignature/CodeDirectory
Executable file
Binary file not shown.
90
resources/patch/ATIRadeonX1000.kext/Contents/_CodeSignature/CodeResources
Executable file
90
resources/patch/ATIRadeonX1000.kext/Contents/_CodeSignature/CodeResources
Executable file
@@ -0,0 +1,90 @@
|
||||
<?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>files</key>
|
||||
<dict>
|
||||
<key>version.plist</key>
|
||||
<data>
|
||||
tqDabUWL9hA2Ooe/XDgh3+eJrgY=
|
||||
</data>
|
||||
</dict>
|
||||
<key>rules</key>
|
||||
<dict>
|
||||
<key>.*\.licns</key>
|
||||
<dict>
|
||||
<key>omit</key>
|
||||
<true/>
|
||||
<key>weight</key>
|
||||
<real>10</real>
|
||||
</dict>
|
||||
<key>@[0-9]+</key>
|
||||
<dict>
|
||||
<key>omit</key>
|
||||
<true/>
|
||||
<key>weight</key>
|
||||
<real>10</real>
|
||||
</dict>
|
||||
<key>^Resources/</key>
|
||||
<true/>
|
||||
<key>^Resources/.*\.lproj/</key>
|
||||
<dict>
|
||||
<key>omit</key>
|
||||
<true/>
|
||||
<key>weight</key>
|
||||
<real>30</real>
|
||||
</dict>
|
||||
<key>^Resources/.*\.lproj/locversion.plist$</key>
|
||||
<dict>
|
||||
<key>omit</key>
|
||||
<true/>
|
||||
<key>weight</key>
|
||||
<real>30</real>
|
||||
</dict>
|
||||
<key>^Resources/.*\.nib/classes\.nib$</key>
|
||||
<dict>
|
||||
<key>optional</key>
|
||||
<true/>
|
||||
<key>weight</key>
|
||||
<real>5</real>
|
||||
</dict>
|
||||
<key>^Resources/.*\.nib/data\.dependency$</key>
|
||||
<dict>
|
||||
<key>optional</key>
|
||||
<true/>
|
||||
<key>weight</key>
|
||||
<real>5</real>
|
||||
</dict>
|
||||
<key>^Resources/.*\.nib/designable\.nib$</key>
|
||||
<dict>
|
||||
<key>optional</key>
|
||||
<true/>
|
||||
<key>weight</key>
|
||||
<real>5</real>
|
||||
</dict>
|
||||
<key>^Resources/.*\.nib/info\.nib$</key>
|
||||
<dict>
|
||||
<key>optional</key>
|
||||
<true/>
|
||||
<key>weight</key>
|
||||
<real>5</real>
|
||||
</dict>
|
||||
<key>^Resources/BridgeSupport/[^/]*\.(bridgesupport|dylib)$</key>
|
||||
<dict>
|
||||
<key>omit</key>
|
||||
<true/>
|
||||
<key>weight</key>
|
||||
<real>10</real>
|
||||
</dict>
|
||||
<key>^Resources/English\.lproj/</key>
|
||||
<dict>
|
||||
<key>optional</key>
|
||||
<true/>
|
||||
<key>weight</key>
|
||||
<real>5</real>
|
||||
</dict>
|
||||
<key>^version.plist$</key>
|
||||
<true/>
|
||||
</dict>
|
||||
</dict>
|
||||
</plist>
|
||||
BIN
resources/patch/ATIRadeonX1000.kext/Contents/_CodeSignature/CodeSignature
Executable file
BIN
resources/patch/ATIRadeonX1000.kext/Contents/_CodeSignature/CodeSignature
Executable file
Binary file not shown.
16
resources/patch/ATIRadeonX1000.kext/Contents/version.plist
Executable file
16
resources/patch/ATIRadeonX1000.kext/Contents/version.plist
Executable file
@@ -0,0 +1,16 @@
|
||||
<?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>BuildVersion</key>
|
||||
<string>5</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>7.4.1</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>7.0.4</string>
|
||||
<key>ProjectName</key>
|
||||
<string>LegacyGraphicsDrivers</string>
|
||||
<key>SourceVersion</key>
|
||||
<string>7004001000000</string>
|
||||
</dict>
|
||||
</plist>
|
||||
Reference in New Issue
Block a user