Skip to content

Instantly share code, notes, and snippets.

@leiless
Last active October 13, 2018 13:47
Show Gist options
  • Save leiless/9b608dc9f9e135eb2ef80dead864ea77 to your computer and use it in GitHub Desktop.
Save leiless/9b608dc9f9e135eb2ef80dead864ea77 to your computer and use it in GitHub Desktop.
All dependencies for generic kernel extension(C)
<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