XVim icon indicating copy to clipboard operation
XVim copied to clipboard

add support for Xcode 8.3.2

Open MarkVillacampa opened this issue 8 years ago • 2 comments

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.

MarkVillacampa avatar May 10 '17 14:05 MarkVillacampa

@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.

mossheim avatar Jun 26 '17 19:06 mossheim

@brianlheim I didn't know, Thanks! But @thii already created fixed version of PR 😛

mactkg avatar Jun 27 '17 09:06 mactkg