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

669 lines
27 KiB
Plaintext
Raw Normal View History

2016-06-03 23:13:59 +03:00
// !$*UTF8*$!
{
archiveVersion = 1;
classes = {
};
objectVersion = 46;
objects = {
/* Begin PBXBuildFile section */
2016-06-04 10:51:57 +03:00
1929B263CBB457B110C7DDAA /* NeoVimUiImpl.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1929BA276498323B951A8AB8 /* NeoVimUiImpl.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, ); }; };
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 */; };
4BEBA52C1CFF3DFF00673FDF /* NeoVimXpcImpl.m in Sources */ = {isa = PBXBuildFile; fileRef = 4BEBA52B1CFF3DFF00673FDF /* NeoVimXpcImpl.m */; };
4BEBA52E1CFF3DFF00673FDF /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 4BEBA52D1CFF3DFF00673FDF /* main.m */; };
4BEBA5321CFF3DFF00673FDF /* NeoVimXpc.xpc in Embed XPC Services */ = {isa = PBXBuildFile; fileRef = 4BEBA5271CFF3DFF00673FDF /* NeoVimXpc.xpc */; settings = {ATTRIBUTES = (RemoveHeadersOnCopy, ); }; };
4BEBA5391CFF5E5D00673FDF /* libnvim.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 4BEBA5381CFF5E5D00673FDF /* libnvim.a */; };
4BEBA5431CFF5EA500673FDF /* libjemalloc_pic.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 4BEBA53A1CFF5EA500673FDF /* libjemalloc_pic.a */; };
4BEBA5441CFF5EA500673FDF /* libjemalloc.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 4BEBA53B1CFF5EA500673FDF /* libjemalloc.a */; };
4BEBA5451CFF5EA500673FDF /* libluajit-5.1.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 4BEBA53C1CFF5EA500673FDF /* libluajit-5.1.a */; };
4BEBA5461CFF5EA500673FDF /* libluv.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 4BEBA53D1CFF5EA500673FDF /* libluv.a */; };
4BEBA5471CFF5EA500673FDF /* libmsgpack.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 4BEBA53E1CFF5EA500673FDF /* libmsgpack.a */; };
4BEBA54A1CFF5EA500673FDF /* libuv.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 4BEBA5411CFF5EA500673FDF /* libuv.a */; };
4BEBA54B1CFF5EA500673FDF /* libvterm.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 4BEBA5421CFF5EA500673FDF /* libvterm.a */; };
4BEBA6631D00157A00673FDF /* runtime in Resources */ = {isa = PBXBuildFile; fileRef = 4BEBA6621D00157A00673FDF /* runtime */; };
2016-06-03 23:13:59 +03:00
/* End PBXBuildFile section */
/* Begin PBXContainerItemProxy section */
4BEBA5151CFF374B00673FDF /* 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 = 4BEBA5041CFF374B00673FDF;
2016-06-03 23:13:59 +03:00
remoteInfo = nvox;
};
4BEBA5301CFF3DFF00673FDF /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = 4BEBA4FD1CFF374B00673FDF /* Project object */;
proxyType = 1;
remoteGlobalIDString = 4BEBA5261CFF3DFF00673FDF;
remoteInfo = NeoVimXpc;
};
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 = (
4B2A2BEF1D02261F0074CE9A /* RxSwift.framework in Embed Frameworks */,
4B2A2BED1D02261F0074CE9A /* RxCocoa.framework in Embed Frameworks */,
);
name = "Embed Frameworks";
runOnlyForDeploymentPostprocessing = 0;
};
4BEBA5361CFF3DFF00673FDF /* Embed XPC Services */ = {
isa = PBXCopyFilesBuildPhase;
buildActionMask = 2147483647;
dstPath = "$(CONTENTS_FOLDER_PATH)/XPCServices";
dstSubfolderSpec = 16;
files = (
4BEBA5321CFF3DFF00673FDF /* NeoVimXpc.xpc in Embed XPC Services */,
);
name = "Embed XPC Services";
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXCopyFilesBuildPhase section */
2016-06-03 23:13:59 +03:00
/* Begin PBXFileReference section */
2016-06-04 10:51:57 +03:00
1929BA276498323B951A8AB8 /* NeoVimUiImpl.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = NeoVimUiImpl.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; };
2016-06-04 10:51:57 +03:00
4B2A2BF11D02B5920074CE9A /* NeoVimUi.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = NeoVimUi.h; 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>"; };
4BEBA5271CFF3DFF00673FDF /* NeoVimXpc.xpc */ = {isa = PBXFileReference; explicitFileType = "wrapper.xpc-service"; includeInIndex = 0; path = NeoVimXpc.xpc; sourceTree = BUILT_PRODUCTS_DIR; };
4BEBA5291CFF3DFF00673FDF /* NeoVimXpc.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = NeoVimXpc.h; sourceTree = "<group>"; };
4BEBA52A1CFF3DFF00673FDF /* NeoVimXpcImpl.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = NeoVimXpcImpl.h; sourceTree = "<group>"; };
4BEBA52B1CFF3DFF00673FDF /* NeoVimXpcImpl.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = NeoVimXpcImpl.m; sourceTree = "<group>"; };
4BEBA52D1CFF3DFF00673FDF /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
4BEBA52F1CFF3DFF00673FDF /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
4BEBA5381CFF5E5D00673FDF /* libnvim.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libnvim.a; path = neovim/build/lib/libnvim.a; sourceTree = SOURCE_ROOT; };
4BEBA53A1CFF5EA500673FDF /* libjemalloc_pic.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libjemalloc_pic.a; path = neovim/.deps/usr/lib/libjemalloc_pic.a; sourceTree = SOURCE_ROOT; };
4BEBA53B1CFF5EA500673FDF /* libjemalloc.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libjemalloc.a; path = neovim/.deps/usr/lib/libjemalloc.a; sourceTree = SOURCE_ROOT; };
4BEBA53C1CFF5EA500673FDF /* 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; };
4BEBA53D1CFF5EA500673FDF /* libluv.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libluv.a; path = neovim/.deps/usr/lib/libluv.a; sourceTree = SOURCE_ROOT; };
4BEBA53E1CFF5EA500673FDF /* libmsgpack.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libmsgpack.a; path = neovim/.deps/usr/lib/libmsgpack.a; sourceTree = SOURCE_ROOT; };
4BEBA5411CFF5EA500673FDF /* libuv.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libuv.a; path = neovim/.deps/usr/lib/libuv.a; sourceTree = SOURCE_ROOT; };
4BEBA5421CFF5EA500673FDF /* libvterm.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libvterm.a; path = neovim/.deps/usr/lib/libvterm.a; sourceTree = SOURCE_ROOT; };
4BEBA54E1CFF79A400673FDF /* Bridge.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Bridge.h; sourceTree = "<group>"; };
4BEBA6611D0014A400673FDF /* nvim */ = {isa = PBXFileReference; lastKnownFileType = folder; name = nvim; path = neovim/src/nvim; sourceTree = SOURCE_ROOT; };
4BEBA6621D00157A00673FDF /* runtime */ = {isa = PBXFileReference; lastKnownFileType = folder; name = runtime; path = neovim/runtime; sourceTree = SOURCE_ROOT; };
2016-06-03 23:13:59 +03:00
/* End PBXFileReference section */
/* Begin PBXFrameworksBuildPhase section */
4BEBA5021CFF374B00673FDF /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
2016-06-04 00:45:15 +03:00
4B2A2BEE1D02261F0074CE9A /* RxSwift.framework in Frameworks */,
4B2A2BEC1D02261F0074CE9A /* RxCocoa.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
4BEBA5111CFF374B00673FDF /* Frameworks */ = {
2016-06-03 23:13:59 +03:00
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
4BEBA5241CFF3DFF00673FDF /* Frameworks */ = {
2016-06-03 23:13:59 +03:00
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
4BEBA54A1CFF5EA500673FDF /* libuv.a in Frameworks */,
4BEBA5391CFF5E5D00673FDF /* libnvim.a in Frameworks */,
4BEBA5431CFF5EA500673FDF /* libjemalloc_pic.a in Frameworks */,
4BEBA5461CFF5EA500673FDF /* libluv.a in Frameworks */,
4BEBA54B1CFF5EA500673FDF /* libvterm.a in Frameworks */,
4BEBA5441CFF5EA500673FDF /* libjemalloc.a in Frameworks */,
4BEBA5471CFF5EA500673FDF /* libmsgpack.a in Frameworks */,
4BEBA5451CFF5EA500673FDF /* libluajit-5.1.a in Frameworks */,
2016-06-03 23:13:59 +03:00
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXFrameworksBuildPhase section */
/* Begin PBXGroup section */
2016-06-04 00:45:15 +03:00
4B2A2BE61D0225840074CE9A /* Frameworks */ = {
isa = PBXGroup;
children = (
4B2A2BE21D0225800074CE9A /* RxCocoa.framework */,
4B2A2BE31D0225800074CE9A /* RxSwift.framework */,
);
name = Frameworks;
sourceTree = "<group>";
};
4BEBA4FC1CFF374B00673FDF = {
2016-06-03 23:13:59 +03:00
isa = PBXGroup;
children = (
4BEBA5071CFF374B00673FDF /* nvox */,
4BEBA5171CFF374B00673FDF /* nvoxTests */,
4BEBA5281CFF3DFF00673FDF /* NeoVimXpc */,
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 */,
4BEBA5271CFF3DFF00673FDF /* NeoVimXpc.xpc */,
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 = (
2016-06-04 00:45:15 +03:00
4B2A2BE61D0225840074CE9A /* Frameworks */,
4BEBA5081CFF374B00673FDF /* AppDelegate.swift */,
4BEBA50A1CFF374B00673FDF /* Assets.xcassets */,
4BEBA50C1CFF374B00673FDF /* MainMenu.xib */,
4BEBA50F1CFF374B00673FDF /* Info.plist */,
4BEBA54E1CFF79A400673FDF /* Bridge.h */,
2016-06-04 10:51:57 +03:00
4B2A2BF11D02B5920074CE9A /* NeoVimUi.h */,
1929BA276498323B951A8AB8 /* NeoVimUiImpl.swift */,
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>";
};
4BEBA5281CFF3DFF00673FDF /* NeoVimXpc */ = {
isa = PBXGroup;
children = (
4BEBA6611D0014A400673FDF /* nvim */,
4BEBA6621D00157A00673FDF /* runtime */,
4BEBA5371CFF5E4100673FDF /* libs */,
4BEBA5291CFF3DFF00673FDF /* NeoVimXpc.h */,
4BEBA52A1CFF3DFF00673FDF /* NeoVimXpcImpl.h */,
4BEBA52B1CFF3DFF00673FDF /* NeoVimXpcImpl.m */,
4BEBA52D1CFF3DFF00673FDF /* main.m */,
4BEBA52F1CFF3DFF00673FDF /* Info.plist */,
);
path = NeoVimXpc;
sourceTree = "<group>";
};
4BEBA5371CFF5E4100673FDF /* libs */ = {
isa = PBXGroup;
children = (
4BEBA53A1CFF5EA500673FDF /* libjemalloc_pic.a */,
4BEBA53B1CFF5EA500673FDF /* libjemalloc.a */,
4BEBA53C1CFF5EA500673FDF /* libluajit-5.1.a */,
4BEBA53D1CFF5EA500673FDF /* libluv.a */,
4BEBA53E1CFF5EA500673FDF /* libmsgpack.a */,
4BEBA5411CFF5EA500673FDF /* libuv.a */,
4BEBA5421CFF5EA500673FDF /* libvterm.a */,
4BEBA5381CFF5E5D00673FDF /* libnvim.a */,
);
name = libs;
sourceTree = "<group>";
};
2016-06-03 23:13:59 +03:00
/* End PBXGroup section */
/* Begin PBXNativeTarget section */
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 */,
4BEBA5361CFF3DFF00673FDF /* Embed XPC Services */,
2016-06-04 00:45:15 +03:00
4B2A2BF01D02261F0074CE9A /* Embed Frameworks */,
2016-06-03 23:13:59 +03:00
);
buildRules = (
);
dependencies = (
4BEBA5311CFF3DFF00673FDF /* 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";
};
4BEBA5261CFF3DFF00673FDF /* NeoVimXpc */ = {
isa = PBXNativeTarget;
buildConfigurationList = 4BEBA5331CFF3DFF00673FDF /* Build configuration list for PBXNativeTarget "NeoVimXpc" */;
buildPhases = (
4B2A2BBA1D00C7200074CE9A /* ShellScript */,
4BEBA5231CFF3DFF00673FDF /* Sources */,
4BEBA5241CFF3DFF00673FDF /* Frameworks */,
4BEBA5251CFF3DFF00673FDF /* Resources */,
);
buildRules = (
);
dependencies = (
);
name = NeoVimXpc;
productName = NeoVimXpc;
productReference = 4BEBA5271CFF3DFF00673FDF /* NeoVimXpc.xpc */;
productType = "com.apple.product-type.xpc-service";
};
2016-06-03 23:13:59 +03:00
/* 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 = {
4BEBA5041CFF374B00673FDF = {
2016-06-03 23:13:59 +03:00
CreatedOnToolsVersion = 7.3.1;
};
4BEBA5131CFF374B00673FDF = {
CreatedOnToolsVersion = 7.3.1;
TestTargetID = 4BEBA5041CFF374B00673FDF;
};
4BEBA5261CFF3DFF00673FDF = {
2016-06-03 23:13:59 +03:00
CreatedOnToolsVersion = 7.3.1;
};
};
};
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 */,
4BEBA5261CFF3DFF00673FDF /* NeoVimXpc */,
2016-06-03 23:13:59 +03:00
);
};
/* End PBXProject section */
/* Begin PBXResourcesBuildPhase section */
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;
};
4BEBA5251CFF3DFF00673FDF /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
4BEBA6631D00157A00673FDF /* runtime in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
2016-06-03 23:13:59 +03:00
/* End PBXResourcesBuildPhase section */
/* Begin PBXShellScriptBuildPhase section */
4B2A2BBA1D00C7200074CE9A /* ShellScript */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
);
inputPaths = (
);
outputPaths = (
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "pushd neovim\nmake libnvim\npopd";
};
/* End PBXShellScriptBuildPhase section */
2016-06-03 23:13:59 +03:00
/* Begin PBXSourcesBuildPhase section */
4BEBA5011CFF374B00673FDF /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
4BEBA5091CFF374B00673FDF /* AppDelegate.swift in Sources */,
2016-06-04 10:51:57 +03:00
1929B263CBB457B110C7DDAA /* NeoVimUiImpl.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;
};
4BEBA5231CFF3DFF00673FDF /* Sources */ = {
2016-06-03 23:13:59 +03:00
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
4BEBA52E1CFF3DFF00673FDF /* main.m in Sources */,
4BEBA52C1CFF3DFF00673FDF /* NeoVimXpcImpl.m in Sources */,
2016-06-03 23:13:59 +03:00
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXSourcesBuildPhase section */
/* Begin PBXTargetDependency section */
4BEBA5161CFF374B00673FDF /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
target = 4BEBA5041CFF374B00673FDF /* nvox */;
targetProxy = 4BEBA5151CFF374B00673FDF /* PBXContainerItemProxy */;
};
4BEBA5311CFF3DFF00673FDF /* PBXTargetDependency */ = {
2016-06-03 23:13:59 +03:00
isa = PBXTargetDependency;
target = 4BEBA5261CFF3DFF00673FDF /* NeoVimXpc */;
targetProxy = 4BEBA5301CFF3DFF00673FDF /* 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 */
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;
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;
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;
};
4BEBA5341CFF3DFF00673FDF /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
COMBINE_HIDPI_IMAGES = YES;
GCC_PREPROCESSOR_DEFINITIONS = (
"DEBUG=1",
"$(inherited)",
"INCLUDE_GENERATED_DECLARATIONS=1",
"CUSTOM_UI=1",
);
HEADER_SEARCH_PATHS = (
neovim/build/include,
neovim/src,
neovim/.deps/usr/include,
);
INFOPLIST_FILE = NeoVimXpc/Info.plist;
LIBRARY_SEARCH_PATHS = (
"$(inherited)",
"$(PROJECT_DIR)/neovim/build/lib",
"$(PROJECT_DIR)/neovim/.deps/usr/lib",
);
OTHER_LDFLAGS = (
/usr/local/opt/gettext/lib/libintl.a,
"-liconv",
);
PRODUCT_BUNDLE_IDENTIFIER = com.qvacua.nvox.xpc;
PRODUCT_NAME = "$(TARGET_NAME)";
SKIP_INSTALL = YES;
};
name = Debug;
};
4BEBA5351CFF3DFF00673FDF /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
COMBINE_HIDPI_IMAGES = YES;
GCC_PREPROCESSOR_DEFINITIONS = (
"INCLUDE_GENERATED_DECLARATIONS=1",
"CUSTOM_UI=1",
);
HEADER_SEARCH_PATHS = (
neovim/build/include,
neovim/src,
neovim/.deps/usr/include,
);
INFOPLIST_FILE = NeoVimXpc/Info.plist;
LIBRARY_SEARCH_PATHS = (
"$(inherited)",
"$(PROJECT_DIR)/neovim/build/lib",
"$(PROJECT_DIR)/neovim/.deps/usr/lib",
);
OTHER_LDFLAGS = (
/usr/local/opt/gettext/lib/libintl.a,
"-liconv",
);
PRODUCT_BUNDLE_IDENTIFIER = com.qvacua.nvox.xpc;
PRODUCT_NAME = "$(TARGET_NAME)";
SKIP_INSTALL = YES;
};
name = Release;
};
2016-06-03 23:13:59 +03:00
/* End XCBuildConfiguration section */
/* Begin XCConfigurationList section */
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;
};
4BEBA5331CFF3DFF00673FDF /* Build configuration list for PBXNativeTarget "NeoVimXpc" */ = {
isa = XCConfigurationList;
buildConfigurations = (
4BEBA5341CFF3DFF00673FDF /* Debug */,
4BEBA5351CFF3DFF00673FDF /* Release */,
);
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
}