Info.plist 1.9 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>21A559</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>FakePCIID</string>
	<key>CFBundleIdentifier</key>
	<string>org.rehabman.driver.FakePCIID</string>
	<key>CFBundleInfoDictionaryVersion</key>
	<string>6.0</string>
	<key>CFBundleName</key>
	<string>FakePCIID</string>
	<key>CFBundlePackageType</key>
	<string>KEXT</string>
	<key>CFBundleShortVersionString</key>
M
mrasong 已提交
20
	<string>1.3.16</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.16</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>13A1030d</string>
M
mrasong 已提交
33 34
	<key>DTPlatformName</key>
	<string>macosx</string>
M
mrasong 已提交
35
	<key>DTPlatformVersion</key>
M
mrasong 已提交
36
	<string>12.0</string>
M
mrasong 已提交
37
	<key>DTSDKBuild</key>
M
mrasong 已提交
38
	<string>21A344</string>
M
mrasong 已提交
39
	<key>DTSDKName</key>
M
mrasong 已提交
40
	<string>macosx12.0</string>
M
mrasong 已提交
41
	<key>DTXcode</key>
M
mrasong 已提交
42
	<string>1310</string>
M
mrasong 已提交
43
	<key>DTXcodeBuild</key>
M
mrasong 已提交
44
	<string>13A1030d</string>
M
mrasong 已提交
45
	<key>LSMinimumSystemVersion</key>
M
mrasong 已提交
46
	<string>12.0</string>
M
mrasong 已提交
47
	<key>OSBundleCompatibleVersion</key>
M
mrasong 已提交
48
	<string>1.3.16</string>
M
mrasong 已提交
49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66
	<key>OSBundleLibraries</key>
	<dict>
		<key>com.apple.iokit.IOPCIFamily</key>
		<string>1.0.0b1</string>
		<key>com.apple.kpi.bsd</key>
		<string>8.0.0</string>
		<key>com.apple.kpi.iokit</key>
		<string>8.0.0</string>
		<key>com.apple.kpi.libkern</key>
		<string>8.0.0</string>
		<key>com.apple.kpi.mach</key>
		<string>8.0.0</string>
		<key>com.apple.kpi.unsupported</key>
		<string>8.0.0</string>
	</dict>
	<key>OSBundleRequired</key>
	<string>Root</string>
	<key>Source Code</key>
M
mrasong 已提交
67
	<string>https://github.com/daliansky/OS-X-Fake-PCI-ID</string>
M
mrasong 已提交
68 69
</dict>
</plist>