Last active
October 13, 2018 13:47
-
-
Save leiless/9b608dc9f9e135eb2ef80dead864ea77 to your computer and use it in GitHub Desktop.
All dependencies for generic kernel extension(C)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <key>OSBundleLibraries</key> | |
| <dict> | |
| <key>com.apple.kpi.bsd</key> | |
| <string>8.0b1</string> | |
| <key>com.apple.kpi.libkern</key> | |
| <string>8.0d0</string> | |
| <key>com.apple.kpi.mach</key> | |
| <string>8.0d0</string> | |
| <key>com.apple.kpi.dsep</key> | |
| <string>8.0b1</string> | |
| <key>com.apple.kpi.unsupported</key> | |
| <string>8.0b1</string> | |
| </dict> | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment