Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add support for Xcode 8.3.2 #1070

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

add support for Xcode 8.3.2 #1070

wants to merge 1 commit into from

Conversation

MarkVillacampa
Copy link

@MarkVillacampa MarkVillacampa commented May 10, 2017

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.

@@ -126,6 +127,7 @@
0E698B1B1B09CF7600E3F81F /* XVimTester+Options.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = "XVimTester+Options.m"; path = "XVim/Test/XVimTester+Options.m"; sourceTree = SOURCE_ROOT; };
2616859C1A3E1962007AA008 /* XVimReplaceEvaluator.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = XVimReplaceEvaluator.h; path = XVim/XVimReplaceEvaluator.h; sourceTree = SOURCE_ROOT; };
2616859D1A3E1962007AA008 /* XVimReplaceEvaluator.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = XVimReplaceEvaluator.m; path = XVim/XVimReplaceEvaluator.m; sourceTree = SOURCE_ROOT; };
4D504AD11EC35E1300C5A804 /* IDEPlaygroundEditor */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = IDEPlaygroundEditor; path = ../../../../../Applications/Xcode.app/Contents/PlugIns/IDEPlaygroundEditor.ideplugin/Contents/MacOS/IDEPlaygroundEditor; sourceTree = "<group>"; };

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This path might not work for everyone..

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you make it relative to the build path?

@mossheim
Copy link

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

@thii thii mentioned this pull request Jun 27, 2017
@mactkg
Copy link

mactkg commented Jun 27, 2017

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants