Info.plist 2.7 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>20G624</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>SMCProcessor</string>
	<key>CFBundleIdentifier</key>
	<string>as.vit9696.SMCProcessor</string>
	<key>CFBundleInfoDictionaryVersion</key>
	<string>6.0</string>
	<key>CFBundleName</key>
	<string>SMCProcessor</string>
	<key>CFBundlePackageType</key>
	<string>KEXT</string>
	<key>CFBundleShortVersionString</key>
M
mrasong 已提交
20
	<string>1.3.0</string>
M
mrasong 已提交
21 22 23 24 25 26 27
	<key>CFBundleSignature</key>
	<string>????</string>
	<key>CFBundleSupportedPlatforms</key>
	<array>
		<string>MacOSX</string>
	</array>
	<key>CFBundleVersion</key>
M
mrasong 已提交
28
	<string>1.3.0</string>
M
mrasong 已提交
29 30 31
	<key>DTCompiler</key>
	<string>com.apple.compilers.llvm.clang.1_0</string>
	<key>DTPlatformBuild</key>
M
mrasong 已提交
32
	<string>13C100</string>
M
mrasong 已提交
33 34 35
	<key>DTPlatformName</key>
	<string>macosx</string>
	<key>DTPlatformVersion</key>
M
mrasong 已提交
36
	<string>12.1</string>
M
mrasong 已提交
37
	<key>DTSDKBuild</key>
M
mrasong 已提交
38
	<string>21C46</string>
M
mrasong 已提交
39
	<key>DTSDKName</key>
M
mrasong 已提交
40
	<string>macosx12.1</string>
M
mrasong 已提交
41
	<key>DTXcode</key>
M
mrasong 已提交
42
	<string>1321</string>
M
mrasong 已提交
43
	<key>DTXcodeBuild</key>
M
mrasong 已提交
44
	<string>13C100</string>
M
mrasong 已提交
45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98
	<key>IOKitPersonalities</key>
	<dict>
		<key>as.vit9696.SMCProcessor</key>
		<dict>
			<key>CFBundleIdentifier</key>
			<string>as.vit9696.SMCProcessor</string>
			<key>IOClass</key>
			<string>SMCProcessor</string>
			<key>IOMatchCategory</key>
			<string>SMCProcessor</string>
			<key>IONameMatch</key>
			<string>processor</string>
			<key>IOPropertyMatch</key>
			<dict>
				<key>processor-index</key>
				<integer>0</integer>
			</dict>
			<key>IOProviderClass</key>
			<string>IOACPIPlatformDevice</string>
			<key>IOResourceMatch</key>
			<string>ACPI</string>
		</dict>
	</dict>
	<key>LSMinimumSystemVersion</key>
	<string>10.7</string>
	<key>NSHumanReadableCopyright</key>
	<string>Copyright © 2018 vit9696. All rights reserved.</string>
	<key>OSBundleCompatibleVersion</key>
	<string>1.0</string>
	<key>OSBundleLibraries</key>
	<dict>
		<key>as.vit9696.Lilu</key>
		<string>1.2.0</string>
		<key>as.vit9696.VirtualSMC</key>
		<string>1.0.0</string>
		<key>com.apple.iokit.IOACPIFamily</key>
		<string>1.0.0d1</string>
		<key>com.apple.kpi.bsd</key>
		<string>11.0.0</string>
		<key>com.apple.kpi.dsep</key>
		<string>11.0.0</string>
		<key>com.apple.kpi.iokit</key>
		<string>11.0.0</string>
		<key>com.apple.kpi.libkern</key>
		<string>11.0.0</string>
		<key>com.apple.kpi.mach</key>
		<string>11.0.0</string>
		<key>com.apple.kpi.unsupported</key>
		<string>11.0.0</string>
	</dict>
	<key>OSBundleRequired</key>
	<string>Root</string>
</dict>
</plist>