Compatiabled with macOS 12.6

This commit is contained in:
Panqing Huang
2022-11-01 22:08:46 +08:00
parent b885aaea51
commit 2ac23fd884
516 changed files with 20330 additions and 0 deletions

View File

@@ -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>18F108f</string>
<key>CFBundleDevelopmentRegion</key>
<string>English</string>
<key>CFBundleExecutable</key>
<string>HWPEnabler</string>
<key>CFBundleGetInfoString</key>
<string>HWPEnabler 1.1, copyright © 2016 GoodWin. All rights reserved.</string>
<key>CFBundleIdentifier</key>
<string>good.win.HWPEnabler</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
<string>HWPEnabler</string>
<key>CFBundlePackageType</key>
<string>KEXT</string>
<key>CFBundleShortVersionString</key>
<string>1.2</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleSupportedPlatforms</key>
<array>
<string>MacOSX</string>
</array>
<key>CFBundleVersion</key>
<string>1.2</string>
<key>DTCompiler</key>
<string>com.apple.compilers.llvm.clang.1_0</string>
<key>DTPlatformBuild</key>
<string>10E1001</string>
<key>DTPlatformVersion</key>
<string>GM</string>
<key>DTSDKBuild</key>
<string>18E219</string>
<key>DTSDKName</key>
<string>macosx10.14</string>
<key>DTXcode</key>
<string>1020</string>
<key>DTXcodeBuild</key>
<string>10E1001</string>
<key>IOKitPersonalities</key>
<dict>
<key>HWPEnabler</key>
<dict>
<key>HWPDeaultVal</key>
<string>80002301</string>
<key>HWPSetDeaults</key>
<true/>
<key>HWPenable</key>
<true/>
<key>IOClass</key>
<string>HWPEnabler</string>
<key>IOMatchCategory</key>
<string>HWPEnabler</string>
<key>IOProviderClass</key>
<string>IOResources</string>
<key>IOResourceMatch</key>
<string>IOKit</string>
<key>IOUserClientClass</key>
<string>HWPEnablerClient</string>
</dict>
</dict>
<key>NSHumanReadableCopyright</key>
<string>Copyright © 2016 GoodWin. All rights reserved.</string>
<key>OSBundleLibraries</key>
<dict>
<key>com.apple.kpi.bsd</key>
<string>10.4</string>
<key>com.apple.kpi.iokit</key>
<string>10.4</string>
<key>com.apple.kpi.libkern</key>
<string>10.4</string>
<key>com.apple.kpi.mach</key>
<string>10.4</string>
<key>com.apple.kpi.unsupported</key>
<string>10.5</string>
</dict>
<key>OSBundleRequired</key>
<string>Root</string>
</dict>
</plist>

Binary file not shown.