Skip to content

Commit

Permalink
Fix AirPortOpenBSD.kext
Browse files Browse the repository at this point in the history
  • Loading branch information
Gyula Kiri committed May 22, 2021
1 parent dd9202b commit 4145987
Show file tree
Hide file tree
Showing 3 changed files with 85 additions and 0 deletions.
85 changes: 85 additions & 0 deletions EFI/OC/Kexts/AirPortOpenBSD.kext/Contents/Info.plist
Original file line number Diff line number Diff line change
@@ -0,0 +1,85 @@
<?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>20C69</string>
<key>CFBundleDevelopmentRegion</key>
<string>en</string>
<key>CFBundleExecutable</key>
<string>AirPortOpenBSD</string>
<key>CFBundleIdentifier</key>
<string>com.zhong.AirPortOpenBSD</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
<string>AirPortOpenBSD</string>
<key>CFBundlePackageType</key>
<string>KEXT</string>
<key>CFBundleShortVersionString</key>
<string>BigSur v2.0.6</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleSupportedPlatforms</key>
<array>
<string>MacOSX</string>
</array>
<key>CFBundleVersion</key>
<string>1</string>
<key>DTCompiler</key>
<string>com.apple.compilers.llvm.clang.1_0</string>
<key>DTPlatformBuild</key>
<string>12C33</string>
<key>DTPlatformName</key>
<string>macosx</string>
<key>DTPlatformVersion</key>
<string>11.1</string>
<key>DTSDKBuild</key>
<string>20C63</string>
<key>DTSDKName</key>
<string>macosx11.1</string>
<key>DTXcode</key>
<string>1230</string>
<key>DTXcodeBuild</key>
<string>12C33</string>
<key>IOKitPersonalities</key>
<dict>
<key>AirPortOpenBSD</key>
<dict>
<key>CFBundleIdentifier</key>
<string>com.zhong.AirPortOpenBSD</string>
<key>IOClass</key>
<string>AirPortOpenBSD</string>
<key>IOPCIPrimaryMatch</key>
<string>0x00008086&amp;0x0000ffff</string>
<key>IOProviderClass</key>
<string>IOPCIDevice</string>
</dict>
</dict>
<key>LSMinimumSystemVersion</key>
<string>10.15</string>
<key>NSHumanReadableCopyright</key>
<string>Copyright © 2019 Zhong-Mac. All rights reserved.</string>
<key>OSBundleLibraries</key>
<dict>
<key>com.apple.iokit.IO80211Family</key>
<string>600.0</string>
<key>com.apple.iokit.IONetworkingFamily</key>
<string>3.1</string>
<key>com.apple.iokit.IOPCIFamily</key>
<string>2.8</string>
<key>com.apple.kpi.bsd</key>
<string>13.0.0</string>
<key>com.apple.kpi.iokit</key>
<string>13.0.0</string>
<key>com.apple.kpi.libkern</key>
<string>13.0.0</string>
<key>com.apple.kpi.mach</key>
<string>13.0.0</string>
<key>com.apple.kpi.unsupported</key>
<string>13.0.0</string>
</dict>
<key>OSBundleRequired</key>
<string>Network-Root</string>
</dict>
</plist>
Binary file not shown.
Empty file.

0 comments on commit 4145987

Please sign in to comment.