add support for Xcode 8.3.2#1070
Open
MarkVillacampa wants to merge 1 commit intoXVimProject:masterfrom
MarkVillacampa:xcode8.3.2-compatibility
Open
add support for Xcode 8.3.2#1070MarkVillacampa wants to merge 1 commit intoXVimProject:masterfrom MarkVillacampa:xcode8.3.2-compatibility
MarkVillacampa wants to merge 1 commit intoXVimProject:masterfrom
MarkVillacampa:xcode8.3.2-compatibility
Conversation
| 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>"; }; |
There was a problem hiding this comment.
This path might not work for everyone..
There was a problem hiding this comment.
Can you make it relative to the build path?
|
@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. |
Closed
|
@brianlheim I didn't know, Thanks! But @thii already created fixed version of PR 😛 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
One of the classes Xvim depends on (
IDEPlaygroundEditor) moved from theIDELanguageSupportUIto theIDEPlaygroundEditorplugin in Xcode 8.3.2.We can workaround it by weakly linking to both plugins to maintain backwards compatibility.