Info.plist 3.3 KB
Newer Older
M
mrasong 已提交
1 2 3 4 5
<?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>
M
mrasong 已提交
6
	<string>20G817</string>
M
mrasong 已提交
7 8 9 10 11 12 13 14 15 16 17 18 19
	<key>CFBundleDevelopmentRegion</key>
	<string>en</string>
	<key>CFBundleExecutable</key>
	<string>AirportItlwm</string>
	<key>CFBundleIdentifier</key>
	<string>com.zxystd.AirportItlwm</string>
	<key>CFBundleInfoDictionaryVersion</key>
	<string>6.0</string>
	<key>CFBundleName</key>
	<string>AirportItlwm</string>
	<key>CFBundlePackageType</key>
	<string>KEXT</string>
	<key>CFBundleShortVersionString</key>
M
mrasong 已提交
20
	<string>2.2.0</string>
M
mrasong 已提交
21 22 23 24 25
	<key>CFBundleSupportedPlatforms</key>
	<array>
		<string>MacOSX</string>
	</array>
	<key>CFBundleVersion</key>
M
mrasong 已提交
26
	<string>2.2.0</string>
M
mrasong 已提交
27 28 29
	<key>DTCompiler</key>
	<string>com.apple.compilers.llvm.clang.1_0</string>
	<key>DTPlatformBuild</key>
M
mrasong 已提交
30 31 32
	<string>13C100</string>
	<key>DTPlatformName</key>
	<string>macosx</string>
M
mrasong 已提交
33
	<key>DTPlatformVersion</key>
M
mrasong 已提交
34
	<string>12.1</string>
M
mrasong 已提交
35
	<key>DTSDKBuild</key>
M
mrasong 已提交
36
	<string>21C46</string>
M
mrasong 已提交
37
	<key>DTSDKName</key>
M
mrasong 已提交
38
	<string>macosx12.1</string>
M
mrasong 已提交
39
	<key>DTXcode</key>
M
mrasong 已提交
40
	<string>1321</string>
M
mrasong 已提交
41
	<key>DTXcodeBuild</key>
M
mrasong 已提交
42
	<string>13C100</string>
M
mrasong 已提交
43 44 45 46 47 48 49 50 51 52 53
	<key>IOKitPersonalities</key>
	<dict>
		<key>itlwm</key>
		<dict>
			<key>CFBundleIdentifier</key>
			<string>com.zxystd.AirportItlwm</string>
			<key>IOClass</key>
			<string>AirportItlwm</string>
			<key>IOMatchCategory</key>
			<string>IODefaultMatchCategory</string>
			<key>IOPCIMatch</key>
M
mrasong 已提交
54
			<string>0x27238086 0x43F08086 0xA0F08086 0x34F08086 0x4DF08086 0x02F08086 0x3DF08086 0x06F08086 0x27208086 0x08b18086 0x08b28086 0x08b38086 0x08b48086 0x095a8086 0x095b8086 0x31658086 0x31668086 0x24f38086 0x24f48086 0x24f58086 0x24f68086 0x24fb8086 0x24fd8086 0x25268086 0x9df08086 0xa3708086 0x31DC8086 0x30DC8086 0x271C8086 0x271B8086 0x42a48086 0x00a08086 0x00a48086 0x02a08086 0x40a48086 0x00608086 0x00648086 0x02608086 0x02648086 0x42298086 0x422b8086 0x422c8086 0x42308086 0x42328086 0x42358086 0x42368086 0x42378086 0x42388086 0x42398086 0x423a8086 0x423b8086 0x423c8086 0x423d8086 0x00828086 0x00838086 0x00848086 0x00858086 0x00878086 0x00898086 0x008a8086 0x008b8086 0x00908086 0x00918086 0x08928086 0x08938086 0x08948086 0x08958086 0x08968086 0x08978086 0x08ae8086 0x08af8086 0x088e8086 0x088f8086 0x08908086 0x08918086 0x08878086 0x08888086 0x27258086 0x27268086 0x7A708086 0x7AF08086 0x51F08086 0x54F08086 0x27298086 0x7E408086</string>
M
mrasong 已提交
55 56 57 58 59 60 61 62 63 64 65 66
			<key>IOProbeScore</key>
			<integer>2000</integer>
			<key>IOProviderClass</key>
			<string>IOPCIDevice</string>
		</dict>
	</dict>
	<key>LSMinimumSystemVersion</key>
	<string>10.15</string>
	<key>NSHumanReadableCopyright</key>
	<string>Copyright © 2020 钟先耀. All rights reserved.</string>
	<key>OSBundleLibraries</key>
	<dict>
M
mrasong 已提交
67 68
		<key>com.apple.iokit.IO80211FamilyLegacy</key>
		<string>600.0</string>
M
mrasong 已提交
69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85
		<key>com.apple.iokit.IONetworkingFamily</key>
		<string>3.2</string>
		<key>com.apple.iokit.IOPCIFamily</key>
		<string>2.9</string>
		<key>com.apple.kpi.bsd</key>
		<string>16.7</string>
		<key>com.apple.kpi.iokit</key>
		<string>16.7</string>
		<key>com.apple.kpi.libkern</key>
		<string>16.7</string>
		<key>com.apple.kpi.mach</key>
		<string>16.7</string>
	</dict>
	<key>OSBundleRequired</key>
	<string>Network-Root</string>
</dict>
</plist>