Skip to content

Instantly share code, notes, and snippets.

@phpdude
Last active August 29, 2015 14:10
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save phpdude/6b9fd1542af68b78c1f7 to your computer and use it in GitHub Desktop.
How to install Skype poll fix into skype autoload libraries
<key>LSEnvironment</key>
<dict>
<key>DYLD_INSERT_LIBRARIES</key>
<string>/path/to/dylib/skype-poll-fix.dylib</string>
</dict>
@phpdude
Copy link
Author

phpdude commented Nov 28, 2014

Add this lines to /Applications/Skype.app/Contents/Info.plist

Library – https://github.com/ValdikSS/skype-poll-fix

Post – http://habrahabr.ru/post/242043/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment