mirror of
https://github.com/thewesker/osx-patcher.git
synced 2025-12-23 05:41:16 -05:00
Initial commit
This commit is contained in:
61
resources/patch/IOAudioFamily.kext/Contents/Info.plist
Normal file
61
resources/patch/IOAudioFamily.kext/Contents/Info.plist
Normal file
@@ -0,0 +1,61 @@
|
||||
<?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>12D3</string>
|
||||
<key>CFBundleDevelopmentRegion</key>
|
||||
<string>English</string>
|
||||
<key>CFBundleExecutable</key>
|
||||
<string>IOAudioFamily</string>
|
||||
<key>CFBundleGetInfoString</key>
|
||||
<string>Version: 1.8.9, Copyright © 2000-2012 Apple Inc. All rights reserved.</string>
|
||||
<key>CFBundleIdentifier</key>
|
||||
<string>com.apple.iokit.IOAudioFamily</string>
|
||||
<key>CFBundleInfoDictionaryVersion</key>
|
||||
<string>6.0</string>
|
||||
<key>CFBundleName</key>
|
||||
<string>IOAudioFamily</string>
|
||||
<key>CFBundlePackageType</key>
|
||||
<string>KEXT</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>1.8.9</string>
|
||||
<key>CFBundleSignature</key>
|
||||
<string>aaud</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>1.8.9fc11</string>
|
||||
<key>DTCompiler</key>
|
||||
<string></string>
|
||||
<key>DTPlatformBuild</key>
|
||||
<string>4F250</string>
|
||||
<key>DTPlatformVersion</key>
|
||||
<string>GM</string>
|
||||
<key>DTSDKBuild</key>
|
||||
<string>12C30</string>
|
||||
<key>DTSDKName</key>
|
||||
<string>macosx10.8</string>
|
||||
<key>DTXcode</key>
|
||||
<string>0440</string>
|
||||
<key>DTXcodeBuild</key>
|
||||
<string>4F250</string>
|
||||
<key>IOKitPersonalities</key>
|
||||
<dict/>
|
||||
<key>OSBundleCompatibleVersion</key>
|
||||
<string>1.1d25</string>
|
||||
<key>OSBundleLibraries</key>
|
||||
<dict>
|
||||
<key>com.apple.kext.OSvKernDSPLib</key>
|
||||
<string>1.0</string>
|
||||
<key>com.apple.kpi.bsd</key>
|
||||
<string>8.0</string>
|
||||
<key>com.apple.kpi.iokit</key>
|
||||
<string>9.0.0d1</string>
|
||||
<key>com.apple.kpi.libkern</key>
|
||||
<string>9.0.0d1</string>
|
||||
<key>com.apple.kpi.mach</key>
|
||||
<string>9.0.0d1</string>
|
||||
</dict>
|
||||
<key>VBRSupported</key>
|
||||
<string>YES</string>
|
||||
</dict>
|
||||
</plist>
|
||||
BIN
resources/patch/IOAudioFamily.kext/Contents/MacOS/IOAudioFamily
Executable file
BIN
resources/patch/IOAudioFamily.kext/Contents/MacOS/IOAudioFamily
Executable file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -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>files</key>
|
||||
<dict>
|
||||
<key>Resources/English.lproj/InfoPlist.strings</key>
|
||||
<dict>
|
||||
<key>hash</key>
|
||||
<data>
|
||||
dUHll9LIGVsWGguq5x/sckjUN5Y=
|
||||
</data>
|
||||
<key>optional</key>
|
||||
<true/>
|
||||
</dict>
|
||||
<key>Resources/English.lproj/locversion.plist</key>
|
||||
<dict>
|
||||
<key>hash</key>
|
||||
<data>
|
||||
MqdmdWMPzi/YWPKhX0bf0MBD+SM=
|
||||
</data>
|
||||
<key>optional</key>
|
||||
<true/>
|
||||
</dict>
|
||||
<key>version.plist</key>
|
||||
<data>
|
||||
LqLMsb55LpFkJOyBNtAsZnToy7Q=
|
||||
</data>
|
||||
</dict>
|
||||
<key>rules</key>
|
||||
<dict>
|
||||
<key>@[0-9]+</key>
|
||||
<dict>
|
||||
<key>omit</key>
|
||||
<true/>
|
||||
<key>weight</key>
|
||||
<real>10</real>
|
||||
</dict>
|
||||
<key>\.licns$</key>
|
||||
<dict>
|
||||
<key>optional</key>
|
||||
<true/>
|
||||
<key>weight</key>
|
||||
<real>50</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>40</real>
|
||||
</dict>
|
||||
<key>^version.plist$</key>
|
||||
<true/>
|
||||
</dict>
|
||||
</dict>
|
||||
</plist>
|
||||
Binary file not shown.
16
resources/patch/IOAudioFamily.kext/Contents/version.plist
Normal file
16
resources/patch/IOAudioFamily.kext/Contents/version.plist
Normal 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>44</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>1.8.9</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>1.8.9fc11</string>
|
||||
<key>ProjectName</key>
|
||||
<string>IOAudioFamily</string>
|
||||
<key>SourceVersion</key>
|
||||
<string>189004011000000</string>
|
||||
</dict>
|
||||
</plist>
|
||||
Reference in New Issue
Block a user