]> git.saurik.com Git - apple/libpthread.git/blame - kern/pthread-Info.plist
libpthread-138.10.4.tar.gz
[apple/libpthread.git] / kern / pthread-Info.plist
CommitLineData
f1a1da6c
A
1<?xml version="1.0" encoding="UTF-8"?>
2<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3<plist version="1.0">
4<dict>
5 <key>OSBundleRequired</key>
6 <string>Root</string>
7 <key>AppleKernelExternalComponent</key>
8 <true/>
9 <key>OSBundleAllowUserLoad</key>
10 <true/>
11 <key>OSBundleCompatibleVersion</key>
12 <string>1.0</string>
13 <key>CFBundleDevelopmentRegion</key>
14 <string>English</string>
15 <key>CFBundleExecutable</key>
16 <string>${EXECUTABLE_NAME}</string>
17 <key>CFBundleIconFile</key>
18 <string></string>
19 <key>CFBundleIdentifier</key>
20 <string>${MODULE_NAME}</string>
21 <key>CFBundleInfoDictionaryVersion</key>
22 <string>6.0</string>
23 <key>CFBundleName</key>
24 <string>${PRODUCT_NAME}</string>
25 <key>CFBundlePackageType</key>
26 <string>KEXT</string>
27 <key>CFBundleShortVersionString</key>
28 <string>1.0</string>
29 <key>CFBundleSignature</key>
30 <string>????</string>
31 <key>CFBundleVersion</key>
32 <string>1</string>
33 <key>NSHumanReadableCopyright</key>
34 <string>Copyright © 2012 Apple Inc. All rights reserved.</string>
35 <key>OSBundleLibraries</key>
36 <dict>
37 <key>com.apple.kpi.bsd</key>
38 <string>12.0</string>
39 <key>com.apple.kpi.libkern</key>
40 <string>11.2</string>
41 <key>com.apple.kpi.mach</key>
42 <string>11.2</string>
43 <key>com.apple.kpi.private</key>
44 <string>11.2</string>
45 <key>com.apple.kpi.unsupported</key>
46 <string>11.2</string>
47 </dict>
48</dict>
49</plist>