This repository has been archived by the owner on May 6, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
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
a74a039
commit f095750
Showing
4 changed files
with
219 additions
and
0 deletions.
There are no files selected for viewing
73 changes: 73 additions & 0 deletions
73
Extensions/Graphics-Acceleration/AMD-ATI/IOAcceleratorFamily2.kext/Contents/Info.plist
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,73 @@ | ||
<?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>BuildMachineOSBuild</key> | ||
<string>16B2657</string> | ||
<key>CFBundleDevelopmentRegion</key> | ||
<string>English</string> | ||
<key>CFBundleExecutable</key> | ||
<string>IOAcceleratorFamily2</string> | ||
<key>CFBundleIdentifier</key> | ||
<string>com.apple.iokit.IOAcceleratorFamily2</string> | ||
<key>CFBundleInfoDictionaryVersion</key> | ||
<string>6.0</string> | ||
<key>CFBundleName</key> | ||
<string>IOAcceleratorFamily2</string> | ||
<key>CFBundlePackageType</key> | ||
<string>KEXT</string> | ||
<key>CFBundleShortVersionString</key> | ||
<string>378.26</string> | ||
<key>CFBundleSignature</key> | ||
<string>????</string> | ||
<key>CFBundleSupportedPlatforms</key> | ||
<array> | ||
<string>MacOSX</string> | ||
</array> | ||
<key>CFBundleVersion</key> | ||
<string>378.26</string> | ||
<key>DTCompiler</key> | ||
<string>com.apple.compilers.llvm.clang.1_0</string> | ||
<key>DTPlatformBuild</key> | ||
<string>9P107g</string> | ||
<key>DTPlatformVersion</key> | ||
<string>GM</string> | ||
<key>DTSDKBuild</key> | ||
<string>17G55</string> | ||
<key>DTSDKName</key> | ||
<string>macosx10.13internal</string> | ||
<key>DTXcode</key> | ||
<string>0930</string> | ||
<key>DTXcodeBuild</key> | ||
<string>9P107g</string> | ||
<key>NSHumanReadableCopyright</key> | ||
<string>Copyright © 2010-2015 Apple Inc. All rights reserved.</string> | ||
<key>OSBundleCompatibleVersion</key> | ||
<string>2.0.0</string> | ||
<key>OSBundleLibraries</key> | ||
<dict> | ||
<key>com.apple.driver.AppleMobileFileIntegrity</key> | ||
<string>1.0.1</string> | ||
<key>com.apple.iokit.IOGraphicsFamily</key> | ||
<string>1.0.0b1</string> | ||
<key>com.apple.iokit.IOPCIFamily</key> | ||
<string>1.0.0b1</string> | ||
<key>com.apple.iokit.IOSurface</key> | ||
<string>87.0</string> | ||
<key>com.apple.kpi.bsd</key> | ||
<string>9.0.0b1</string> | ||
<key>com.apple.kpi.iokit</key> | ||
<string>9.0.0b1</string> | ||
<key>com.apple.kpi.libkern</key> | ||
<string>9.0.0b1</string> | ||
<key>com.apple.kpi.mach</key> | ||
<string>9.0.0b1</string> | ||
<key>com.apple.kpi.private</key> | ||
<string>10.0.0d3</string> | ||
<key>com.apple.kpi.unsupported</key> | ||
<string>9.0.0b1</string> | ||
</dict> | ||
<key>OSBundleRequired</key> | ||
<string>Safe Boot</string> | ||
</dict> | ||
</plist> |
Binary file added
BIN
+735 KB
...aphics-Acceleration/AMD-ATI/IOAcceleratorFamily2.kext/Contents/MacOS/IOAcceleratorFamily2
Binary file not shown.
128 changes: 128 additions & 0 deletions
128
...hics-Acceleration/AMD-ATI/IOAcceleratorFamily2.kext/Contents/_CodeSignature/CodeResources
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,128 @@ | ||
<?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> | ||
Zs9rzgvi9SkeVUujf94JlU8QLCg= | ||
</data> | ||
</dict> | ||
<key>files2</key> | ||
<dict> | ||
<key>version.plist</key> | ||
<dict> | ||
<key>hash2</key> | ||
<data> | ||
du7Zkk8zMh8V9/5z8ONPLj87Di9RoCuaUJHRs23jgVs= | ||
</data> | ||
</dict> | ||
</dict> | ||
<key>rules</key> | ||
<dict> | ||
<key>^Resources/</key> | ||
<true/> | ||
<key>^Resources/.*\.lproj/</key> | ||
<dict> | ||
<key>optional</key> | ||
<true/> | ||
<key>weight</key> | ||
<real>1000</real> | ||
</dict> | ||
<key>^Resources/.*\.lproj/locversion.plist$</key> | ||
<dict> | ||
<key>omit</key> | ||
<true/> | ||
<key>weight</key> | ||
<real>1100</real> | ||
</dict> | ||
<key>^Resources/Base\.lproj/</key> | ||
<dict> | ||
<key>weight</key> | ||
<real>1010</real> | ||
</dict> | ||
<key>^version.plist$</key> | ||
<true/> | ||
</dict> | ||
<key>rules2</key> | ||
<dict> | ||
<key>.*\.dSYM($|/)</key> | ||
<dict> | ||
<key>weight</key> | ||
<real>11</real> | ||
</dict> | ||
<key>^(.*/)?\.DS_Store$</key> | ||
<dict> | ||
<key>omit</key> | ||
<true/> | ||
<key>weight</key> | ||
<real>2000</real> | ||
</dict> | ||
<key>^(Frameworks|SharedFrameworks|PlugIns|Plug-ins|XPCServices|Helpers|MacOS|Library/(Automator|Spotlight|LoginItems))/</key> | ||
<dict> | ||
<key>nested</key> | ||
<true/> | ||
<key>weight</key> | ||
<real>10</real> | ||
</dict> | ||
<key>^.*</key> | ||
<true/> | ||
<key>^Info\.plist$</key> | ||
<dict> | ||
<key>omit</key> | ||
<true/> | ||
<key>weight</key> | ||
<real>20</real> | ||
</dict> | ||
<key>^PkgInfo$</key> | ||
<dict> | ||
<key>omit</key> | ||
<true/> | ||
<key>weight</key> | ||
<real>20</real> | ||
</dict> | ||
<key>^Resources/</key> | ||
<dict> | ||
<key>weight</key> | ||
<real>20</real> | ||
</dict> | ||
<key>^Resources/.*\.lproj/</key> | ||
<dict> | ||
<key>optional</key> | ||
<true/> | ||
<key>weight</key> | ||
<real>1000</real> | ||
</dict> | ||
<key>^Resources/.*\.lproj/locversion.plist$</key> | ||
<dict> | ||
<key>omit</key> | ||
<true/> | ||
<key>weight</key> | ||
<real>1100</real> | ||
</dict> | ||
<key>^Resources/Base\.lproj/</key> | ||
<dict> | ||
<key>weight</key> | ||
<real>1010</real> | ||
</dict> | ||
<key>^[^/]+$</key> | ||
<dict> | ||
<key>nested</key> | ||
<true/> | ||
<key>weight</key> | ||
<real>10</real> | ||
</dict> | ||
<key>^embedded\.provisionprofile$</key> | ||
<dict> | ||
<key>weight</key> | ||
<real>20</real> | ||
</dict> | ||
<key>^version\.plist$</key> | ||
<dict> | ||
<key>weight</key> | ||
<real>20</real> | ||
</dict> | ||
</dict> | ||
</dict> | ||
</plist> |
18 changes: 18 additions & 0 deletions
18
Extensions/Graphics-Acceleration/AMD-ATI/IOAcceleratorFamily2.kext/Contents/version.plist
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,18 @@ | ||
<?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>BuildAliasOf</key> | ||
<string>IOAcceleratorFamily</string> | ||
<key>BuildVersion</key> | ||
<string>47</string> | ||
<key>CFBundleShortVersionString</key> | ||
<string>378.26</string> | ||
<key>CFBundleVersion</key> | ||
<string>378.26</string> | ||
<key>ProjectName</key> | ||
<string>IOAcceleratorFamily_kexts</string> | ||
<key>SourceVersion</key> | ||
<string>378026000000000</string> | ||
</dict> | ||
</plist> |