| 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <!DOCTYPE plist SYSTEM "file://localhost/System/Library/DTDs/PropertyList.dtd"> |
| 3 | <plist version="0.9"> |
| 4 | <dict> |
| 5 | <key>CFBundleDevelopmentRegion</key> |
| 6 | <string>English</string> |
| 7 | <key>CFBundleIdentifier</key> |
| 8 | <string>com.apple.framework.kernel</string> |
| 9 | <key>CFBundleName</key> |
| 10 | <string>Kernel</string> |
| 11 | <key>CFBundleInfoDictionaryVersion</key> |
| 12 | <string>6.0</string> |
| 13 | <key>CFBundlePackageType</key> |
| 14 | <string>FMWK</string> |
| 15 | <key>CFBundleShortVersionString</key> |
| 16 | <string>###KERNEL_VERSION_SHORT###</string> |
| 17 | <key>CFBundleVersion</key> |
| 18 | <string>###KERNEL_VERSION_LONG###</string> |
| 19 | <key>CFBundleSignature</key> |
| 20 | <string>????</string> |
| 21 | </dict> |
| 22 | </plist> |