Initial commit

This commit is contained in:
Julian-Marius-Fairfax
2020-04-01 00:06:29 +02:00
commit 24ffd8a991
931 changed files with 185516 additions and 0 deletions

View File

@@ -0,0 +1,69 @@
<?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>11D17a</string>
<key>CFBundleDevelopmentRegion</key>
<string>English</string>
<key>CFBundleExecutable</key>
<string>IOHDAFamily</string>
<key>CFBundleGetInfoString</key>
<string>2.1.7f9, Copyright Apple Inc. 2005-2011</string>
<key>CFBundleIdentifier</key>
<string>com.apple.iokit.IOHDAFamily</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
<string>I/O Kit High Definition Audio Family</string>
<key>CFBundlePackageType</key>
<string>KEXT</string>
<key>CFBundleShortVersionString</key>
<string>2.1.7</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>2.1.7f9</string>
<key>DTCompiler</key>
<string></string>
<key>DTPlatformBuild</key>
<string>11D17a</string>
<key>DTPlatformVersion</key>
<string>GM</string>
<key>DTSDKBuild</key>
<string>11D17a</string>
<key>DTSDKName</key>
<string></string>
<key>DTXcode</key>
<string>0410</string>
<key>DTXcodeBuild</key>
<string>11D17a</string>
<key>IOKitPersonalities</key>
<dict>
<key>HD Audio Codec</key>
<dict>
<key>CFBundleIdentifier</key>
<string>com.apple.iokit.IOHDAFamily</string>
<key>IOClass</key>
<string>IOHDACodecDriver</string>
<key>IOProviderClass</key>
<string>IOHDACodecDevice</string>
</dict>
</dict>
<key>NSHumanReadableCopyright</key>
<string>Copyright © 2005-2011 Apple Inc. All rights reserved.</string>
<key>OSBundleCompatibleVersion</key>
<string>1.0.0d1</string>
<key>OSBundleLibraries</key>
<dict>
<key>com.apple.kpi.bsd</key>
<string>8.0.0b3</string>
<key>com.apple.kpi.iokit</key>
<string>8.0.0b3</string>
<key>com.apple.kpi.libkern</key>
<string>8.0.0b3</string>
<key>com.apple.kpi.mach</key>
<string>8.0.0b3</string>
</dict>
</dict>
</plist>

View File

@@ -0,0 +1,83 @@
<?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>
w++LDGVW7pW/vmajrx9CNJdbiHs=
</data>
</dict>
<key>rules</key>
<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>

View 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>4</string>
<key>CFBundleShortVersionString</key>
<string>2.1.7</string>
<key>CFBundleVersion</key>
<string>2.1.7f9</string>
<key>ProjectName</key>
<string>AppleHDA</string>
<key>SourceVersion</key>
<string>217004009000000</string>
</dict>
</plist>