1
1
mirror of https://github.com/qvacua/vimr.git synced 2024-12-01 01:32:04 +03:00
vimr/nvox.xcodeproj/project.pbxproj

1051 lines
50 KiB
Plaintext
Raw Normal View History

2016-06-03 23:13:59 +03:00
// !$*UTF8*$!
{
archiveVersion = 1;
classes = {
};
objectVersion = 46;
objects = {
/* Begin PBXBuildFile section */
1929B728262BAA14FC93F6AC /* NeoVimView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1929BF00B466B40629C2AABE /* NeoVimView.swift */; };
1929BEB90DCDAF7A2B68C886 /* ColorUtils.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1929BA6128BFDD54CA92F46E /* ColorUtils.swift */; };
1929BF81A40B4154D3EA33CE /* server_ui.m in Sources */ = {isa = PBXBuildFile; fileRef = 1929B93013228985F509C8F6 /* server_ui.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; };
4B1BB3531D16C5E500CA4FEF /* InputTestView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4B1BB3521D16C5E500CA4FEF /* InputTestView.swift */; };
2016-06-04 00:45:15 +03:00
4B2A2BEC1D02261F0074CE9A /* RxCocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 4B2A2BE21D0225800074CE9A /* RxCocoa.framework */; };
4B2A2BED1D02261F0074CE9A /* RxCocoa.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 4B2A2BE21D0225800074CE9A /* RxCocoa.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
4B2A2BEE1D02261F0074CE9A /* RxSwift.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 4B2A2BE31D0225800074CE9A /* RxSwift.framework */; };
4B2A2BEF1D02261F0074CE9A /* RxSwift.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 4B2A2BE31D0225800074CE9A /* RxSwift.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
4B2A2BFA1D0351810074CE9A /* SwiftNeoVim.h in Headers */ = {isa = PBXBuildFile; fileRef = 4B2A2BF91D0351810074CE9A /* SwiftNeoVim.h */; settings = {ATTRIBUTES = (Public, ); }; };
4B2A2BFE1D0351810074CE9A /* SwiftNeoVim.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 4B2A2BF71D0351810074CE9A /* SwiftNeoVim.framework */; };
4B2A2BFF1D0351810074CE9A /* SwiftNeoVim.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 4B2A2BF71D0351810074CE9A /* SwiftNeoVim.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
4B2A2C091D0352CB0074CE9A /* NeoVimUiBridgeProtocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 4B2A2C061D0352CB0074CE9A /* NeoVimUiBridgeProtocol.h */; settings = {ATTRIBUTES = (Public, ); }; };
4B2A2C0F1D0353E30074CE9A /* NeoVim.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4B2A2C0E1D0353E30074CE9A /* NeoVim.swift */; };
4B401B141D0454DC00D99EDC /* PureLayout.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 4B401B131D0454DC00D99EDC /* PureLayout.framework */; };
4B401B161D0454E900D99EDC /* PureLayout.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 4B401B131D0454DC00D99EDC /* PureLayout.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
4B401B1A1D046E0600D99EDC /* NeoVimViewDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4B401B191D046E0600D99EDC /* NeoVimViewDelegate.swift */; };
4B4192181D0C52D700A0BEB2 /* Grid.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4B4192171D0C52D700A0BEB2 /* Grid.swift */; };
2016-07-03 20:12:25 +03:00
4B56F2931D29903F00C1F92E /* SwiftNeoVimTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4B56F2921D29903F00C1F92E /* SwiftNeoVimTests.swift */; };
4B56F2951D29903F00C1F92E /* SwiftNeoVim.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 4B2A2BF71D0351810074CE9A /* SwiftNeoVim.framework */; };
4B56F29D1D29926600C1F92E /* Nimble.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 4B56F29B1D29926600C1F92E /* Nimble.framework */; };
4B56F29E1D29926600C1F92E /* Quick.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 4B56F29C1D29926600C1F92E /* Quick.framework */; };
4B570DC21D303CAF006EDC21 /* NeoVimAgent.h in Headers */ = {isa = PBXBuildFile; fileRef = 4B570DC01D303CAF006EDC21 /* NeoVimAgent.h */; settings = {ATTRIBUTES = (Public, ); }; };
4B570DC31D303CAF006EDC21 /* NeoVimAgent.m in Sources */ = {isa = PBXBuildFile; fileRef = 4B570DC11D303CAF006EDC21 /* NeoVimAgent.m */; };
4B854A1D1D31447C00E08DE1 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 4B854A1C1D31447C00E08DE1 /* main.m */; };
2016-07-03 20:12:25 +03:00
4B9A15241D2993DA009F9F67 /* Nimble.framework in CopyFiles */ = {isa = PBXBuildFile; fileRef = 4B56F29B1D29926600C1F92E /* Nimble.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
4B9A15251D2993DA009F9F67 /* Quick.framework in CopyFiles */ = {isa = PBXBuildFile; fileRef = 4B56F29C1D29926600C1F92E /* Quick.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
4B9A15261D2993DF009F9F67 /* SwiftNeoVim.framework in CopyFiles */ = {isa = PBXBuildFile; fileRef = 4B2A2BF71D0351810074CE9A /* SwiftNeoVim.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
4BCADE081D11ED12004DAD0F /* CocoaExtensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4BCADE071D11ED12004DAD0F /* CocoaExtensions.swift */; };
2016-07-10 15:24:45 +03:00
4BDCFACB1D31449700F62670 /* NeoVimServer.m in Sources */ = {isa = PBXBuildFile; fileRef = 4BDCFACA1D31449700F62670 /* NeoVimServer.m */; };
4BDCFACD1D3145AC00F62670 /* libnvim.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 4BDCFACC1D3145AC00F62670 /* libnvim.a */; };
4BDCFAD51D3145E500F62670 /* libjemalloc_pic.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 4BDCFACE1D3145E500F62670 /* libjemalloc_pic.a */; };
4BDCFAD61D3145E500F62670 /* libjemalloc.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 4BDCFACF1D3145E500F62670 /* libjemalloc.a */; };
4BDCFAD71D3145E500F62670 /* libluajit-5.1.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 4BDCFAD01D3145E500F62670 /* libluajit-5.1.a */; };
4BDCFAD81D3145E500F62670 /* libluv.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 4BDCFAD11D3145E500F62670 /* libluv.a */; };
4BDCFAD91D3145E500F62670 /* libmsgpack.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 4BDCFAD21D3145E500F62670 /* libmsgpack.a */; };
4BDCFADA1D3145E500F62670 /* libuv.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 4BDCFAD31D3145E500F62670 /* libuv.a */; };
4BDCFADB1D3145E500F62670 /* libvterm.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 4BDCFAD41D3145E500F62670 /* libvterm.a */; };
2016-07-09 23:52:59 +03:00
4BDCFAEA1D31486E00F62670 /* NeoVimMsgIds.h in Headers */ = {isa = PBXBuildFile; fileRef = 4BDCFAE91D3147A300F62670 /* NeoVimMsgIds.h */; settings = {ATTRIBUTES = (Public, ); }; };
4BDCFAED1D315CB800F62670 /* runtime in Resources */ = {isa = PBXBuildFile; fileRef = 4BEBA6621D00157A00673FDF /* runtime */; };
4BDCFAEF1D315CF200F62670 /* NeoVimServer in CopyFiles */ = {isa = PBXBuildFile; fileRef = 4B854A1A1D31447C00E08DE1 /* NeoVimServer */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; };
4BDF641C1D0887C100D47E1D /* TextDrawer.h in Headers */ = {isa = PBXBuildFile; fileRef = 4BDF641A1D0887C100D47E1D /* TextDrawer.h */; settings = {ATTRIBUTES = (Public, ); }; };
4BDF641D1D0887C100D47E1D /* TextDrawer.m in Sources */ = {isa = PBXBuildFile; fileRef = 4BDF641B1D0887C100D47E1D /* TextDrawer.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; };
4BDF64241D08CAB000D47E1D /* MMCoreTextView.h in Headers */ = {isa = PBXBuildFile; fileRef = 4BDF64221D08CAB000D47E1D /* MMCoreTextView.h */; settings = {ATTRIBUTES = (Private, ); }; };
4BDF64251D08CAB000D47E1D /* MMCoreTextView.m in Sources */ = {isa = PBXBuildFile; fileRef = 4BDF64231D08CAB000D47E1D /* MMCoreTextView.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; };
4BEBA5091CFF374B00673FDF /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4BEBA5081CFF374B00673FDF /* AppDelegate.swift */; };
4BEBA50B1CFF374B00673FDF /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 4BEBA50A1CFF374B00673FDF /* Assets.xcassets */; };
4BEBA50E1CFF374B00673FDF /* MainMenu.xib in Resources */ = {isa = PBXBuildFile; fileRef = 4BEBA50C1CFF374B00673FDF /* MainMenu.xib */; };
4BEBA5191CFF374B00673FDF /* nvoxTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4BEBA5181CFF374B00673FDF /* nvoxTests.swift */; };
4BEE79121D16D0AC0012EDAA /* NeoVimViewUiBridge.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4BEE79111D16D0AC0012EDAA /* NeoVimViewUiBridge.swift */; };
4BEE79151D16D2100012EDAA /* DispatchUtils.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4BEE79141D16D2100012EDAA /* DispatchUtils.swift */; };
4BEE79171D16D3800012EDAA /* CellAttributes.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4BEE79161D16D3800012EDAA /* CellAttributes.swift */; };
4BEF363D1D1EC045002A9898 /* NeoVimViewEvents.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4BEF363C1D1EC045002A9898 /* NeoVimViewEvents.swift */; };
4BFF04841D21984100063EF3 /* NeoVimViewResponder.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4BFF04831D21984100063EF3 /* NeoVimViewResponder.swift */; };
2016-06-03 23:13:59 +03:00
/* End PBXBuildFile section */
/* Begin PBXContainerItemProxy section */
4B2A2BFC1D0351810074CE9A /* PBXContainerItemProxy */ = {
2016-06-03 23:13:59 +03:00
isa = PBXContainerItemProxy;
containerPortal = 4BEBA4FD1CFF374B00673FDF /* Project object */;
2016-06-03 23:13:59 +03:00
proxyType = 1;
remoteGlobalIDString = 4B2A2BF61D0351810074CE9A;
remoteInfo = SwiftNeoVim;
2016-06-03 23:13:59 +03:00
};
4B56F2961D29903F00C1F92E /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = 4BEBA4FD1CFF374B00673FDF /* Project object */;
proxyType = 1;
remoteGlobalIDString = 4B2A2BF61D0351810074CE9A;
remoteInfo = SwiftNeoVim;
};
4BDCFADD1D31465100F62670 /* PBXContainerItemProxy */ = {
2016-07-03 20:12:25 +03:00
isa = PBXContainerItemProxy;
containerPortal = 4BEBA4FD1CFF374B00673FDF /* Project object */;
proxyType = 1;
remoteGlobalIDString = 4B854A191D31447C00E08DE1;
remoteInfo = NeoVimServer;
2016-07-03 20:12:25 +03:00
};
4BEBA5151CFF374B00673FDF /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = 4BEBA4FD1CFF374B00673FDF /* Project object */;
proxyType = 1;
remoteGlobalIDString = 4BEBA5041CFF374B00673FDF;
remoteInfo = nvox;
};
2016-06-03 23:13:59 +03:00
/* End PBXContainerItemProxy section */
/* Begin PBXCopyFilesBuildPhase section */
2016-06-04 00:45:15 +03:00
4B2A2BF01D02261F0074CE9A /* Embed Frameworks */ = {
isa = PBXCopyFilesBuildPhase;
buildActionMask = 2147483647;
dstPath = "";
dstSubfolderSpec = 10;
files = (
4B2A2BFF1D0351810074CE9A /* SwiftNeoVim.framework in Embed Frameworks */,
2016-06-04 00:45:15 +03:00
4B2A2BEF1D02261F0074CE9A /* RxSwift.framework in Embed Frameworks */,
4B401B161D0454E900D99EDC /* PureLayout.framework in Embed Frameworks */,
2016-06-04 00:45:15 +03:00
4B2A2BED1D02261F0074CE9A /* RxCocoa.framework in Embed Frameworks */,
);
name = "Embed Frameworks";
runOnlyForDeploymentPostprocessing = 0;
};
4B2A2C031D03527D0074CE9A /* CopyFiles */ = {
isa = PBXCopyFilesBuildPhase;
buildActionMask = 2147483647;
dstPath = "$(CONTENTS_FOLDER_PATH)/XPCServices";
dstSubfolderSpec = 16;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
4B854A061D3137B500E08DE1 /* CopyFiles */ = {
isa = PBXCopyFilesBuildPhase;
buildActionMask = 2147483647;
dstPath = "";
dstSubfolderSpec = 13;
files = (
4BDCFAEF1D315CF200F62670 /* NeoVimServer in CopyFiles */,
);
runOnlyForDeploymentPostprocessing = 0;
};
4B854A181D31447C00E08DE1 /* CopyFiles */ = {
isa = PBXCopyFilesBuildPhase;
buildActionMask = 2147483647;
dstPath = /usr/share/man/man1/;
dstSubfolderSpec = 0;
files = (
);
runOnlyForDeploymentPostprocessing = 1;
};
2016-07-03 20:12:25 +03:00
4B9A15231D2993D0009F9F67 /* CopyFiles */ = {
isa = PBXCopyFilesBuildPhase;
buildActionMask = 2147483647;
dstPath = "";
dstSubfolderSpec = 10;
files = (
4B9A15261D2993DF009F9F67 /* SwiftNeoVim.framework in CopyFiles */,
4B9A15241D2993DA009F9F67 /* Nimble.framework in CopyFiles */,
4B9A15251D2993DA009F9F67 /* Quick.framework in CopyFiles */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXCopyFilesBuildPhase section */
2016-06-03 23:13:59 +03:00
/* Begin PBXFileReference section */
1929B1A51F076E088EF4CCA4 /* server_globals.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = server_globals.h; sourceTree = "<group>"; };
1929B93013228985F509C8F6 /* server_ui.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = server_ui.m; sourceTree = "<group>"; };
1929BA6128BFDD54CA92F46E /* ColorUtils.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ColorUtils.swift; sourceTree = "<group>"; };
1929BF00B466B40629C2AABE /* NeoVimView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = NeoVimView.swift; sourceTree = "<group>"; };
4B1BB3521D16C5E500CA4FEF /* InputTestView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = InputTestView.swift; sourceTree = "<group>"; };
2016-06-04 00:45:15 +03:00
4B2A2BE21D0225800074CE9A /* RxCocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = RxCocoa.framework; path = Carthage/Build/Mac/RxCocoa.framework; sourceTree = SOURCE_ROOT; };
4B2A2BE31D0225800074CE9A /* RxSwift.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = RxSwift.framework; path = Carthage/Build/Mac/RxSwift.framework; sourceTree = SOURCE_ROOT; };
4B2A2BF71D0351810074CE9A /* SwiftNeoVim.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = SwiftNeoVim.framework; sourceTree = BUILT_PRODUCTS_DIR; };
4B2A2BF91D0351810074CE9A /* SwiftNeoVim.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SwiftNeoVim.h; sourceTree = "<group>"; };
4B2A2BFB1D0351810074CE9A /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
4B2A2C061D0352CB0074CE9A /* NeoVimUiBridgeProtocol.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = NeoVimUiBridgeProtocol.h; sourceTree = "<group>"; };
4B2A2C0D1D0353750074CE9A /* Bridge.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Bridge.h; sourceTree = "<group>"; };
4B2A2C0E1D0353E30074CE9A /* NeoVim.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = NeoVim.swift; sourceTree = "<group>"; };
4B401B131D0454DC00D99EDC /* PureLayout.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = PureLayout.framework; path = Carthage/Build/Mac/PureLayout.framework; sourceTree = SOURCE_ROOT; };
4B401B191D046E0600D99EDC /* NeoVimViewDelegate.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = NeoVimViewDelegate.swift; sourceTree = "<group>"; };
4B4192171D0C52D700A0BEB2 /* Grid.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Grid.swift; sourceTree = "<group>"; };
2016-07-03 20:12:25 +03:00
4B56F2901D29903F00C1F92E /* SwiftNeoVimTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = SwiftNeoVimTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
4B56F2921D29903F00C1F92E /* SwiftNeoVimTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SwiftNeoVimTests.swift; sourceTree = "<group>"; };
4B56F2941D29903F00C1F92E /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
4B56F29B1D29926600C1F92E /* Nimble.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Nimble.framework; path = Carthage/Build/Mac/Nimble.framework; sourceTree = SOURCE_ROOT; };
4B56F29C1D29926600C1F92E /* Quick.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Quick.framework; path = Carthage/Build/Mac/Quick.framework; sourceTree = SOURCE_ROOT; };
4B570DC01D303CAF006EDC21 /* NeoVimAgent.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = NeoVimAgent.h; sourceTree = "<group>"; };
4B570DC11D303CAF006EDC21 /* NeoVimAgent.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = NeoVimAgent.m; sourceTree = "<group>"; };
2016-07-10 12:55:45 +03:00
4B7BD3321D32530900AAA45E /* Logging.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Logging.h; sourceTree = "<group>"; };
4B854A1A1D31447C00E08DE1 /* NeoVimServer */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = NeoVimServer; sourceTree = BUILT_PRODUCTS_DIR; };
4B854A1C1D31447C00E08DE1 /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
4BCADE071D11ED12004DAD0F /* CocoaExtensions.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = CocoaExtensions.swift; sourceTree = "<group>"; };
2016-07-09 23:52:59 +03:00
4BCF638F1D323CFD00F15CE4 /* nvim */ = {isa = PBXFileReference; lastKnownFileType = folder; name = nvim; path = neovim/src/nvim; sourceTree = SOURCE_ROOT; };
4BDCFAC91D31449700F62670 /* NeoVimServer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = NeoVimServer.h; sourceTree = "<group>"; };
4BDCFACA1D31449700F62670 /* NeoVimServer.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = NeoVimServer.m; sourceTree = "<group>"; };
4BDCFACC1D3145AC00F62670 /* libnvim.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libnvim.a; path = neovim/build/lib/libnvim.a; sourceTree = SOURCE_ROOT; };
4BDCFACE1D3145E500F62670 /* libjemalloc_pic.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libjemalloc_pic.a; path = neovim/.deps/usr/lib/libjemalloc_pic.a; sourceTree = SOURCE_ROOT; };
4BDCFACF1D3145E500F62670 /* libjemalloc.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libjemalloc.a; path = neovim/.deps/usr/lib/libjemalloc.a; sourceTree = SOURCE_ROOT; };
4BDCFAD01D3145E500F62670 /* libluajit-5.1.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = "libluajit-5.1.a"; path = "neovim/.deps/usr/lib/libluajit-5.1.a"; sourceTree = SOURCE_ROOT; };
4BDCFAD11D3145E500F62670 /* libluv.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libluv.a; path = neovim/.deps/usr/lib/libluv.a; sourceTree = SOURCE_ROOT; };
4BDCFAD21D3145E500F62670 /* libmsgpack.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libmsgpack.a; path = neovim/.deps/usr/lib/libmsgpack.a; sourceTree = SOURCE_ROOT; };
4BDCFAD31D3145E500F62670 /* libuv.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libuv.a; path = neovim/.deps/usr/lib/libuv.a; sourceTree = SOURCE_ROOT; };
4BDCFAD41D3145E500F62670 /* libvterm.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libvterm.a; path = neovim/.deps/usr/lib/libvterm.a; sourceTree = SOURCE_ROOT; };
2016-07-09 23:52:59 +03:00
4BDCFAE91D3147A300F62670 /* NeoVimMsgIds.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = NeoVimMsgIds.h; sourceTree = "<group>"; };
4BDF641A1D0887C100D47E1D /* TextDrawer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TextDrawer.h; sourceTree = "<group>"; };
4BDF641B1D0887C100D47E1D /* TextDrawer.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = TextDrawer.m; sourceTree = "<group>"; };
4BDF64221D08CAB000D47E1D /* MMCoreTextView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MMCoreTextView.h; sourceTree = "<group>"; };
4BDF64231D08CAB000D47E1D /* MMCoreTextView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MMCoreTextView.m; sourceTree = "<group>"; };
4BEBA5051CFF374B00673FDF /* nvox.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = nvox.app; sourceTree = BUILT_PRODUCTS_DIR; };
4BEBA5081CFF374B00673FDF /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
4BEBA50A1CFF374B00673FDF /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
4BEBA50D1CFF374B00673FDF /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Base; path = Base.lproj/MainMenu.xib; sourceTree = "<group>"; };
4BEBA50F1CFF374B00673FDF /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
4BEBA5141CFF374B00673FDF /* nvoxTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = nvoxTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
4BEBA5181CFF374B00673FDF /* nvoxTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = nvoxTests.swift; sourceTree = "<group>"; };
4BEBA51A1CFF374B00673FDF /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
4BEBA6621D00157A00673FDF /* runtime */ = {isa = PBXFileReference; lastKnownFileType = folder; name = runtime; path = neovim/runtime; sourceTree = SOURCE_ROOT; };
4BEE79111D16D0AC0012EDAA /* NeoVimViewUiBridge.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = NeoVimViewUiBridge.swift; sourceTree = "<group>"; };
4BEE79141D16D2100012EDAA /* DispatchUtils.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = DispatchUtils.swift; sourceTree = "<group>"; };
4BEE79161D16D3800012EDAA /* CellAttributes.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = CellAttributes.swift; sourceTree = "<group>"; };
4BEF363C1D1EC045002A9898 /* NeoVimViewEvents.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = NeoVimViewEvents.swift; sourceTree = "<group>"; };
4BFF04831D21984100063EF3 /* NeoVimViewResponder.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = NeoVimViewResponder.swift; sourceTree = "<group>"; };
2016-06-03 23:13:59 +03:00
/* End PBXFileReference section */
/* Begin PBXFrameworksBuildPhase section */
4B2A2BF31D0351810074CE9A /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
2016-07-03 20:12:25 +03:00
4B56F28D1D29903F00C1F92E /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
4B56F2951D29903F00C1F92E /* SwiftNeoVim.framework in Frameworks */,
4B56F29D1D29926600C1F92E /* Nimble.framework in Frameworks */,
4B56F29E1D29926600C1F92E /* Quick.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
4B854A171D31447C00E08DE1 /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
4BDCFACD1D3145AC00F62670 /* libnvim.a in Frameworks */,
4BDCFAD51D3145E500F62670 /* libjemalloc_pic.a in Frameworks */,
4BDCFAD81D3145E500F62670 /* libluv.a in Frameworks */,
4BDCFAD61D3145E500F62670 /* libjemalloc.a in Frameworks */,
4BDCFADA1D3145E500F62670 /* libuv.a in Frameworks */,
4BDCFAD91D3145E500F62670 /* libmsgpack.a in Frameworks */,
4BDCFADB1D3145E500F62670 /* libvterm.a in Frameworks */,
4BDCFAD71D3145E500F62670 /* libluajit-5.1.a in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
4BEBA5021CFF374B00673FDF /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
4B2A2BFE1D0351810074CE9A /* SwiftNeoVim.framework in Frameworks */,
2016-06-04 00:45:15 +03:00
4B2A2BEE1D02261F0074CE9A /* RxSwift.framework in Frameworks */,
4B401B141D0454DC00D99EDC /* PureLayout.framework in Frameworks */,
2016-06-04 00:45:15 +03:00
4B2A2BEC1D02261F0074CE9A /* RxCocoa.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
4BEBA5111CFF374B00673FDF /* Frameworks */ = {
2016-06-03 23:13:59 +03:00
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXFrameworksBuildPhase section */
/* Begin PBXGroup section */
2016-06-04 00:45:15 +03:00
4B2A2BE61D0225840074CE9A /* Frameworks */ = {
isa = PBXGroup;
children = (
2016-07-03 20:12:25 +03:00
4B56F29B1D29926600C1F92E /* Nimble.framework */,
4B56F29C1D29926600C1F92E /* Quick.framework */,
4B401B131D0454DC00D99EDC /* PureLayout.framework */,
2016-06-04 00:45:15 +03:00
4B2A2BE21D0225800074CE9A /* RxCocoa.framework */,
4B2A2BE31D0225800074CE9A /* RxSwift.framework */,
);
name = Frameworks;
path = nvox;
sourceTree = "<group>";
};
4B2A2BF81D0351810074CE9A /* SwiftNeoVim */ = {
isa = PBXGroup;
children = (
4B854A151D31444800E08DE1 /* resources */,
4BEE79131D16D1C60012EDAA /* NeoVimView */,
4B2A2C0E1D0353E30074CE9A /* NeoVim.swift */,
4BEE79161D16D3800012EDAA /* CellAttributes.swift */,
1929BA6128BFDD54CA92F46E /* ColorUtils.swift */,
4B2A2C061D0352CB0074CE9A /* NeoVimUiBridgeProtocol.h */,
4B2A2BF91D0351810074CE9A /* SwiftNeoVim.h */,
4BDF641A1D0887C100D47E1D /* TextDrawer.h */,
4BDF641B1D0887C100D47E1D /* TextDrawer.m */,
4BDF64221D08CAB000D47E1D /* MMCoreTextView.h */,
4BDF64231D08CAB000D47E1D /* MMCoreTextView.m */,
4B4192171D0C52D700A0BEB2 /* Grid.swift */,
4BCADE071D11ED12004DAD0F /* CocoaExtensions.swift */,
4B1BB3521D16C5E500CA4FEF /* InputTestView.swift */,
4BEE79141D16D2100012EDAA /* DispatchUtils.swift */,
);
path = SwiftNeoVim;
2016-06-04 00:45:15 +03:00
sourceTree = "<group>";
};
2016-07-03 20:12:25 +03:00
4B56F2911D29903F00C1F92E /* SwiftNeoVimTests */ = {
isa = PBXGroup;
children = (
4B56F2921D29903F00C1F92E /* SwiftNeoVimTests.swift */,
4B56F2941D29903F00C1F92E /* Info.plist */,
);
path = SwiftNeoVimTests;
sourceTree = "<group>";
};
4B854A151D31444800E08DE1 /* resources */ = {
isa = PBXGroup;
children = (
4B2A2BFB1D0351810074CE9A /* Info.plist */,
4BEBA6621D00157A00673FDF /* runtime */,
);
name = resources;
sourceTree = "<group>";
};
4B854A1B1D31447C00E08DE1 /* NeoVimServer */ = {
isa = PBXGroup;
children = (
2016-07-09 23:52:59 +03:00
4BCF638F1D323CFD00F15CE4 /* nvim */,
4BDCFADC1D3145EA00F62670 /* lib */,
2016-07-10 12:55:45 +03:00
4B7BD3321D32530900AAA45E /* Logging.h */,
2016-07-09 23:52:59 +03:00
4BDCFAE91D3147A300F62670 /* NeoVimMsgIds.h */,
4BDCFAC91D31449700F62670 /* NeoVimServer.h */,
4BDCFACA1D31449700F62670 /* NeoVimServer.m */,
4B854A1C1D31447C00E08DE1 /* main.m */,
1929B93013228985F509C8F6 /* server_ui.m */,
1929B1A51F076E088EF4CCA4 /* server_globals.h */,
);
path = NeoVimServer;
sourceTree = "<group>";
};
4BDCFADC1D3145EA00F62670 /* lib */ = {
isa = PBXGroup;
children = (
4BDCFACE1D3145E500F62670 /* libjemalloc_pic.a */,
4BDCFACF1D3145E500F62670 /* libjemalloc.a */,
4BDCFAD01D3145E500F62670 /* libluajit-5.1.a */,
4BDCFAD11D3145E500F62670 /* libluv.a */,
4BDCFAD21D3145E500F62670 /* libmsgpack.a */,
4BDCFAD31D3145E500F62670 /* libuv.a */,
4BDCFAD41D3145E500F62670 /* libvterm.a */,
4BDCFACC1D3145AC00F62670 /* libnvim.a */,
);
name = lib;
sourceTree = "<group>";
};
4BEBA4FC1CFF374B00673FDF = {
2016-06-03 23:13:59 +03:00
isa = PBXGroup;
children = (
4BEBA5071CFF374B00673FDF /* nvox */,
4BEBA5171CFF374B00673FDF /* nvoxTests */,
4B2A2BF81D0351810074CE9A /* SwiftNeoVim */,
2016-07-03 20:12:25 +03:00
4B56F2911D29903F00C1F92E /* SwiftNeoVimTests */,
2016-07-10 15:20:34 +03:00
4B854A1B1D31447C00E08DE1 /* NeoVimServer */,
4B2A2BE61D0225840074CE9A /* Frameworks */,
4BEBA5061CFF374B00673FDF /* Products */,
2016-06-03 23:13:59 +03:00
);
sourceTree = "<group>";
};
4BEBA5061CFF374B00673FDF /* Products */ = {
2016-06-03 23:13:59 +03:00
isa = PBXGroup;
children = (
4BEBA5051CFF374B00673FDF /* nvox.app */,
4BEBA5141CFF374B00673FDF /* nvoxTests.xctest */,
4B2A2BF71D0351810074CE9A /* SwiftNeoVim.framework */,
2016-07-03 20:12:25 +03:00
4B56F2901D29903F00C1F92E /* SwiftNeoVimTests.xctest */,
4B854A1A1D31447C00E08DE1 /* NeoVimServer */,
2016-06-03 23:13:59 +03:00
);
name = Products;
sourceTree = "<group>";
};
4BEBA5071CFF374B00673FDF /* nvox */ = {
2016-06-03 23:13:59 +03:00
isa = PBXGroup;
children = (
4BEBA5081CFF374B00673FDF /* AppDelegate.swift */,
4B2A2C0D1D0353750074CE9A /* Bridge.h */,
4BEBA50A1CFF374B00673FDF /* Assets.xcassets */,
4BEBA50C1CFF374B00673FDF /* MainMenu.xib */,
4BEBA50F1CFF374B00673FDF /* Info.plist */,
2016-06-03 23:13:59 +03:00
);
path = nvox;
sourceTree = "<group>";
};
4BEBA5171CFF374B00673FDF /* nvoxTests */ = {
2016-06-03 23:13:59 +03:00
isa = PBXGroup;
children = (
4BEBA5181CFF374B00673FDF /* nvoxTests.swift */,
4BEBA51A1CFF374B00673FDF /* Info.plist */,
2016-06-03 23:13:59 +03:00
);
path = nvoxTests;
sourceTree = "<group>";
};
4BEE79131D16D1C60012EDAA /* NeoVimView */ = {
isa = PBXGroup;
children = (
1929BF00B466B40629C2AABE /* NeoVimView.swift */,
4BEF363C1D1EC045002A9898 /* NeoVimViewEvents.swift */,
4BEE79111D16D0AC0012EDAA /* NeoVimViewUiBridge.swift */,
4B401B191D046E0600D99EDC /* NeoVimViewDelegate.swift */,
4BFF04831D21984100063EF3 /* NeoVimViewResponder.swift */,
4B570DC01D303CAF006EDC21 /* NeoVimAgent.h */,
4B570DC11D303CAF006EDC21 /* NeoVimAgent.m */,
);
name = NeoVimView;
sourceTree = "<group>";
};
2016-06-03 23:13:59 +03:00
/* End PBXGroup section */
/* Begin PBXHeadersBuildPhase section */
4B2A2BF41D0351810074CE9A /* Headers */ = {
isa = PBXHeadersBuildPhase;
buildActionMask = 2147483647;
files = (
4B2A2C091D0352CB0074CE9A /* NeoVimUiBridgeProtocol.h in Headers */,
4B570DC21D303CAF006EDC21 /* NeoVimAgent.h in Headers */,
4BDF641C1D0887C100D47E1D /* TextDrawer.h in Headers */,
2016-07-09 23:52:59 +03:00
4BDCFAEA1D31486E00F62670 /* NeoVimMsgIds.h in Headers */,
4B2A2BFA1D0351810074CE9A /* SwiftNeoVim.h in Headers */,
4BDF64241D08CAB000D47E1D /* MMCoreTextView.h in Headers */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXHeadersBuildPhase section */
2016-06-03 23:13:59 +03:00
/* Begin PBXNativeTarget section */
4B2A2BF61D0351810074CE9A /* SwiftNeoVim */ = {
isa = PBXNativeTarget;
buildConfigurationList = 4B2A2C021D0351810074CE9A /* Build configuration list for PBXNativeTarget "SwiftNeoVim" */;
buildPhases = (
4B2A2BF21D0351810074CE9A /* Sources */,
4B2A2BF31D0351810074CE9A /* Frameworks */,
4B2A2BF41D0351810074CE9A /* Headers */,
4B2A2BF51D0351810074CE9A /* Resources */,
4B2A2C031D03527D0074CE9A /* CopyFiles */,
4B854A061D3137B500E08DE1 /* CopyFiles */,
);
buildRules = (
);
dependencies = (
4BDCFADE1D31465100F62670 /* PBXTargetDependency */,
);
name = SwiftNeoVim;
productName = SwiftNeoVim;
productReference = 4B2A2BF71D0351810074CE9A /* SwiftNeoVim.framework */;
productType = "com.apple.product-type.framework";
};
2016-07-03 20:12:25 +03:00
4B56F28F1D29903F00C1F92E /* SwiftNeoVimTests */ = {
isa = PBXNativeTarget;
buildConfigurationList = 4B56F29A1D29903F00C1F92E /* Build configuration list for PBXNativeTarget "SwiftNeoVimTests" */;
buildPhases = (
4B56F28C1D29903F00C1F92E /* Sources */,
4B56F28D1D29903F00C1F92E /* Frameworks */,
4B56F28E1D29903F00C1F92E /* Resources */,
4B9A15231D2993D0009F9F67 /* CopyFiles */,
);
buildRules = (
);
dependencies = (
4B56F2971D29903F00C1F92E /* PBXTargetDependency */,
);
name = SwiftNeoVimTests;
productName = SwiftNeoVimTests;
productReference = 4B56F2901D29903F00C1F92E /* SwiftNeoVimTests.xctest */;
productType = "com.apple.product-type.bundle.unit-test";
};
4B854A191D31447C00E08DE1 /* NeoVimServer */ = {
isa = PBXNativeTarget;
buildConfigurationList = 4B854A1E1D31447C00E08DE1 /* Build configuration list for PBXNativeTarget "NeoVimServer" */;
buildPhases = (
2016-07-09 23:52:59 +03:00
4BBA71F11D319E0900E16612 /* ShellScript */,
4B854A161D31447C00E08DE1 /* Sources */,
4B854A171D31447C00E08DE1 /* Frameworks */,
4B854A181D31447C00E08DE1 /* CopyFiles */,
);
buildRules = (
);
dependencies = (
);
name = NeoVimServer;
productName = NeoVimServer;
productReference = 4B854A1A1D31447C00E08DE1 /* NeoVimServer */;
productType = "com.apple.product-type.tool";
};
4BEBA5041CFF374B00673FDF /* nvox */ = {
2016-06-03 23:13:59 +03:00
isa = PBXNativeTarget;
buildConfigurationList = 4BEBA51D1CFF374B00673FDF /* Build configuration list for PBXNativeTarget "nvox" */;
2016-06-03 23:13:59 +03:00
buildPhases = (
4BEBA5011CFF374B00673FDF /* Sources */,
4BEBA5021CFF374B00673FDF /* Frameworks */,
4BEBA5031CFF374B00673FDF /* Resources */,
2016-06-04 00:45:15 +03:00
4B2A2BF01D02261F0074CE9A /* Embed Frameworks */,
2016-06-03 23:13:59 +03:00
);
buildRules = (
);
dependencies = (
4B2A2BFD1D0351810074CE9A /* PBXTargetDependency */,
2016-06-03 23:13:59 +03:00
);
name = nvox;
productName = nvox;
productReference = 4BEBA5051CFF374B00673FDF /* nvox.app */;
2016-06-03 23:13:59 +03:00
productType = "com.apple.product-type.application";
};
4BEBA5131CFF374B00673FDF /* nvoxTests */ = {
2016-06-03 23:13:59 +03:00
isa = PBXNativeTarget;
buildConfigurationList = 4BEBA5201CFF374B00673FDF /* Build configuration list for PBXNativeTarget "nvoxTests" */;
2016-06-03 23:13:59 +03:00
buildPhases = (
4BEBA5101CFF374B00673FDF /* Sources */,
4BEBA5111CFF374B00673FDF /* Frameworks */,
4BEBA5121CFF374B00673FDF /* Resources */,
2016-06-03 23:13:59 +03:00
);
buildRules = (
);
dependencies = (
4BEBA5161CFF374B00673FDF /* PBXTargetDependency */,
2016-06-03 23:13:59 +03:00
);
name = nvoxTests;
productName = nvoxTests;
productReference = 4BEBA5141CFF374B00673FDF /* nvoxTests.xctest */;
2016-06-03 23:13:59 +03:00
productType = "com.apple.product-type.bundle.unit-test";
};
/* End PBXNativeTarget section */
/* Begin PBXProject section */
4BEBA4FD1CFF374B00673FDF /* Project object */ = {
2016-06-03 23:13:59 +03:00
isa = PBXProject;
attributes = {
LastSwiftUpdateCheck = 0730;
LastUpgradeCheck = 0730;
ORGANIZATIONNAME = "Tae Won Ha";
TargetAttributes = {
4B2A2BF61D0351810074CE9A = {
CreatedOnToolsVersion = 7.3.1;
};
2016-07-03 20:12:25 +03:00
4B56F28F1D29903F00C1F92E = {
CreatedOnToolsVersion = 7.3.1;
};
4B854A191D31447C00E08DE1 = {
CreatedOnToolsVersion = 7.3.1;
};
4BEBA5041CFF374B00673FDF = {
2016-06-03 23:13:59 +03:00
CreatedOnToolsVersion = 7.3.1;
};
4BEBA5131CFF374B00673FDF = {
CreatedOnToolsVersion = 7.3.1;
TestTargetID = 4BEBA5041CFF374B00673FDF;
};
2016-06-03 23:13:59 +03:00
};
};
buildConfigurationList = 4BEBA5001CFF374B00673FDF /* Build configuration list for PBXProject "nvox" */;
2016-06-03 23:13:59 +03:00
compatibilityVersion = "Xcode 3.2";
developmentRegion = English;
hasScannedForEncodings = 0;
knownRegions = (
en,
Base,
);
mainGroup = 4BEBA4FC1CFF374B00673FDF;
productRefGroup = 4BEBA5061CFF374B00673FDF /* Products */;
2016-06-03 23:13:59 +03:00
projectDirPath = "";
projectRoot = "";
targets = (
4BEBA5041CFF374B00673FDF /* nvox */,
4BEBA5131CFF374B00673FDF /* nvoxTests */,
4B2A2BF61D0351810074CE9A /* SwiftNeoVim */,
2016-07-03 20:12:25 +03:00
4B56F28F1D29903F00C1F92E /* SwiftNeoVimTests */,
4B854A191D31447C00E08DE1 /* NeoVimServer */,
2016-06-03 23:13:59 +03:00
);
};
/* End PBXProject section */
/* Begin PBXResourcesBuildPhase section */
4B2A2BF51D0351810074CE9A /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
4BDCFAED1D315CB800F62670 /* runtime in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
2016-07-03 20:12:25 +03:00
4B56F28E1D29903F00C1F92E /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
4BEBA5031CFF374B00673FDF /* Resources */ = {
2016-06-03 23:13:59 +03:00
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
4BEBA50B1CFF374B00673FDF /* Assets.xcassets in Resources */,
4BEBA50E1CFF374B00673FDF /* MainMenu.xib in Resources */,
2016-06-03 23:13:59 +03:00
);
runOnlyForDeploymentPostprocessing = 0;
};
4BEBA5121CFF374B00673FDF /* Resources */ = {
2016-06-03 23:13:59 +03:00
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXResourcesBuildPhase section */
/* Begin PBXShellScriptBuildPhase section */
2016-07-09 23:52:59 +03:00
4BBA71F11D319E0900E16612 /* ShellScript */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
);
inputPaths = (
);
outputPaths = (
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "pushd neovim\nmake CMAKE_BUILD_TYPE=Release libnvim\npopd";
};
/* End PBXShellScriptBuildPhase section */
2016-06-03 23:13:59 +03:00
/* Begin PBXSourcesBuildPhase section */
4B2A2BF21D0351810074CE9A /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
4BEE79171D16D3800012EDAA /* CellAttributes.swift in Sources */,
4B1BB3531D16C5E500CA4FEF /* InputTestView.swift in Sources */,
4BCADE081D11ED12004DAD0F /* CocoaExtensions.swift in Sources */,
4B2A2C0F1D0353E30074CE9A /* NeoVim.swift in Sources */,
4B401B1A1D046E0600D99EDC /* NeoVimViewDelegate.swift in Sources */,
4BFF04841D21984100063EF3 /* NeoVimViewResponder.swift in Sources */,
1929B728262BAA14FC93F6AC /* NeoVimView.swift in Sources */,
4BEF363D1D1EC045002A9898 /* NeoVimViewEvents.swift in Sources */,
4B570DC31D303CAF006EDC21 /* NeoVimAgent.m in Sources */,
4BEE79121D16D0AC0012EDAA /* NeoVimViewUiBridge.swift in Sources */,
4BEE79151D16D2100012EDAA /* DispatchUtils.swift in Sources */,
4BDF641D1D0887C100D47E1D /* TextDrawer.m in Sources */,
4BDF64251D08CAB000D47E1D /* MMCoreTextView.m in Sources */,
1929BEB90DCDAF7A2B68C886 /* ColorUtils.swift in Sources */,
4B4192181D0C52D700A0BEB2 /* Grid.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
2016-07-03 20:12:25 +03:00
4B56F28C1D29903F00C1F92E /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
4B56F2931D29903F00C1F92E /* SwiftNeoVimTests.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
4B854A161D31447C00E08DE1 /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
4BDCFACB1D31449700F62670 /* NeoVimServer.m in Sources */,
4B854A1D1D31447C00E08DE1 /* main.m in Sources */,
1929BF81A40B4154D3EA33CE /* server_ui.m in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
4BEBA5011CFF374B00673FDF /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
4BEBA5091CFF374B00673FDF /* AppDelegate.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
4BEBA5101CFF374B00673FDF /* Sources */ = {
2016-06-03 23:13:59 +03:00
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
4BEBA5191CFF374B00673FDF /* nvoxTests.swift in Sources */,
2016-06-03 23:13:59 +03:00
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXSourcesBuildPhase section */
/* Begin PBXTargetDependency section */
4B2A2BFD1D0351810074CE9A /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
target = 4B2A2BF61D0351810074CE9A /* SwiftNeoVim */;
targetProxy = 4B2A2BFC1D0351810074CE9A /* PBXContainerItemProxy */;
};
2016-07-03 20:12:25 +03:00
4B56F2971D29903F00C1F92E /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
target = 4B2A2BF61D0351810074CE9A /* SwiftNeoVim */;
targetProxy = 4B56F2961D29903F00C1F92E /* PBXContainerItemProxy */;
};
4BDCFADE1D31465100F62670 /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
target = 4B854A191D31447C00E08DE1 /* NeoVimServer */;
targetProxy = 4BDCFADD1D31465100F62670 /* PBXContainerItemProxy */;
};
4BEBA5161CFF374B00673FDF /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
target = 4BEBA5041CFF374B00673FDF /* nvox */;
targetProxy = 4BEBA5151CFF374B00673FDF /* PBXContainerItemProxy */;
2016-06-03 23:13:59 +03:00
};
/* End PBXTargetDependency section */
/* Begin PBXVariantGroup section */
4BEBA50C1CFF374B00673FDF /* MainMenu.xib */ = {
2016-06-03 23:13:59 +03:00
isa = PBXVariantGroup;
children = (
4BEBA50D1CFF374B00673FDF /* Base */,
2016-06-03 23:13:59 +03:00
);
name = MainMenu.xib;
sourceTree = "<group>";
};
/* End PBXVariantGroup section */
/* Begin XCBuildConfiguration section */
4B2A2C001D0351810074CE9A /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
CLANG_ENABLE_MODULES = YES;
COMBINE_HIDPI_IMAGES = YES;
DEFINES_MODULE = YES;
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1;
DYLIB_INSTALL_NAME_BASE = "@rpath";
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
"$(PROJECT_DIR)/Carthage/Build/Mac",
);
FRAMEWORK_VERSION = A;
INFOPLIST_FILE = SwiftNeoVim/Info.plist;
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = com.qvacua.nvox.SwiftNeoVim;
PRODUCT_NAME = "$(TARGET_NAME)";
SKIP_INSTALL = YES;
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
};
name = Debug;
};
4B2A2C011D0351810074CE9A /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
CLANG_ENABLE_MODULES = YES;
COMBINE_HIDPI_IMAGES = YES;
DEFINES_MODULE = YES;
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1;
DYLIB_INSTALL_NAME_BASE = "@rpath";
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
"$(PROJECT_DIR)/Carthage/Build/Mac",
);
FRAMEWORK_VERSION = A;
INFOPLIST_FILE = SwiftNeoVim/Info.plist;
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = com.qvacua.nvox.SwiftNeoVim;
PRODUCT_NAME = "$(TARGET_NAME)";
SKIP_INSTALL = YES;
};
name = Release;
};
2016-07-03 20:12:25 +03:00
4B56F2981D29903F00C1F92E /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
COMBINE_HIDPI_IMAGES = YES;
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
"$(PROJECT_DIR)/Carthage/Build/Mac",
);
INFOPLIST_FILE = SwiftNeoVimTests/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/../Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = com.qvacua.SwiftNeoVimTests;
PRODUCT_NAME = "$(TARGET_NAME)";
};
name = Debug;
};
4B56F2991D29903F00C1F92E /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
COMBINE_HIDPI_IMAGES = YES;
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
"$(PROJECT_DIR)/Carthage/Build/Mac",
);
INFOPLIST_FILE = SwiftNeoVimTests/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/../Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = com.qvacua.SwiftNeoVimTests;
PRODUCT_NAME = "$(TARGET_NAME)";
};
name = Release;
};
4B854A1F1D31447C00E08DE1 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
GCC_PREPROCESSOR_DEFINITIONS = (
"DEBUG=1",
"$(inherited)",
"CUSTOM_UI=1",
"INCLUDE_GENERATED_DECLARATIONS=1",
);
HEADER_SEARCH_PATHS = (
"$(PROJECT_DIR)/neovim/build/include",
"$(PROJECT_DIR)/neovim/src",
"$(PROJECT_DIR)/neovim/.deps/usr/include",
);
LIBRARY_SEARCH_PATHS = (
"$(PROJECT_DIR)/neovim/build/lib",
"$(PROJECT_DIR)/neovim/.deps/usr/lib",
);
OTHER_LDFLAGS = (
/usr/local/opt/gettext/lib/libintl.a,
"-liconv",
);
PRODUCT_NAME = "$(TARGET_NAME)";
};
name = Debug;
};
4B854A201D31447C00E08DE1 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
2016-07-09 23:52:59 +03:00
GCC_PREPROCESSOR_DEFINITIONS = (
"INCLUDE_GENERATED_DECLARATIONS=1",
"CUSTOM_UI=1",
);
HEADER_SEARCH_PATHS = (
"$(PROJECT_DIR)/neovim/build/include",
"$(PROJECT_DIR)/neovim/src",
"$(PROJECT_DIR)/neovim/.deps/usr/include",
);
LIBRARY_SEARCH_PATHS = (
"$(PROJECT_DIR)/neovim/build/lib",
"$(PROJECT_DIR)/neovim/.deps/usr/lib",
);
OTHER_LDFLAGS = (
/usr/local/opt/gettext/lib/libintl.a,
"-liconv",
);
PRODUCT_NAME = "$(TARGET_NAME)";
};
name = Release;
};
4BEBA51B1CFF374B00673FDF /* Debug */ = {
2016-06-03 23:13:59 +03:00
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
CLANG_ANALYZER_NONNULL = YES;
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
CLANG_CXX_LIBRARY = "libc++";
CLANG_ENABLE_MODULES = YES;
CLANG_ENABLE_OBJC_ARC = YES;
CLANG_WARN_BOOL_CONVERSION = YES;
CLANG_WARN_CONSTANT_CONVERSION = YES;
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
CLANG_WARN_EMPTY_BODY = YES;
CLANG_WARN_ENUM_CONVERSION = YES;
CLANG_WARN_INT_CONVERSION = YES;
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
CLANG_WARN_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
CODE_SIGN_IDENTITY = "-";
COPY_PHASE_STRIP = NO;
DEBUG_INFORMATION_FORMAT = dwarf;
ENABLE_STRICT_OBJC_MSGSEND = YES;
ENABLE_TESTABILITY = YES;
GCC_C_LANGUAGE_STANDARD = gnu99;
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.11;
MTL_ENABLE_DEBUG_INFO = YES;
ONLY_ACTIVE_ARCH = YES;
SDKROOT = macosx;
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
};
name = Debug;
};
4BEBA51C1CFF374B00673FDF /* Release */ = {
2016-06-03 23:13:59 +03:00
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
CLANG_ANALYZER_NONNULL = YES;
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
CLANG_CXX_LIBRARY = "libc++";
CLANG_ENABLE_MODULES = YES;
CLANG_ENABLE_OBJC_ARC = YES;
CLANG_WARN_BOOL_CONVERSION = YES;
CLANG_WARN_CONSTANT_CONVERSION = YES;
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
CLANG_WARN_EMPTY_BODY = YES;
CLANG_WARN_ENUM_CONVERSION = YES;
CLANG_WARN_INT_CONVERSION = YES;
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
CLANG_WARN_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
CODE_SIGN_IDENTITY = "-";
COPY_PHASE_STRIP = NO;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
ENABLE_NS_ASSERTIONS = NO;
ENABLE_STRICT_OBJC_MSGSEND = YES;
GCC_C_LANGUAGE_STANDARD = gnu99;
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.11;
MTL_ENABLE_DEBUG_INFO = NO;
SDKROOT = macosx;
};
name = Release;
};
4BEBA51E1CFF374B00673FDF /* Debug */ = {
2016-06-03 23:13:59 +03:00
isa = XCBuildConfiguration;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
COMBINE_HIDPI_IMAGES = YES;
EMBEDDED_CONTENT_CONTAINS_SWIFT = YES;
2016-06-04 00:45:15 +03:00
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
"$(PROJECT_DIR)/Carthage/Build/Mac",
);
2016-06-03 23:13:59 +03:00
INFOPLIST_FILE = nvox/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = com.qvacua.nvox;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_OBJC_BRIDGING_HEADER = nvox/Bridge.h;
2016-06-03 23:13:59 +03:00
};
name = Debug;
};
4BEBA51F1CFF374B00673FDF /* Release */ = {
2016-06-03 23:13:59 +03:00
isa = XCBuildConfiguration;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
COMBINE_HIDPI_IMAGES = YES;
EMBEDDED_CONTENT_CONTAINS_SWIFT = YES;
2016-06-04 00:45:15 +03:00
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
"$(PROJECT_DIR)/Carthage/Build/Mac",
);
2016-06-03 23:13:59 +03:00
INFOPLIST_FILE = nvox/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = com.qvacua.nvox;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_OBJC_BRIDGING_HEADER = nvox/Bridge.h;
2016-06-03 23:13:59 +03:00
};
name = Release;
};
4BEBA5211CFF374B00673FDF /* Debug */ = {
2016-06-03 23:13:59 +03:00
isa = XCBuildConfiguration;
buildSettings = {
BUNDLE_LOADER = "$(TEST_HOST)";
COMBINE_HIDPI_IMAGES = YES;
INFOPLIST_FILE = nvoxTests/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/../Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = com.qvacua.nvoxTests;
PRODUCT_NAME = "$(TARGET_NAME)";
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/nvox.app/Contents/MacOS/nvox";
};
name = Debug;
};
4BEBA5221CFF374B00673FDF /* Release */ = {
2016-06-03 23:13:59 +03:00
isa = XCBuildConfiguration;
buildSettings = {
BUNDLE_LOADER = "$(TEST_HOST)";
COMBINE_HIDPI_IMAGES = YES;
INFOPLIST_FILE = nvoxTests/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/../Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = com.qvacua.nvoxTests;
PRODUCT_NAME = "$(TARGET_NAME)";
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/nvox.app/Contents/MacOS/nvox";
};
name = Release;
};
/* End XCBuildConfiguration section */
/* Begin XCConfigurationList section */
4B2A2C021D0351810074CE9A /* Build configuration list for PBXNativeTarget "SwiftNeoVim" */ = {
isa = XCConfigurationList;
buildConfigurations = (
4B2A2C001D0351810074CE9A /* Debug */,
4B2A2C011D0351810074CE9A /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
2016-07-03 20:12:25 +03:00
4B56F29A1D29903F00C1F92E /* Build configuration list for PBXNativeTarget "SwiftNeoVimTests" */ = {
isa = XCConfigurationList;
buildConfigurations = (
4B56F2981D29903F00C1F92E /* Debug */,
4B56F2991D29903F00C1F92E /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
4B854A1E1D31447C00E08DE1 /* Build configuration list for PBXNativeTarget "NeoVimServer" */ = {
isa = XCConfigurationList;
buildConfigurations = (
4B854A1F1D31447C00E08DE1 /* Debug */,
4B854A201D31447C00E08DE1 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
4BEBA5001CFF374B00673FDF /* Build configuration list for PBXProject "nvox" */ = {
2016-06-03 23:13:59 +03:00
isa = XCConfigurationList;
buildConfigurations = (
4BEBA51B1CFF374B00673FDF /* Debug */,
4BEBA51C1CFF374B00673FDF /* Release */,
2016-06-03 23:13:59 +03:00
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
4BEBA51D1CFF374B00673FDF /* Build configuration list for PBXNativeTarget "nvox" */ = {
2016-06-03 23:13:59 +03:00
isa = XCConfigurationList;
buildConfigurations = (
4BEBA51E1CFF374B00673FDF /* Debug */,
4BEBA51F1CFF374B00673FDF /* Release */,
2016-06-03 23:13:59 +03:00
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
2016-06-03 23:13:59 +03:00
};
4BEBA5201CFF374B00673FDF /* Build configuration list for PBXNativeTarget "nvoxTests" */ = {
2016-06-03 23:13:59 +03:00
isa = XCConfigurationList;
buildConfigurations = (
4BEBA5211CFF374B00673FDF /* Debug */,
4BEBA5221CFF374B00673FDF /* Release */,
2016-06-03 23:13:59 +03:00
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
2016-06-03 23:13:59 +03:00
/* End XCConfigurationList section */
};
rootObject = 4BEBA4FD1CFF374B00673FDF /* Project object */;
2016-06-03 23:13:59 +03:00
}