2017-12-03 11:59:15 +03:00
|
|
|
// !$*UTF8*$!
|
|
|
|
{
|
|
|
|
archiveVersion = 1;
|
|
|
|
classes = {
|
|
|
|
};
|
|
|
|
objectVersion = 48;
|
|
|
|
objects = {
|
|
|
|
|
|
|
|
/* Begin PBXBuildFile section */
|
2017-12-03 19:22:39 +03:00
|
|
|
1929B40A751BDA2882D4FC94 /* NvimViewObjects.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1929B22A0CAD417EC3790F02 /* NvimViewObjects.swift */; };
|
2017-12-08 20:37:17 +03:00
|
|
|
1929B86897DAEFDBABAB1C14 /* NvimApiExtension.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1929BBD7F88AE4F01E626691 /* NvimApiExtension.swift */; };
|
2017-12-03 19:37:02 +03:00
|
|
|
4B2016EE1FD45EED0038528A /* NvimAutoCommandEvent.generated.m in Sources */ = {isa = PBXBuildFile; fileRef = 4B2016EC1FD45EED0038528A /* NvimAutoCommandEvent.generated.m */; };
|
|
|
|
4B2016EF1FD45EED0038528A /* NvimAutoCommandEvent.generated.h in Headers */ = {isa = PBXBuildFile; fileRef = 4B2016ED1FD45EED0038528A /* NvimAutoCommandEvent.generated.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
2017-12-03 19:29:53 +03:00
|
|
|
4B90F02D1FD2AFAE008A39E0 /* NvimUiBridgeProtocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 4B90F00F1FD2AFAC008A39E0 /* NvimUiBridgeProtocol.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
2017-12-03 19:27:38 +03:00
|
|
|
4B90F02E1FD2AFAE008A39E0 /* NvimView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4B90F0101FD2AFAC008A39E0 /* NvimView.swift */; };
|
|
|
|
4B90F02F1FD2AFAE008A39E0 /* NvimView+Resize.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4B90F0111FD2AFAC008A39E0 /* NvimView+Resize.swift */; };
|
2017-12-03 11:59:15 +03:00
|
|
|
4B90F0301FD2AFAE008A39E0 /* KeyUtils.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4B90F0121FD2AFAC008A39E0 /* KeyUtils.swift */; };
|
2017-12-03 19:27:38 +03:00
|
|
|
4B90F0321FD2AFAE008A39E0 /* NvimView+Dragging.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4B90F0141FD2AFAC008A39E0 /* NvimView+Dragging.swift */; };
|
2017-12-03 11:59:15 +03:00
|
|
|
4B90F0341FD2AFAE008A39E0 /* CocoaExtensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4B90F0161FD2AFAC008A39E0 /* CocoaExtensions.swift */; };
|
2017-12-03 19:27:38 +03:00
|
|
|
4B90F0351FD2AFAE008A39E0 /* NvimView+Mouse.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4B90F0171FD2AFAC008A39E0 /* NvimView+Mouse.swift */; };
|
|
|
|
4B90F0361FD2AFAE008A39E0 /* NvimViewDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4B90F0181FD2AFAC008A39E0 /* NvimViewDelegate.swift */; };
|
2017-12-03 20:07:25 +03:00
|
|
|
4B90F0371FD2AFAE008A39E0 /* NvimAgent.h in Headers */ = {isa = PBXBuildFile; fileRef = 4B90F0191FD2AFAC008A39E0 /* NvimAgent.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
2017-12-03 11:59:15 +03:00
|
|
|
4B90F0381FD2AFAE008A39E0 /* ColorUtils.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4B90F01A1FD2AFAC008A39E0 /* ColorUtils.swift */; };
|
2017-12-03 19:27:38 +03:00
|
|
|
4B90F0391FD2AFAE008A39E0 /* NvimView+Api.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4B90F01B1FD2AFAC008A39E0 /* NvimView+Api.swift */; };
|
|
|
|
4B90F03A1FD2AFAE008A39E0 /* NvimView+Key.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4B90F01C1FD2AFAC008A39E0 /* NvimView+Key.swift */; };
|
2017-12-03 19:37:52 +03:00
|
|
|
4B90F03B1FD2AFAE008A39E0 /* NvimObjectsExtensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4B90F01D1FD2AFAC008A39E0 /* NvimObjectsExtensions.swift */; };
|
2017-12-03 19:27:38 +03:00
|
|
|
4B90F03C1FD2AFAE008A39E0 /* NvimView+TouchBar.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4B90F01E1FD2AFAC008A39E0 /* NvimView+TouchBar.swift */; };
|
2017-12-03 11:59:15 +03:00
|
|
|
4B90F03E1FD2AFAE008A39E0 /* MMCoreTextView.m in Sources */ = {isa = PBXBuildFile; fileRef = 4B90F0201FD2AFAD008A39E0 /* MMCoreTextView.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; };
|
2017-12-03 19:27:38 +03:00
|
|
|
4B90F03F1FD2AFAE008A39E0 /* NvimView+Draw.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4B90F0211FD2AFAD008A39E0 /* NvimView+Draw.swift */; };
|
2017-12-03 11:59:15 +03:00
|
|
|
4B90F0401FD2AFAE008A39E0 /* TextDrawer.m in Sources */ = {isa = PBXBuildFile; fileRef = 4B90F0221FD2AFAD008A39E0 /* TextDrawer.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; };
|
|
|
|
4B90F0411FD2AFAE008A39E0 /* TextDrawer.h in Headers */ = {isa = PBXBuildFile; fileRef = 4B90F0231FD2AFAD008A39E0 /* TextDrawer.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
2017-12-03 19:27:38 +03:00
|
|
|
4B90F0421FD2AFAE008A39E0 /* NvimView+UiBridge.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4B90F0241FD2AFAD008A39E0 /* NvimView+UiBridge.swift */; };
|
|
|
|
4B90F0431FD2AFAE008A39E0 /* NvimView+MenuItems.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4B90F0251FD2AFAD008A39E0 /* NvimView+MenuItems.swift */; };
|
2017-12-03 11:59:15 +03:00
|
|
|
4B90F0441FD2AFAE008A39E0 /* MMCoreTextView.h in Headers */ = {isa = PBXBuildFile; fileRef = 4B90F0261FD2AFAD008A39E0 /* MMCoreTextView.h */; settings = {ATTRIBUTES = (Private, ); }; };
|
|
|
|
4B90F0451FD2AFAE008A39E0 /* Logger.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4B90F0271FD2AFAD008A39E0 /* Logger.swift */; };
|
|
|
|
4B90F0461FD2AFAE008A39E0 /* Grid.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4B90F0281FD2AFAD008A39E0 /* Grid.swift */; };
|
|
|
|
4B90F0481FD2AFAE008A39E0 /* NeoVimUiBridgeProtocol.m in Sources */ = {isa = PBXBuildFile; fileRef = 4B90F02A1FD2AFAD008A39E0 /* NeoVimUiBridgeProtocol.m */; };
|
|
|
|
4B90F0491FD2AFAE008A39E0 /* CellAttributes.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4B90F02B1FD2AFAD008A39E0 /* CellAttributes.swift */; };
|
2017-12-03 20:07:25 +03:00
|
|
|
4B90F04A1FD2AFAE008A39E0 /* NvimAgent.m in Sources */ = {isa = PBXBuildFile; fileRef = 4B90F02C1FD2AFAE008A39E0 /* NvimAgent.m */; };
|
2017-12-03 11:59:15 +03:00
|
|
|
4B90F0521FD2AFD3008A39E0 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 4B90F0511FD2AFD3008A39E0 /* main.m */; };
|
|
|
|
4B90F0661FD2AFF7008A39E0 /* server_ui.m in Sources */ = {isa = PBXBuildFile; fileRef = 4B90F0561FD2AFF7008A39E0 /* server_ui.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; };
|
|
|
|
4B90F0681FD2AFF7008A39E0 /* CocoaCategories.m in Sources */ = {isa = PBXBuildFile; fileRef = 4B90F05A1FD2AFF7008A39E0 /* CocoaCategories.m */; };
|
|
|
|
4B90F06A1FD2AFF7008A39E0 /* DataWrapper.m in Sources */ = {isa = PBXBuildFile; fileRef = 4B90F0611FD2AFF7008A39E0 /* DataWrapper.m */; };
|
|
|
|
4B90F06B1FD2AFF7008A39E0 /* NeoVimServer.m in Sources */ = {isa = PBXBuildFile; fileRef = 4B90F0641FD2AFF7008A39E0 /* NeoVimServer.m */; };
|
|
|
|
4B90F0701FD2B9F1008A39E0 /* MsgPackRpc.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 4B90F0721FD2B9F1008A39E0 /* MsgPackRpc.framework */; };
|
|
|
|
4B90F0711FD2B9F1008A39E0 /* NvimMsgPack.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 4B90F0731FD2B9F1008A39E0 /* NvimMsgPack.framework */; };
|
|
|
|
4B90F0781FD2BA7B008A39E0 /* Logger.h in Headers */ = {isa = PBXBuildFile; fileRef = 4B90F0771FD2BA7B008A39E0 /* Logger.h */; settings = {ATTRIBUTES = (Private, ); }; };
|
|
|
|
4B90F07B1FD30650008A39E0 /* NeoVimMsgIds.h in Headers */ = {isa = PBXBuildFile; fileRef = 4B90F0591FD2AFF7008A39E0 /* NeoVimMsgIds.h */; settings = {ATTRIBUTES = (Private, ); }; };
|
|
|
|
4BE45C081FD2D4E3005C0A95 /* NvimServer in CopyFiles */ = {isa = PBXBuildFile; fileRef = 4B90F04F1FD2AFD3008A39E0 /* NvimServer */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; };
|
|
|
|
4BE45C0C1FD2DA49005C0A95 /* runtime in Resources */ = {isa = PBXBuildFile; fileRef = 4BE45C0B1FD2DA49005C0A95 /* runtime */; };
|
|
|
|
4BF18C5D1FD2EEE400DF95D1 /* NvimView.h in Headers */ = {isa = PBXBuildFile; fileRef = 4BF18C5C1FD2EEE400DF95D1 /* NvimView.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
|
|
/* End PBXBuildFile section */
|
|
|
|
|
|
|
|
/* Begin PBXContainerItemProxy section */
|
|
|
|
4B90F06D1FD2B9E3008A39E0 /* PBXContainerItemProxy */ = {
|
|
|
|
isa = PBXContainerItemProxy;
|
|
|
|
containerPortal = 4B90EFFB1FD2AF59008A39E0 /* Project object */;
|
|
|
|
proxyType = 1;
|
|
|
|
remoteGlobalIDString = 4B90F04E1FD2AFD3008A39E0;
|
|
|
|
remoteInfo = NvimServer;
|
|
|
|
};
|
|
|
|
/* End PBXContainerItemProxy section */
|
|
|
|
|
|
|
|
/* Begin PBXCopyFilesBuildPhase section */
|
|
|
|
4B90F04D1FD2AFD3008A39E0 /* CopyFiles */ = {
|
|
|
|
isa = PBXCopyFilesBuildPhase;
|
|
|
|
buildActionMask = 2147483647;
|
|
|
|
dstPath = /usr/share/man/man1/;
|
|
|
|
dstSubfolderSpec = 0;
|
|
|
|
files = (
|
|
|
|
);
|
|
|
|
runOnlyForDeploymentPostprocessing = 1;
|
|
|
|
};
|
|
|
|
4BE45C071FD2D4D7005C0A95 /* CopyFiles */ = {
|
|
|
|
isa = PBXCopyFilesBuildPhase;
|
|
|
|
buildActionMask = 2147483647;
|
|
|
|
dstPath = "";
|
|
|
|
dstSubfolderSpec = 13;
|
|
|
|
files = (
|
|
|
|
4BE45C081FD2D4E3005C0A95 /* NvimServer in CopyFiles */,
|
|
|
|
);
|
|
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
|
|
};
|
|
|
|
/* End PBXCopyFilesBuildPhase section */
|
|
|
|
|
|
|
|
/* Begin PBXFileReference section */
|
2017-12-03 19:22:39 +03:00
|
|
|
1929B22A0CAD417EC3790F02 /* NvimViewObjects.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = NvimViewObjects.swift; sourceTree = "<group>"; };
|
2017-12-08 20:37:17 +03:00
|
|
|
1929BBD7F88AE4F01E626691 /* NvimApiExtension.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = NvimApiExtension.swift; sourceTree = "<group>"; };
|
2017-12-03 19:37:02 +03:00
|
|
|
4B2016EC1FD45EED0038528A /* NvimAutoCommandEvent.generated.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = NvimAutoCommandEvent.generated.m; sourceTree = "<group>"; };
|
|
|
|
4B2016ED1FD45EED0038528A /* NvimAutoCommandEvent.generated.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = NvimAutoCommandEvent.generated.h; sourceTree = "<group>"; };
|
2017-12-03 11:59:15 +03:00
|
|
|
4B90F0041FD2AF59008A39E0 /* NvimView.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = NvimView.framework; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
|
|
4B90F0081FD2AF59008A39E0 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
|
2017-12-03 19:29:53 +03:00
|
|
|
4B90F00F1FD2AFAC008A39E0 /* NvimUiBridgeProtocol.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = NvimUiBridgeProtocol.h; sourceTree = "<group>"; };
|
2017-12-03 19:27:38 +03:00
|
|
|
4B90F0101FD2AFAC008A39E0 /* NvimView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = NvimView.swift; sourceTree = "<group>"; };
|
|
|
|
4B90F0111FD2AFAC008A39E0 /* NvimView+Resize.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "NvimView+Resize.swift"; sourceTree = "<group>"; };
|
2017-12-03 11:59:15 +03:00
|
|
|
4B90F0121FD2AFAC008A39E0 /* KeyUtils.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = KeyUtils.swift; sourceTree = "<group>"; };
|
2017-12-03 19:27:38 +03:00
|
|
|
4B90F0141FD2AFAC008A39E0 /* NvimView+Dragging.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "NvimView+Dragging.swift"; sourceTree = "<group>"; };
|
2017-12-03 11:59:15 +03:00
|
|
|
4B90F0161FD2AFAC008A39E0 /* CocoaExtensions.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = CocoaExtensions.swift; sourceTree = "<group>"; };
|
2017-12-03 19:27:38 +03:00
|
|
|
4B90F0171FD2AFAC008A39E0 /* NvimView+Mouse.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "NvimView+Mouse.swift"; sourceTree = "<group>"; };
|
|
|
|
4B90F0181FD2AFAC008A39E0 /* NvimViewDelegate.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = NvimViewDelegate.swift; sourceTree = "<group>"; };
|
2017-12-03 20:07:25 +03:00
|
|
|
4B90F0191FD2AFAC008A39E0 /* NvimAgent.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = NvimAgent.h; sourceTree = "<group>"; };
|
2017-12-03 11:59:15 +03:00
|
|
|
4B90F01A1FD2AFAC008A39E0 /* ColorUtils.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ColorUtils.swift; sourceTree = "<group>"; };
|
2017-12-03 19:27:38 +03:00
|
|
|
4B90F01B1FD2AFAC008A39E0 /* NvimView+Api.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "NvimView+Api.swift"; sourceTree = "<group>"; };
|
|
|
|
4B90F01C1FD2AFAC008A39E0 /* NvimView+Key.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "NvimView+Key.swift"; sourceTree = "<group>"; };
|
2017-12-03 19:37:52 +03:00
|
|
|
4B90F01D1FD2AFAC008A39E0 /* NvimObjectsExtensions.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = NvimObjectsExtensions.swift; sourceTree = "<group>"; };
|
2017-12-03 19:27:38 +03:00
|
|
|
4B90F01E1FD2AFAC008A39E0 /* NvimView+TouchBar.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "NvimView+TouchBar.swift"; sourceTree = "<group>"; };
|
2017-12-03 11:59:15 +03:00
|
|
|
4B90F01F1FD2AFAD008A39E0 /* InputTestView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = InputTestView.swift; sourceTree = "<group>"; };
|
|
|
|
4B90F0201FD2AFAD008A39E0 /* MMCoreTextView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MMCoreTextView.m; sourceTree = "<group>"; };
|
2017-12-03 19:27:38 +03:00
|
|
|
4B90F0211FD2AFAD008A39E0 /* NvimView+Draw.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "NvimView+Draw.swift"; sourceTree = "<group>"; };
|
2017-12-03 11:59:15 +03:00
|
|
|
4B90F0221FD2AFAD008A39E0 /* TextDrawer.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = TextDrawer.m; sourceTree = "<group>"; };
|
|
|
|
4B90F0231FD2AFAD008A39E0 /* TextDrawer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TextDrawer.h; sourceTree = "<group>"; };
|
2017-12-03 19:27:38 +03:00
|
|
|
4B90F0241FD2AFAD008A39E0 /* NvimView+UiBridge.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "NvimView+UiBridge.swift"; sourceTree = "<group>"; };
|
|
|
|
4B90F0251FD2AFAD008A39E0 /* NvimView+MenuItems.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "NvimView+MenuItems.swift"; sourceTree = "<group>"; };
|
2017-12-03 11:59:15 +03:00
|
|
|
4B90F0261FD2AFAD008A39E0 /* MMCoreTextView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MMCoreTextView.h; sourceTree = "<group>"; };
|
|
|
|
4B90F0271FD2AFAD008A39E0 /* Logger.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Logger.swift; sourceTree = "<group>"; };
|
|
|
|
4B90F0281FD2AFAD008A39E0 /* Grid.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Grid.swift; sourceTree = "<group>"; };
|
|
|
|
4B90F02A1FD2AFAD008A39E0 /* NeoVimUiBridgeProtocol.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = NeoVimUiBridgeProtocol.m; sourceTree = "<group>"; };
|
|
|
|
4B90F02B1FD2AFAD008A39E0 /* CellAttributes.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = CellAttributes.swift; sourceTree = "<group>"; };
|
2017-12-03 20:07:25 +03:00
|
|
|
4B90F02C1FD2AFAE008A39E0 /* NvimAgent.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = NvimAgent.m; sourceTree = "<group>"; };
|
2017-12-03 11:59:15 +03:00
|
|
|
4B90F04F1FD2AFD3008A39E0 /* NvimServer */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = NvimServer; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
|
|
4B90F0511FD2AFD3008A39E0 /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
|
|
|
|
4B90F0561FD2AFF7008A39E0 /* server_ui.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = server_ui.m; sourceTree = "<group>"; };
|
|
|
|
4B90F0571FD2AFF7008A39E0 /* CocoaCategories.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CocoaCategories.h; sourceTree = "<group>"; };
|
|
|
|
4B90F0591FD2AFF7008A39E0 /* NeoVimMsgIds.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = NeoVimMsgIds.h; sourceTree = "<group>"; };
|
|
|
|
4B90F05A1FD2AFF7008A39E0 /* CocoaCategories.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CocoaCategories.m; sourceTree = "<group>"; };
|
|
|
|
4B90F05B1FD2AFF7008A39E0 /* Logging.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Logging.h; sourceTree = "<group>"; };
|
|
|
|
4B90F05C1FD2AFF7008A39E0 /* DataWrapper.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DataWrapper.h; sourceTree = "<group>"; };
|
|
|
|
4B90F0611FD2AFF7008A39E0 /* DataWrapper.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = DataWrapper.m; sourceTree = "<group>"; };
|
|
|
|
4B90F0621FD2AFF7008A39E0 /* NeoVimServer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = NeoVimServer.h; sourceTree = "<group>"; };
|
|
|
|
4B90F0631FD2AFF7008A39E0 /* server_globals.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = server_globals.h; sourceTree = "<group>"; };
|
|
|
|
4B90F0641FD2AFF7008A39E0 /* NeoVimServer.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = NeoVimServer.m; sourceTree = "<group>"; };
|
|
|
|
4B90F0721FD2B9F1008A39E0 /* MsgPackRpc.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = MsgPackRpc.framework; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
|
|
4B90F0731FD2B9F1008A39E0 /* NvimMsgPack.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = NvimMsgPack.framework; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
|
|
4B90F0771FD2BA7B008A39E0 /* Logger.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = Logger.h; path = NvimView/Logger.h; sourceTree = SOURCE_ROOT; };
|
|
|
|
4BE45C0B1FD2DA49005C0A95 /* runtime */ = {isa = PBXFileReference; lastKnownFileType = folder; name = runtime; path = neovim/runtime; sourceTree = "<group>"; };
|
|
|
|
4BF18C5A1FD2E72D00DF95D1 /* nvim */ = {isa = PBXFileReference; lastKnownFileType = folder; name = nvim; path = neovim/src/nvim; sourceTree = "<group>"; };
|
|
|
|
4BF18C5B1FD2E74800DF95D1 /* auto */ = {isa = PBXFileReference; lastKnownFileType = folder; name = auto; path = neovim/build/src/nvim/auto; sourceTree = "<group>"; };
|
|
|
|
4BF18C5C1FD2EEE400DF95D1 /* NvimView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = NvimView.h; sourceTree = "<group>"; };
|
|
|
|
/* End PBXFileReference section */
|
|
|
|
|
|
|
|
/* Begin PBXFrameworksBuildPhase section */
|
|
|
|
4B90F0001FD2AF59008A39E0 /* Frameworks */ = {
|
|
|
|
isa = PBXFrameworksBuildPhase;
|
|
|
|
buildActionMask = 2147483647;
|
|
|
|
files = (
|
|
|
|
4B90F0701FD2B9F1008A39E0 /* MsgPackRpc.framework in Frameworks */,
|
|
|
|
4B90F0711FD2B9F1008A39E0 /* NvimMsgPack.framework in Frameworks */,
|
|
|
|
);
|
|
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
|
|
};
|
|
|
|
4B90F04C1FD2AFD3008A39E0 /* Frameworks */ = {
|
|
|
|
isa = PBXFrameworksBuildPhase;
|
|
|
|
buildActionMask = 2147483647;
|
|
|
|
files = (
|
|
|
|
);
|
|
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
|
|
};
|
|
|
|
/* End PBXFrameworksBuildPhase section */
|
|
|
|
|
|
|
|
/* Begin PBXGroup section */
|
|
|
|
4B90EFFA1FD2AF59008A39E0 = {
|
|
|
|
isa = PBXGroup;
|
|
|
|
children = (
|
|
|
|
4BF18C5B1FD2E74800DF95D1 /* auto */,
|
|
|
|
4BF18C5A1FD2E72D00DF95D1 /* nvim */,
|
|
|
|
4BE45C0B1FD2DA49005C0A95 /* runtime */,
|
|
|
|
4B90F0591FD2AFF7008A39E0 /* NeoVimMsgIds.h */,
|
|
|
|
4B90F0061FD2AF59008A39E0 /* NvimView */,
|
|
|
|
4B90F0501FD2AFD3008A39E0 /* NvimServer */,
|
|
|
|
4B90F0051FD2AF59008A39E0 /* Products */,
|
|
|
|
4B90F06F1FD2B9F1008A39E0 /* Frameworks */,
|
|
|
|
);
|
|
|
|
sourceTree = "<group>";
|
|
|
|
};
|
|
|
|
4B90F0051FD2AF59008A39E0 /* Products */ = {
|
|
|
|
isa = PBXGroup;
|
|
|
|
children = (
|
|
|
|
4B90F0041FD2AF59008A39E0 /* NvimView.framework */,
|
|
|
|
4B90F04F1FD2AFD3008A39E0 /* NvimServer */,
|
|
|
|
);
|
|
|
|
name = Products;
|
|
|
|
sourceTree = "<group>";
|
|
|
|
};
|
|
|
|
4B90F0061FD2AF59008A39E0 /* NvimView */ = {
|
|
|
|
isa = PBXGroup;
|
|
|
|
children = (
|
|
|
|
4B90F0081FD2AF59008A39E0 /* Info.plist */,
|
|
|
|
4BF18C5C1FD2EEE400DF95D1 /* NvimView.h */,
|
|
|
|
4B90F02B1FD2AFAD008A39E0 /* CellAttributes.swift */,
|
|
|
|
4B90F0161FD2AFAC008A39E0 /* CocoaExtensions.swift */,
|
|
|
|
4B90F01A1FD2AFAC008A39E0 /* ColorUtils.swift */,
|
|
|
|
4B90F0281FD2AFAD008A39E0 /* Grid.swift */,
|
|
|
|
4B90F01F1FD2AFAD008A39E0 /* InputTestView.swift */,
|
|
|
|
4B90F0121FD2AFAC008A39E0 /* KeyUtils.swift */,
|
|
|
|
4B90F0271FD2AFAD008A39E0 /* Logger.swift */,
|
|
|
|
4B90F0261FD2AFAD008A39E0 /* MMCoreTextView.h */,
|
|
|
|
4B90F0201FD2AFAD008A39E0 /* MMCoreTextView.m */,
|
2017-12-03 20:07:25 +03:00
|
|
|
4B90F0191FD2AFAC008A39E0 /* NvimAgent.h */,
|
|
|
|
4B90F02C1FD2AFAE008A39E0 /* NvimAgent.m */,
|
2017-12-03 19:37:02 +03:00
|
|
|
4B2016ED1FD45EED0038528A /* NvimAutoCommandEvent.generated.h */,
|
|
|
|
4B2016EC1FD45EED0038528A /* NvimAutoCommandEvent.generated.m */,
|
2017-12-03 19:37:52 +03:00
|
|
|
4B90F01D1FD2AFAC008A39E0 /* NvimObjectsExtensions.swift */,
|
2017-12-03 19:29:53 +03:00
|
|
|
4B90F00F1FD2AFAC008A39E0 /* NvimUiBridgeProtocol.h */,
|
2017-12-03 11:59:15 +03:00
|
|
|
4B90F02A1FD2AFAD008A39E0 /* NeoVimUiBridgeProtocol.m */,
|
2017-12-03 19:27:38 +03:00
|
|
|
4B90F0101FD2AFAC008A39E0 /* NvimView.swift */,
|
|
|
|
4B90F01B1FD2AFAC008A39E0 /* NvimView+Api.swift */,
|
|
|
|
4B90F0141FD2AFAC008A39E0 /* NvimView+Dragging.swift */,
|
|
|
|
4B90F0211FD2AFAD008A39E0 /* NvimView+Draw.swift */,
|
|
|
|
4B90F01C1FD2AFAC008A39E0 /* NvimView+Key.swift */,
|
|
|
|
4B90F0251FD2AFAD008A39E0 /* NvimView+MenuItems.swift */,
|
|
|
|
4B90F0171FD2AFAC008A39E0 /* NvimView+Mouse.swift */,
|
|
|
|
4B90F0111FD2AFAC008A39E0 /* NvimView+Resize.swift */,
|
|
|
|
4B90F01E1FD2AFAC008A39E0 /* NvimView+TouchBar.swift */,
|
|
|
|
4B90F0241FD2AFAD008A39E0 /* NvimView+UiBridge.swift */,
|
|
|
|
4B90F0181FD2AFAC008A39E0 /* NvimViewDelegate.swift */,
|
2017-12-03 11:59:15 +03:00
|
|
|
4B90F0231FD2AFAD008A39E0 /* TextDrawer.h */,
|
|
|
|
4B90F0221FD2AFAD008A39E0 /* TextDrawer.m */,
|
|
|
|
4B90F0771FD2BA7B008A39E0 /* Logger.h */,
|
2017-12-03 19:22:39 +03:00
|
|
|
1929B22A0CAD417EC3790F02 /* NvimViewObjects.swift */,
|
2017-12-08 20:37:17 +03:00
|
|
|
1929BBD7F88AE4F01E626691 /* NvimApiExtension.swift */,
|
2017-12-03 11:59:15 +03:00
|
|
|
);
|
|
|
|
path = NvimView;
|
|
|
|
sourceTree = "<group>";
|
|
|
|
};
|
|
|
|
4B90F0501FD2AFD3008A39E0 /* NvimServer */ = {
|
|
|
|
isa = PBXGroup;
|
|
|
|
children = (
|
|
|
|
4B90F0511FD2AFD3008A39E0 /* main.m */,
|
|
|
|
4B90F0571FD2AFF7008A39E0 /* CocoaCategories.h */,
|
|
|
|
4B90F05A1FD2AFF7008A39E0 /* CocoaCategories.m */,
|
|
|
|
4B90F05C1FD2AFF7008A39E0 /* DataWrapper.h */,
|
|
|
|
4B90F0611FD2AFF7008A39E0 /* DataWrapper.m */,
|
|
|
|
4B90F05B1FD2AFF7008A39E0 /* Logging.h */,
|
|
|
|
4B90F0621FD2AFF7008A39E0 /* NeoVimServer.h */,
|
|
|
|
4B90F0641FD2AFF7008A39E0 /* NeoVimServer.m */,
|
|
|
|
4B90F0631FD2AFF7008A39E0 /* server_globals.h */,
|
|
|
|
4B90F0561FD2AFF7008A39E0 /* server_ui.m */,
|
|
|
|
);
|
|
|
|
path = NvimServer;
|
|
|
|
sourceTree = "<group>";
|
|
|
|
};
|
|
|
|
4B90F06F1FD2B9F1008A39E0 /* Frameworks */ = {
|
|
|
|
isa = PBXGroup;
|
|
|
|
children = (
|
|
|
|
4B90F0721FD2B9F1008A39E0 /* MsgPackRpc.framework */,
|
|
|
|
4B90F0731FD2B9F1008A39E0 /* NvimMsgPack.framework */,
|
|
|
|
);
|
|
|
|
name = Frameworks;
|
|
|
|
sourceTree = "<group>";
|
|
|
|
};
|
|
|
|
/* End PBXGroup section */
|
|
|
|
|
|
|
|
/* Begin PBXHeadersBuildPhase section */
|
|
|
|
4B90F0011FD2AF59008A39E0 /* Headers */ = {
|
|
|
|
isa = PBXHeadersBuildPhase;
|
|
|
|
buildActionMask = 2147483647;
|
|
|
|
files = (
|
|
|
|
4BF18C5D1FD2EEE400DF95D1 /* NvimView.h in Headers */,
|
|
|
|
4B90F0411FD2AFAE008A39E0 /* TextDrawer.h in Headers */,
|
2017-12-03 20:07:25 +03:00
|
|
|
4B90F0371FD2AFAE008A39E0 /* NvimAgent.h in Headers */,
|
2017-12-03 19:29:53 +03:00
|
|
|
4B90F02D1FD2AFAE008A39E0 /* NvimUiBridgeProtocol.h in Headers */,
|
2017-12-03 19:37:02 +03:00
|
|
|
4B2016EF1FD45EED0038528A /* NvimAutoCommandEvent.generated.h in Headers */,
|
2017-12-03 11:59:15 +03:00
|
|
|
4B90F0441FD2AFAE008A39E0 /* MMCoreTextView.h in Headers */,
|
|
|
|
4B90F0781FD2BA7B008A39E0 /* Logger.h in Headers */,
|
|
|
|
4B90F07B1FD30650008A39E0 /* NeoVimMsgIds.h in Headers */,
|
|
|
|
);
|
|
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
|
|
};
|
|
|
|
/* End PBXHeadersBuildPhase section */
|
|
|
|
|
|
|
|
/* Begin PBXNativeTarget section */
|
|
|
|
4B90F0031FD2AF59008A39E0 /* NvimView */ = {
|
|
|
|
isa = PBXNativeTarget;
|
|
|
|
buildConfigurationList = 4B90F00C1FD2AF59008A39E0 /* Build configuration list for PBXNativeTarget "NvimView" */;
|
|
|
|
buildPhases = (
|
|
|
|
4B90EFFF1FD2AF59008A39E0 /* Sources */,
|
|
|
|
4B90F0001FD2AF59008A39E0 /* Frameworks */,
|
|
|
|
4B90F0011FD2AF59008A39E0 /* Headers */,
|
|
|
|
4B90F0021FD2AF59008A39E0 /* Resources */,
|
|
|
|
4BE45C071FD2D4D7005C0A95 /* CopyFiles */,
|
|
|
|
);
|
|
|
|
buildRules = (
|
|
|
|
);
|
|
|
|
dependencies = (
|
|
|
|
4B90F06E1FD2B9E3008A39E0 /* PBXTargetDependency */,
|
|
|
|
);
|
|
|
|
name = NvimView;
|
|
|
|
productName = NvimView;
|
|
|
|
productReference = 4B90F0041FD2AF59008A39E0 /* NvimView.framework */;
|
|
|
|
productType = "com.apple.product-type.framework";
|
|
|
|
};
|
|
|
|
4B90F04E1FD2AFD3008A39E0 /* NvimServer */ = {
|
|
|
|
isa = PBXNativeTarget;
|
|
|
|
buildConfigurationList = 4B90F0531FD2AFD3008A39E0 /* Build configuration list for PBXNativeTarget "NvimServer" */;
|
|
|
|
buildPhases = (
|
|
|
|
4BE45C091FD2D92D005C0A95 /* ShellScript */,
|
|
|
|
4BE45C0A1FD2D941005C0A95 /* ShellScript */,
|
|
|
|
4B90F04B1FD2AFD3008A39E0 /* Sources */,
|
|
|
|
4B90F04C1FD2AFD3008A39E0 /* Frameworks */,
|
|
|
|
4B90F04D1FD2AFD3008A39E0 /* CopyFiles */,
|
|
|
|
);
|
|
|
|
buildRules = (
|
|
|
|
);
|
|
|
|
dependencies = (
|
|
|
|
);
|
|
|
|
name = NvimServer;
|
|
|
|
productName = NvimServer;
|
|
|
|
productReference = 4B90F04F1FD2AFD3008A39E0 /* NvimServer */;
|
|
|
|
productType = "com.apple.product-type.tool";
|
|
|
|
};
|
|
|
|
/* End PBXNativeTarget section */
|
|
|
|
|
|
|
|
/* Begin PBXProject section */
|
|
|
|
4B90EFFB1FD2AF59008A39E0 /* Project object */ = {
|
|
|
|
isa = PBXProject;
|
|
|
|
attributes = {
|
|
|
|
LastUpgradeCheck = 0910;
|
|
|
|
ORGANIZATIONNAME = "Tae Won Ha";
|
|
|
|
TargetAttributes = {
|
|
|
|
4B90F0031FD2AF59008A39E0 = {
|
|
|
|
CreatedOnToolsVersion = 9.1;
|
|
|
|
LastSwiftMigration = 0910;
|
|
|
|
};
|
|
|
|
4B90F04E1FD2AFD3008A39E0 = {
|
|
|
|
CreatedOnToolsVersion = 9.1;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
};
|
|
|
|
buildConfigurationList = 4B90EFFE1FD2AF59008A39E0 /* Build configuration list for PBXProject "NvimView" */;
|
|
|
|
compatibilityVersion = "Xcode 8.0";
|
|
|
|
developmentRegion = en;
|
|
|
|
hasScannedForEncodings = 0;
|
|
|
|
knownRegions = (
|
|
|
|
en,
|
|
|
|
);
|
|
|
|
mainGroup = 4B90EFFA1FD2AF59008A39E0;
|
|
|
|
productRefGroup = 4B90F0051FD2AF59008A39E0 /* Products */;
|
|
|
|
projectDirPath = "";
|
|
|
|
projectRoot = "";
|
|
|
|
targets = (
|
|
|
|
4B90F0031FD2AF59008A39E0 /* NvimView */,
|
|
|
|
4B90F04E1FD2AFD3008A39E0 /* NvimServer */,
|
|
|
|
);
|
|
|
|
};
|
|
|
|
/* End PBXProject section */
|
|
|
|
|
|
|
|
/* Begin PBXResourcesBuildPhase section */
|
|
|
|
4B90F0021FD2AF59008A39E0 /* Resources */ = {
|
|
|
|
isa = PBXResourcesBuildPhase;
|
|
|
|
buildActionMask = 2147483647;
|
|
|
|
files = (
|
|
|
|
4BE45C0C1FD2DA49005C0A95 /* runtime in Resources */,
|
|
|
|
);
|
|
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
|
|
};
|
|
|
|
/* End PBXResourcesBuildPhase section */
|
|
|
|
|
|
|
|
/* Begin PBXShellScriptBuildPhase section */
|
|
|
|
4BE45C091FD2D92D005C0A95 /* ShellScript */ = {
|
|
|
|
isa = PBXShellScriptBuildPhase;
|
|
|
|
buildActionMask = 2147483647;
|
|
|
|
files = (
|
|
|
|
);
|
|
|
|
inputPaths = (
|
|
|
|
);
|
|
|
|
outputPaths = (
|
|
|
|
);
|
|
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
|
|
shellPath = /bin/sh;
|
|
|
|
shellScript = "pushd neovim\n../../bin/build_libnvim.sh\npopd";
|
|
|
|
};
|
|
|
|
4BE45C0A1FD2D941005C0A95 /* ShellScript */ = {
|
|
|
|
isa = PBXShellScriptBuildPhase;
|
|
|
|
buildActionMask = 2147483647;
|
|
|
|
files = (
|
|
|
|
);
|
|
|
|
inputPaths = (
|
|
|
|
);
|
|
|
|
outputPaths = (
|
|
|
|
);
|
|
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
|
|
shellPath = /bin/sh;
|
|
|
|
shellScript = ../bin/generate_source.py;
|
|
|
|
};
|
|
|
|
/* End PBXShellScriptBuildPhase section */
|
|
|
|
|
|
|
|
/* Begin PBXSourcesBuildPhase section */
|
|
|
|
4B90EFFF1FD2AF59008A39E0 /* Sources */ = {
|
|
|
|
isa = PBXSourcesBuildPhase;
|
|
|
|
buildActionMask = 2147483647;
|
|
|
|
files = (
|
|
|
|
4B90F0381FD2AFAE008A39E0 /* ColorUtils.swift in Sources */,
|
|
|
|
4B90F03E1FD2AFAE008A39E0 /* MMCoreTextView.m in Sources */,
|
|
|
|
4B90F0481FD2AFAE008A39E0 /* NeoVimUiBridgeProtocol.m in Sources */,
|
2017-12-03 19:27:38 +03:00
|
|
|
4B90F03F1FD2AFAE008A39E0 /* NvimView+Draw.swift in Sources */,
|
|
|
|
4B90F02F1FD2AFAE008A39E0 /* NvimView+Resize.swift in Sources */,
|
2017-12-03 11:59:15 +03:00
|
|
|
4B90F0341FD2AFAE008A39E0 /* CocoaExtensions.swift in Sources */,
|
|
|
|
4B90F0461FD2AFAE008A39E0 /* Grid.swift in Sources */,
|
2017-12-03 19:27:38 +03:00
|
|
|
4B90F0421FD2AFAE008A39E0 /* NvimView+UiBridge.swift in Sources */,
|
2017-12-03 11:59:15 +03:00
|
|
|
4B90F0401FD2AFAE008A39E0 /* TextDrawer.m in Sources */,
|
2017-12-03 19:27:38 +03:00
|
|
|
4B90F02E1FD2AFAE008A39E0 /* NvimView.swift in Sources */,
|
|
|
|
4B90F03C1FD2AFAE008A39E0 /* NvimView+TouchBar.swift in Sources */,
|
2017-12-03 19:37:02 +03:00
|
|
|
4B2016EE1FD45EED0038528A /* NvimAutoCommandEvent.generated.m in Sources */,
|
2017-12-03 19:37:52 +03:00
|
|
|
4B90F03B1FD2AFAE008A39E0 /* NvimObjectsExtensions.swift in Sources */,
|
2017-12-03 20:07:25 +03:00
|
|
|
4B90F04A1FD2AFAE008A39E0 /* NvimAgent.m in Sources */,
|
2017-12-03 19:27:38 +03:00
|
|
|
4B90F0351FD2AFAE008A39E0 /* NvimView+Mouse.swift in Sources */,
|
|
|
|
4B90F0431FD2AFAE008A39E0 /* NvimView+MenuItems.swift in Sources */,
|
|
|
|
4B90F0391FD2AFAE008A39E0 /* NvimView+Api.swift in Sources */,
|
2017-12-03 11:59:15 +03:00
|
|
|
4B90F0451FD2AFAE008A39E0 /* Logger.swift in Sources */,
|
2017-12-03 19:27:38 +03:00
|
|
|
4B90F0321FD2AFAE008A39E0 /* NvimView+Dragging.swift in Sources */,
|
2017-12-03 11:59:15 +03:00
|
|
|
4B90F0491FD2AFAE008A39E0 /* CellAttributes.swift in Sources */,
|
|
|
|
4B90F0301FD2AFAE008A39E0 /* KeyUtils.swift in Sources */,
|
2017-12-03 19:27:38 +03:00
|
|
|
4B90F03A1FD2AFAE008A39E0 /* NvimView+Key.swift in Sources */,
|
|
|
|
4B90F0361FD2AFAE008A39E0 /* NvimViewDelegate.swift in Sources */,
|
2017-12-03 19:22:39 +03:00
|
|
|
1929B40A751BDA2882D4FC94 /* NvimViewObjects.swift in Sources */,
|
2017-12-08 20:37:17 +03:00
|
|
|
1929B86897DAEFDBABAB1C14 /* NvimApiExtension.swift in Sources */,
|
2017-12-03 11:59:15 +03:00
|
|
|
);
|
|
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
|
|
};
|
|
|
|
4B90F04B1FD2AFD3008A39E0 /* Sources */ = {
|
|
|
|
isa = PBXSourcesBuildPhase;
|
|
|
|
buildActionMask = 2147483647;
|
|
|
|
files = (
|
|
|
|
4B90F06B1FD2AFF7008A39E0 /* NeoVimServer.m in Sources */,
|
|
|
|
4B90F0661FD2AFF7008A39E0 /* server_ui.m in Sources */,
|
|
|
|
4B90F0521FD2AFD3008A39E0 /* main.m in Sources */,
|
|
|
|
4B90F0681FD2AFF7008A39E0 /* CocoaCategories.m in Sources */,
|
|
|
|
4B90F06A1FD2AFF7008A39E0 /* DataWrapper.m in Sources */,
|
|
|
|
);
|
|
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
|
|
};
|
|
|
|
/* End PBXSourcesBuildPhase section */
|
|
|
|
|
|
|
|
/* Begin PBXTargetDependency section */
|
|
|
|
4B90F06E1FD2B9E3008A39E0 /* PBXTargetDependency */ = {
|
|
|
|
isa = PBXTargetDependency;
|
|
|
|
target = 4B90F04E1FD2AFD3008A39E0 /* NvimServer */;
|
|
|
|
targetProxy = 4B90F06D1FD2B9E3008A39E0 /* PBXContainerItemProxy */;
|
|
|
|
};
|
|
|
|
/* End PBXTargetDependency section */
|
|
|
|
|
|
|
|
/* Begin XCBuildConfiguration section */
|
|
|
|
4B90F00A1FD2AF59008A39E0 /* Debug */ = {
|
|
|
|
isa = XCBuildConfiguration;
|
|
|
|
buildSettings = {
|
|
|
|
ALWAYS_SEARCH_USER_PATHS = NO;
|
|
|
|
CLANG_ANALYZER_NONNULL = YES;
|
|
|
|
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
|
|
|
|
CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
|
|
|
|
CLANG_CXX_LIBRARY = "libc++";
|
|
|
|
CLANG_ENABLE_MODULES = YES;
|
|
|
|
CLANG_ENABLE_OBJC_ARC = YES;
|
|
|
|
CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
|
|
|
|
CLANG_WARN_BOOL_CONVERSION = YES;
|
|
|
|
CLANG_WARN_COMMA = YES;
|
|
|
|
CLANG_WARN_CONSTANT_CONVERSION = YES;
|
|
|
|
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
|
|
|
|
CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
|
|
|
|
CLANG_WARN_EMPTY_BODY = YES;
|
|
|
|
CLANG_WARN_ENUM_CONVERSION = YES;
|
|
|
|
CLANG_WARN_INFINITE_RECURSION = YES;
|
|
|
|
CLANG_WARN_INT_CONVERSION = YES;
|
|
|
|
CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
|
|
|
|
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
|
|
|
|
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
|
|
|
|
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
|
|
|
|
CLANG_WARN_STRICT_PROTOTYPES = YES;
|
|
|
|
CLANG_WARN_SUSPICIOUS_MOVE = YES;
|
|
|
|
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
|
|
|
|
CLANG_WARN_UNREACHABLE_CODE = YES;
|
|
|
|
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
|
|
|
|
COPY_PHASE_STRIP = NO;
|
2017-12-08 14:26:07 +03:00
|
|
|
CURRENT_PROJECT_VERSION = 245;
|
2017-12-03 11:59:15 +03:00
|
|
|
DEBUG_INFORMATION_FORMAT = dwarf;
|
|
|
|
ENABLE_STRICT_OBJC_MSGSEND = YES;
|
|
|
|
ENABLE_TESTABILITY = YES;
|
|
|
|
GCC_C_LANGUAGE_STANDARD = gnu11;
|
|
|
|
GCC_DYNAMIC_NO_PIC = NO;
|
|
|
|
GCC_NO_COMMON_BLOCKS = YES;
|
|
|
|
GCC_OPTIMIZATION_LEVEL = 0;
|
|
|
|
GCC_PREPROCESSOR_DEFINITIONS = (
|
|
|
|
"DEBUG=1",
|
|
|
|
"$(inherited)",
|
|
|
|
);
|
|
|
|
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
|
|
|
|
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
|
|
|
|
GCC_WARN_UNDECLARED_SELECTOR = YES;
|
|
|
|
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
|
|
|
|
GCC_WARN_UNUSED_FUNCTION = YES;
|
|
|
|
GCC_WARN_UNUSED_VARIABLE = YES;
|
|
|
|
MACOSX_DEPLOYMENT_TARGET = 10.10;
|
|
|
|
MTL_ENABLE_DEBUG_INFO = YES;
|
|
|
|
ONLY_ACTIVE_ARCH = YES;
|
|
|
|
SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
|
|
|
|
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
|
|
|
|
VERSIONING_SYSTEM = "apple-generic";
|
|
|
|
VERSION_INFO_PREFIX = "";
|
|
|
|
};
|
|
|
|
name = Debug;
|
|
|
|
};
|
|
|
|
4B90F00B1FD2AF59008A39E0 /* Release */ = {
|
|
|
|
isa = XCBuildConfiguration;
|
|
|
|
buildSettings = {
|
|
|
|
ALWAYS_SEARCH_USER_PATHS = NO;
|
|
|
|
CLANG_ANALYZER_NONNULL = YES;
|
|
|
|
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
|
|
|
|
CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
|
|
|
|
CLANG_CXX_LIBRARY = "libc++";
|
|
|
|
CLANG_ENABLE_MODULES = YES;
|
|
|
|
CLANG_ENABLE_OBJC_ARC = YES;
|
|
|
|
CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
|
|
|
|
CLANG_WARN_BOOL_CONVERSION = YES;
|
|
|
|
CLANG_WARN_COMMA = YES;
|
|
|
|
CLANG_WARN_CONSTANT_CONVERSION = YES;
|
|
|
|
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
|
|
|
|
CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
|
|
|
|
CLANG_WARN_EMPTY_BODY = YES;
|
|
|
|
CLANG_WARN_ENUM_CONVERSION = YES;
|
|
|
|
CLANG_WARN_INFINITE_RECURSION = YES;
|
|
|
|
CLANG_WARN_INT_CONVERSION = YES;
|
|
|
|
CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
|
|
|
|
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
|
|
|
|
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
|
|
|
|
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
|
|
|
|
CLANG_WARN_STRICT_PROTOTYPES = YES;
|
|
|
|
CLANG_WARN_SUSPICIOUS_MOVE = YES;
|
|
|
|
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
|
|
|
|
CLANG_WARN_UNREACHABLE_CODE = YES;
|
|
|
|
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
|
|
|
|
COPY_PHASE_STRIP = NO;
|
2017-12-08 14:26:07 +03:00
|
|
|
CURRENT_PROJECT_VERSION = 245;
|
2017-12-03 11:59:15 +03:00
|
|
|
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
|
|
|
|
ENABLE_NS_ASSERTIONS = NO;
|
|
|
|
ENABLE_STRICT_OBJC_MSGSEND = YES;
|
|
|
|
GCC_C_LANGUAGE_STANDARD = gnu11;
|
|
|
|
GCC_NO_COMMON_BLOCKS = YES;
|
|
|
|
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
|
|
|
|
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
|
|
|
|
GCC_WARN_UNDECLARED_SELECTOR = YES;
|
|
|
|
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
|
|
|
|
GCC_WARN_UNUSED_FUNCTION = YES;
|
|
|
|
GCC_WARN_UNUSED_VARIABLE = YES;
|
|
|
|
MACOSX_DEPLOYMENT_TARGET = 10.10;
|
|
|
|
MTL_ENABLE_DEBUG_INFO = NO;
|
|
|
|
SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
|
|
|
|
VERSIONING_SYSTEM = "apple-generic";
|
|
|
|
VERSION_INFO_PREFIX = "";
|
|
|
|
};
|
|
|
|
name = Release;
|
|
|
|
};
|
|
|
|
4B90F00D1FD2AF59008A39E0 /* Debug */ = {
|
|
|
|
isa = XCBuildConfiguration;
|
|
|
|
buildSettings = {
|
|
|
|
CLANG_ENABLE_MODULES = YES;
|
|
|
|
COMBINE_HIDPI_IMAGES = YES;
|
|
|
|
DEFINES_MODULE = YES;
|
|
|
|
DYLIB_COMPATIBILITY_VERSION = 1;
|
2017-12-08 14:26:07 +03:00
|
|
|
DYLIB_CURRENT_VERSION = 245;
|
2017-12-03 11:59:15 +03:00
|
|
|
DYLIB_INSTALL_NAME_BASE = "@rpath";
|
|
|
|
FRAMEWORK_SEARCH_PATHS = "$(PROJECT_DIR)/../Carthage/Build/Mac";
|
|
|
|
FRAMEWORK_VERSION = A;
|
|
|
|
INFOPLIST_FILE = NvimView/Info.plist;
|
|
|
|
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
|
|
|
|
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/Frameworks";
|
|
|
|
PRODUCT_BUNDLE_IDENTIFIER = com.qvacua.NvimView;
|
|
|
|
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
|
|
|
|
SKIP_INSTALL = YES;
|
|
|
|
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
|
|
|
|
SWIFT_VERSION = 4.0;
|
|
|
|
};
|
|
|
|
name = Debug;
|
|
|
|
};
|
|
|
|
4B90F00E1FD2AF59008A39E0 /* Release */ = {
|
|
|
|
isa = XCBuildConfiguration;
|
|
|
|
buildSettings = {
|
|
|
|
CLANG_ENABLE_MODULES = YES;
|
|
|
|
COMBINE_HIDPI_IMAGES = YES;
|
|
|
|
DEFINES_MODULE = YES;
|
|
|
|
DYLIB_COMPATIBILITY_VERSION = 1;
|
2017-12-08 14:26:07 +03:00
|
|
|
DYLIB_CURRENT_VERSION = 245;
|
2017-12-03 11:59:15 +03:00
|
|
|
DYLIB_INSTALL_NAME_BASE = "@rpath";
|
|
|
|
FRAMEWORK_SEARCH_PATHS = "$(PROJECT_DIR)/../Carthage/Build/Mac";
|
|
|
|
FRAMEWORK_VERSION = A;
|
|
|
|
INFOPLIST_FILE = NvimView/Info.plist;
|
|
|
|
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
|
|
|
|
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/Frameworks";
|
|
|
|
PRODUCT_BUNDLE_IDENTIFIER = com.qvacua.NvimView;
|
|
|
|
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
|
|
|
|
SKIP_INSTALL = YES;
|
|
|
|
SWIFT_VERSION = 4.0;
|
|
|
|
};
|
|
|
|
name = Release;
|
|
|
|
};
|
|
|
|
4B90F0541FD2AFD3008A39E0 /* Debug */ = {
|
|
|
|
isa = XCBuildConfiguration;
|
|
|
|
buildSettings = {
|
|
|
|
GCC_PREPROCESSOR_DEFINITIONS = (
|
|
|
|
"$(inherited)",
|
|
|
|
"INCLUDE_GENERATED_DECLARATIONS=1",
|
|
|
|
);
|
|
|
|
HEADER_SEARCH_PATHS = (
|
|
|
|
"$(PROJECT_DIR)/neovim/build/include",
|
|
|
|
"$(PROJECT_DIR)/neovim/src",
|
|
|
|
"$(PROJECT_DIR)/neovim/.deps/usr/include",
|
|
|
|
"$(PROJECT_DIR)/neovim/build/config",
|
|
|
|
"$(PROJECT_DIR)/third-party/libintl/include",
|
|
|
|
"$(PROJECT_DIR)/neovim/build/src/nvim/auto",
|
|
|
|
);
|
|
|
|
LIBRARY_SEARCH_PATHS = (
|
|
|
|
"$(PROJECT_DIR)/neovim/build/lib",
|
|
|
|
"$(PROJECT_DIR)/neovim/.deps/usr/lib",
|
|
|
|
);
|
|
|
|
OTHER_LDFLAGS = (
|
|
|
|
"-liconv",
|
|
|
|
"-lpthread",
|
|
|
|
"-ldl",
|
|
|
|
"-lm",
|
|
|
|
"-lutil",
|
|
|
|
"$(PROJECT_DIR)/third-party/libintl/lib/libintl.a",
|
|
|
|
"$(PROJECT_DIR)/neovim/.deps/usr/lib/libjemalloc.a",
|
|
|
|
"$(PROJECT_DIR)/neovim/.deps/usr/lib/liblua.a",
|
|
|
|
"$(PROJECT_DIR)/neovim/.deps/usr/lib/libvterm.a",
|
|
|
|
"$(PROJECT_DIR)/neovim/.deps/usr/lib/libuv.a",
|
|
|
|
"$(PROJECT_DIR)/neovim/.deps/usr/lib/libmsgpackc.a",
|
|
|
|
"$(PROJECT_DIR)/neovim/build/lib/libnvim.a",
|
|
|
|
);
|
|
|
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
|
|
};
|
|
|
|
name = Debug;
|
|
|
|
};
|
|
|
|
4B90F0551FD2AFD3008A39E0 /* Release */ = {
|
|
|
|
isa = XCBuildConfiguration;
|
|
|
|
buildSettings = {
|
|
|
|
GCC_PREPROCESSOR_DEFINITIONS = "INCLUDE_GENERATED_DECLARATIONS=1";
|
|
|
|
HEADER_SEARCH_PATHS = (
|
|
|
|
"$(PROJECT_DIR)/neovim/build/include",
|
|
|
|
"$(PROJECT_DIR)/neovim/src",
|
|
|
|
"$(PROJECT_DIR)/neovim/.deps/usr/include",
|
|
|
|
"$(PROJECT_DIR)/neovim/build/config",
|
|
|
|
"$(PROJECT_DIR)/third-party/libintl/include",
|
|
|
|
"$(PROJECT_DIR)/neovim/build/src/nvim/auto",
|
|
|
|
);
|
|
|
|
LIBRARY_SEARCH_PATHS = (
|
|
|
|
"$(PROJECT_DIR)/neovim/build/lib",
|
|
|
|
"$(PROJECT_DIR)/neovim/.deps/usr/lib",
|
|
|
|
);
|
|
|
|
OTHER_LDFLAGS = (
|
|
|
|
"-liconv",
|
|
|
|
"-lpthread",
|
|
|
|
"-ldl",
|
|
|
|
"-lm",
|
|
|
|
"-lutil",
|
|
|
|
"$(PROJECT_DIR)/third-party/libintl/lib/libintl.a",
|
|
|
|
"$(PROJECT_DIR)/neovim/.deps/usr/lib/libjemalloc.a",
|
|
|
|
"$(PROJECT_DIR)/neovim/.deps/usr/lib/liblua.a",
|
|
|
|
"$(PROJECT_DIR)/neovim/.deps/usr/lib/libvterm.a",
|
|
|
|
"$(PROJECT_DIR)/neovim/.deps/usr/lib/libuv.a",
|
|
|
|
"$(PROJECT_DIR)/neovim/.deps/usr/lib/libmsgpackc.a",
|
|
|
|
"$(PROJECT_DIR)/neovim/build/lib/libnvim.a",
|
|
|
|
);
|
|
|
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
|
|
};
|
|
|
|
name = Release;
|
|
|
|
};
|
|
|
|
/* End XCBuildConfiguration section */
|
|
|
|
|
|
|
|
/* Begin XCConfigurationList section */
|
|
|
|
4B90EFFE1FD2AF59008A39E0 /* Build configuration list for PBXProject "NvimView" */ = {
|
|
|
|
isa = XCConfigurationList;
|
|
|
|
buildConfigurations = (
|
|
|
|
4B90F00A1FD2AF59008A39E0 /* Debug */,
|
|
|
|
4B90F00B1FD2AF59008A39E0 /* Release */,
|
|
|
|
);
|
|
|
|
defaultConfigurationIsVisible = 0;
|
|
|
|
defaultConfigurationName = Release;
|
|
|
|
};
|
|
|
|
4B90F00C1FD2AF59008A39E0 /* Build configuration list for PBXNativeTarget "NvimView" */ = {
|
|
|
|
isa = XCConfigurationList;
|
|
|
|
buildConfigurations = (
|
|
|
|
4B90F00D1FD2AF59008A39E0 /* Debug */,
|
|
|
|
4B90F00E1FD2AF59008A39E0 /* Release */,
|
|
|
|
);
|
|
|
|
defaultConfigurationIsVisible = 0;
|
|
|
|
defaultConfigurationName = Release;
|
|
|
|
};
|
|
|
|
4B90F0531FD2AFD3008A39E0 /* Build configuration list for PBXNativeTarget "NvimServer" */ = {
|
|
|
|
isa = XCConfigurationList;
|
|
|
|
buildConfigurations = (
|
|
|
|
4B90F0541FD2AFD3008A39E0 /* Debug */,
|
|
|
|
4B90F0551FD2AFD3008A39E0 /* Release */,
|
|
|
|
);
|
|
|
|
defaultConfigurationIsVisible = 0;
|
|
|
|
defaultConfigurationName = Release;
|
|
|
|
};
|
|
|
|
/* End XCConfigurationList section */
|
|
|
|
};
|
|
|
|
rootObject = 4B90EFFB1FD2AF59008A39E0 /* Project object */;
|
|
|
|
}
|