XVim
XVim copied to clipboard
add support for Xcode 8.3.2
One of the classes Xvim depends on (IDEPlaygroundEditor) moved from the IDELanguageSupportUI to the IDEPlaygroundEditor plugin in Xcode 8.3.2.
We can workaround it by weakly linking to both plugins to maintain backwards compatibility.
@mactkg not sure if you knew this but you have to make that commit (in https://github.com/MarkVillacampa/XVim/pull/1) on this branch in order for them to merge it here.
@brianlheim I didn't know, Thanks! But @thii already created fixed version of PR 😛