forked from jasder/antlr
584 lines
24 KiB
Plaintext
584 lines
24 KiB
Plaintext
// !$*UTF8*$!
|
|
{
|
|
archiveVersion = 1;
|
|
classes = {
|
|
};
|
|
objectVersion = 46;
|
|
objects = {
|
|
|
|
/* Begin PBXBuildFile section */
|
|
270925AC1CDB427200522D32 /* antlrcpp.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 270925A71CDB409400522D32 /* antlrcpp.dylib */; };
|
|
270925AF1CDB428A00522D32 /* libantlrcpp_static.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 270925A91CDB409400522D32 /* libantlrcpp_static.a */; };
|
|
270925B11CDB455B00522D32 /* TLexer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 27A23EA11CC2A8D60036D8A3 /* TLexer.cpp */; };
|
|
2747A7131CA6C46C0030247B /* InputHandlingTests.mm in Sources */ = {isa = PBXBuildFile; fileRef = 2747A7121CA6C46C0030247B /* InputHandlingTests.mm */; };
|
|
274FC6D91CA96B6C008D4374 /* MiscClassTests.mm in Sources */ = {isa = PBXBuildFile; fileRef = 274FC6D81CA96B6C008D4374 /* MiscClassTests.mm */; };
|
|
27C66A6A1C9591280021E494 /* main.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 27C66A691C9591280021E494 /* main.cpp */; };
|
|
27C6E1801C972FFC0079AF06 /* TParser.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 27C6E1741C972FFC0079AF06 /* TParser.cpp */; };
|
|
27C6E1811C972FFC0079AF06 /* TParserBaseListener.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 27C6E1771C972FFC0079AF06 /* TParserBaseListener.cpp */; };
|
|
27C6E1821C972FFC0079AF06 /* TParserBaseVisitor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 27C6E1791C972FFC0079AF06 /* TParserBaseVisitor.cpp */; };
|
|
27C6E1831C972FFC0079AF06 /* TParserListener.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 27C6E17B1C972FFC0079AF06 /* TParserListener.cpp */; };
|
|
27C6E1841C972FFC0079AF06 /* TParserVisitor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 27C6E17D1C972FFC0079AF06 /* TParserVisitor.cpp */; };
|
|
37F1356D1B4AC02800E0CACF /* antlrcpp_Tests.mm in Sources */ = {isa = PBXBuildFile; fileRef = 37F1356C1B4AC02800E0CACF /* antlrcpp_Tests.mm */; };
|
|
/* End PBXBuildFile section */
|
|
|
|
/* Begin PBXContainerItemProxy section */
|
|
270925A61CDB409400522D32 /* PBXContainerItemProxy */ = {
|
|
isa = PBXContainerItemProxy;
|
|
containerPortal = 270925A11CDB409400522D32 /* antlrcpp.xcodeproj */;
|
|
proxyType = 2;
|
|
remoteGlobalIDString = 37D727AA1867AF1E007B6D10;
|
|
remoteInfo = antlrcpp;
|
|
};
|
|
270925A81CDB409400522D32 /* PBXContainerItemProxy */ = {
|
|
isa = PBXContainerItemProxy;
|
|
containerPortal = 270925A11CDB409400522D32 /* antlrcpp.xcodeproj */;
|
|
proxyType = 2;
|
|
remoteGlobalIDString = 37C147171B4D5A04008EDDDB;
|
|
remoteInfo = antlrcpp_static;
|
|
};
|
|
270925AA1CDB426900522D32 /* PBXContainerItemProxy */ = {
|
|
isa = PBXContainerItemProxy;
|
|
containerPortal = 270925A11CDB409400522D32 /* antlrcpp.xcodeproj */;
|
|
proxyType = 1;
|
|
remoteGlobalIDString = 37D727A91867AF1E007B6D10;
|
|
remoteInfo = antlrcpp;
|
|
};
|
|
270925AD1CDB428400522D32 /* PBXContainerItemProxy */ = {
|
|
isa = PBXContainerItemProxy;
|
|
containerPortal = 270925A11CDB409400522D32 /* antlrcpp.xcodeproj */;
|
|
proxyType = 1;
|
|
remoteGlobalIDString = 37C147161B4D5A04008EDDDB;
|
|
remoteInfo = antlrcpp_static;
|
|
};
|
|
273DC2BC1CDB619900DB7B2B /* PBXContainerItemProxy */ = {
|
|
isa = PBXContainerItemProxy;
|
|
containerPortal = 270925A11CDB409400522D32 /* antlrcpp.xcodeproj */;
|
|
proxyType = 2;
|
|
remoteGlobalIDString = 270C67F01CDB4F1E00116E17;
|
|
remoteInfo = antlrcpp_ios;
|
|
};
|
|
/* End PBXContainerItemProxy section */
|
|
|
|
/* Begin PBXCopyFilesBuildPhase section */
|
|
27C66A651C9591280021E494 /* CopyFiles */ = {
|
|
isa = PBXCopyFilesBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
dstPath = /usr/share/man/man1/;
|
|
dstSubfolderSpec = 0;
|
|
files = (
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 1;
|
|
};
|
|
/* End PBXCopyFilesBuildPhase section */
|
|
|
|
/* Begin PBXFileReference section */
|
|
270925A11CDB409400522D32 /* antlrcpp.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = antlrcpp.xcodeproj; path = ../../runtime/antlrcpp.xcodeproj; sourceTree = "<group>"; };
|
|
2747A7121CA6C46C0030247B /* InputHandlingTests.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = InputHandlingTests.mm; sourceTree = "<group>"; wrapsLines = 0; };
|
|
274FC6D81CA96B6C008D4374 /* MiscClassTests.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = MiscClassTests.mm; sourceTree = "<group>"; wrapsLines = 0; };
|
|
27874F1D1CCB7A0700AF1C53 /* CoreFoundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreFoundation.framework; path = System/Library/Frameworks/CoreFoundation.framework; sourceTree = SDKROOT; };
|
|
27A23EA11CC2A8D60036D8A3 /* TLexer.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = TLexer.cpp; path = ../generated/TLexer.cpp; sourceTree = "<group>"; wrapsLines = 0; };
|
|
27A23EA21CC2A8D60036D8A3 /* TLexer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = TLexer.h; path = ../generated/TLexer.h; sourceTree = "<group>"; };
|
|
27C66A671C9591280021E494 /* antlr4-cpp-demo */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = "antlr4-cpp-demo"; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
27C66A691C9591280021E494 /* main.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = main.cpp; sourceTree = "<group>"; wrapsLines = 0; };
|
|
27C66A731C9592400021E494 /* TLexer.g4 */ = {isa = PBXFileReference; lastKnownFileType = text; name = TLexer.g4; path = ../../TLexer.g4; sourceTree = "<group>"; };
|
|
27C66A741C9592400021E494 /* TParser.g4 */ = {isa = PBXFileReference; lastKnownFileType = text; name = TParser.g4; path = ../../TParser.g4; sourceTree = "<group>"; };
|
|
27C6E1741C972FFC0079AF06 /* TParser.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = TParser.cpp; path = ../generated/TParser.cpp; sourceTree = "<group>"; wrapsLines = 0; };
|
|
27C6E1751C972FFC0079AF06 /* TParser.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = TParser.h; path = ../generated/TParser.h; sourceTree = "<group>"; wrapsLines = 0; };
|
|
27C6E1771C972FFC0079AF06 /* TParserBaseListener.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = TParserBaseListener.cpp; path = ../generated/TParserBaseListener.cpp; sourceTree = "<group>"; };
|
|
27C6E1781C972FFC0079AF06 /* TParserBaseListener.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = TParserBaseListener.h; path = ../generated/TParserBaseListener.h; sourceTree = "<group>"; };
|
|
27C6E1791C972FFC0079AF06 /* TParserBaseVisitor.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = TParserBaseVisitor.cpp; path = ../generated/TParserBaseVisitor.cpp; sourceTree = "<group>"; };
|
|
27C6E17B1C972FFC0079AF06 /* TParserListener.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = TParserListener.cpp; path = ../generated/TParserListener.cpp; sourceTree = "<group>"; };
|
|
27C6E17C1C972FFC0079AF06 /* TParserListener.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = TParserListener.h; path = ../generated/TParserListener.h; sourceTree = "<group>"; };
|
|
27C6E17D1C972FFC0079AF06 /* TParserVisitor.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = TParserVisitor.cpp; path = ../generated/TParserVisitor.cpp; sourceTree = "<group>"; };
|
|
27C6E1851C97322F0079AF06 /* TParserBaseVisitor.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = TParserBaseVisitor.h; path = ../generated/TParserBaseVisitor.h; sourceTree = "<group>"; wrapsLines = 0; };
|
|
27C6E1861C97322F0079AF06 /* TParserVisitor.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = TParserVisitor.h; path = ../generated/TParserVisitor.h; sourceTree = "<group>"; };
|
|
37F135681B4AC02800E0CACF /* antlrcpp Tests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = "antlrcpp Tests.xctest"; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
37F1356B1B4AC02800E0CACF /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
|
|
37F1356C1B4AC02800E0CACF /* antlrcpp_Tests.mm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.objcpp; path = antlrcpp_Tests.mm; sourceTree = "<group>"; };
|
|
/* End PBXFileReference section */
|
|
|
|
/* Begin PBXFrameworksBuildPhase section */
|
|
27C66A641C9591280021E494 /* Frameworks */ = {
|
|
isa = PBXFrameworksBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
270925AC1CDB427200522D32 /* antlrcpp.dylib in Frameworks */,
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
37F135651B4AC02800E0CACF /* Frameworks */ = {
|
|
isa = PBXFrameworksBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
270925AF1CDB428A00522D32 /* libantlrcpp_static.a in Frameworks */,
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
/* End PBXFrameworksBuildPhase section */
|
|
|
|
/* Begin PBXGroup section */
|
|
270925A21CDB409400522D32 /* Products */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
270925A71CDB409400522D32 /* antlrcpp.dylib */,
|
|
270925A91CDB409400522D32 /* libantlrcpp_static.a */,
|
|
273DC2BD1CDB619900DB7B2B /* antlrcpp_ios.framework */,
|
|
);
|
|
name = Products;
|
|
sourceTree = "<group>";
|
|
};
|
|
27874F221CCBB34200AF1C53 /* Linked Frameworks */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
27874F1D1CCB7A0700AF1C53 /* CoreFoundation.framework */,
|
|
);
|
|
name = "Linked Frameworks";
|
|
sourceTree = "<group>";
|
|
};
|
|
27C66A5C1C958EB50021E494 /* generated */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
27A23EA11CC2A8D60036D8A3 /* TLexer.cpp */,
|
|
27A23EA21CC2A8D60036D8A3 /* TLexer.h */,
|
|
27C6E1741C972FFC0079AF06 /* TParser.cpp */,
|
|
27C6E1751C972FFC0079AF06 /* TParser.h */,
|
|
27C6E1771C972FFC0079AF06 /* TParserBaseListener.cpp */,
|
|
27C6E1781C972FFC0079AF06 /* TParserBaseListener.h */,
|
|
27C6E1791C972FFC0079AF06 /* TParserBaseVisitor.cpp */,
|
|
27C6E1851C97322F0079AF06 /* TParserBaseVisitor.h */,
|
|
27C6E17B1C972FFC0079AF06 /* TParserListener.cpp */,
|
|
27C6E17C1C972FFC0079AF06 /* TParserListener.h */,
|
|
27C6E17D1C972FFC0079AF06 /* TParserVisitor.cpp */,
|
|
27C6E1861C97322F0079AF06 /* TParserVisitor.h */,
|
|
);
|
|
name = generated;
|
|
sourceTree = "<group>";
|
|
};
|
|
27C66A681C9591280021E494 /* antlr4-cpp-demo */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
27C66A691C9591280021E494 /* main.cpp */,
|
|
27C66A731C9592400021E494 /* TLexer.g4 */,
|
|
27C66A741C9592400021E494 /* TParser.g4 */,
|
|
);
|
|
path = "antlr4-cpp-demo";
|
|
sourceTree = "<group>";
|
|
};
|
|
37D727A11867AF1E007B6D10 = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
270925A11CDB409400522D32 /* antlrcpp.xcodeproj */,
|
|
27C66A681C9591280021E494 /* antlr4-cpp-demo */,
|
|
37F135691B4AC02800E0CACF /* antlrcpp Tests */,
|
|
27C66A5C1C958EB50021E494 /* generated */,
|
|
27874F221CCBB34200AF1C53 /* Linked Frameworks */,
|
|
37D727AB1867AF1E007B6D10 /* Products */,
|
|
);
|
|
sourceTree = "<group>";
|
|
};
|
|
37D727AB1867AF1E007B6D10 /* Products */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
37F135681B4AC02800E0CACF /* antlrcpp Tests.xctest */,
|
|
27C66A671C9591280021E494 /* antlr4-cpp-demo */,
|
|
);
|
|
name = Products;
|
|
sourceTree = "<group>";
|
|
};
|
|
37F135691B4AC02800E0CACF /* antlrcpp Tests */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
37F1356A1B4AC02800E0CACF /* Supporting Files */,
|
|
37F1356C1B4AC02800E0CACF /* antlrcpp_Tests.mm */,
|
|
2747A7121CA6C46C0030247B /* InputHandlingTests.mm */,
|
|
274FC6D81CA96B6C008D4374 /* MiscClassTests.mm */,
|
|
);
|
|
path = "antlrcpp Tests";
|
|
sourceTree = "<group>";
|
|
};
|
|
37F1356A1B4AC02800E0CACF /* Supporting Files */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
37F1356B1B4AC02800E0CACF /* Info.plist */,
|
|
);
|
|
name = "Supporting Files";
|
|
sourceTree = "<group>";
|
|
};
|
|
/* End PBXGroup section */
|
|
|
|
/* Begin PBXNativeTarget section */
|
|
27C66A661C9591280021E494 /* antlr4-cpp-demo */ = {
|
|
isa = PBXNativeTarget;
|
|
buildConfigurationList = 27C66A6B1C9591280021E494 /* Build configuration list for PBXNativeTarget "antlr4-cpp-demo" */;
|
|
buildPhases = (
|
|
27C66A721C9591EF0021E494 /* Generate Parser */,
|
|
27C66A631C9591280021E494 /* Sources */,
|
|
27C66A641C9591280021E494 /* Frameworks */,
|
|
27C66A651C9591280021E494 /* CopyFiles */,
|
|
);
|
|
buildRules = (
|
|
);
|
|
dependencies = (
|
|
270925AB1CDB426900522D32 /* PBXTargetDependency */,
|
|
);
|
|
name = "antlr4-cpp-demo";
|
|
productName = "antlr4-cpp-demo";
|
|
productReference = 27C66A671C9591280021E494 /* antlr4-cpp-demo */;
|
|
productType = "com.apple.product-type.tool";
|
|
};
|
|
37F135671B4AC02800E0CACF /* antlrcpp Tests */ = {
|
|
isa = PBXNativeTarget;
|
|
buildConfigurationList = 37F135731B4AC02800E0CACF /* Build configuration list for PBXNativeTarget "antlrcpp Tests" */;
|
|
buildPhases = (
|
|
37F135641B4AC02800E0CACF /* Sources */,
|
|
37F135651B4AC02800E0CACF /* Frameworks */,
|
|
37F135661B4AC02800E0CACF /* Resources */,
|
|
);
|
|
buildRules = (
|
|
);
|
|
dependencies = (
|
|
270925AE1CDB428400522D32 /* PBXTargetDependency */,
|
|
);
|
|
name = "antlrcpp Tests";
|
|
productName = "antlrcpp Tests";
|
|
productReference = 37F135681B4AC02800E0CACF /* antlrcpp Tests.xctest */;
|
|
productType = "com.apple.product-type.bundle.unit-test";
|
|
};
|
|
/* End PBXNativeTarget section */
|
|
|
|
/* Begin PBXProject section */
|
|
37D727A21867AF1E007B6D10 /* Project object */ = {
|
|
isa = PBXProject;
|
|
attributes = {
|
|
LastUpgradeCheck = 0730;
|
|
ORGANIZATIONNAME = "Dan McLaughlin";
|
|
TargetAttributes = {
|
|
27C66A661C9591280021E494 = {
|
|
CreatedOnToolsVersion = 7.2.1;
|
|
};
|
|
37F135671B4AC02800E0CACF = {
|
|
CreatedOnToolsVersion = 6.3.2;
|
|
};
|
|
};
|
|
};
|
|
buildConfigurationList = 37D727A51867AF1E007B6D10 /* Build configuration list for PBXProject "antlrcpp-demo" */;
|
|
compatibilityVersion = "Xcode 3.2";
|
|
developmentRegion = English;
|
|
hasScannedForEncodings = 0;
|
|
knownRegions = (
|
|
en,
|
|
);
|
|
mainGroup = 37D727A11867AF1E007B6D10;
|
|
productRefGroup = 37D727AB1867AF1E007B6D10 /* Products */;
|
|
projectDirPath = "";
|
|
projectReferences = (
|
|
{
|
|
ProductGroup = 270925A21CDB409400522D32 /* Products */;
|
|
ProjectRef = 270925A11CDB409400522D32 /* antlrcpp.xcodeproj */;
|
|
},
|
|
);
|
|
projectRoot = "";
|
|
targets = (
|
|
37F135671B4AC02800E0CACF /* antlrcpp Tests */,
|
|
27C66A661C9591280021E494 /* antlr4-cpp-demo */,
|
|
);
|
|
};
|
|
/* End PBXProject section */
|
|
|
|
/* Begin PBXReferenceProxy section */
|
|
270925A71CDB409400522D32 /* antlrcpp.dylib */ = {
|
|
isa = PBXReferenceProxy;
|
|
fileType = "compiled.mach-o.dylib";
|
|
path = antlrcpp.dylib;
|
|
remoteRef = 270925A61CDB409400522D32 /* PBXContainerItemProxy */;
|
|
sourceTree = BUILT_PRODUCTS_DIR;
|
|
};
|
|
270925A91CDB409400522D32 /* libantlrcpp_static.a */ = {
|
|
isa = PBXReferenceProxy;
|
|
fileType = archive.ar;
|
|
path = libantlrcpp_static.a;
|
|
remoteRef = 270925A81CDB409400522D32 /* PBXContainerItemProxy */;
|
|
sourceTree = BUILT_PRODUCTS_DIR;
|
|
};
|
|
273DC2BD1CDB619900DB7B2B /* antlrcpp_ios.framework */ = {
|
|
isa = PBXReferenceProxy;
|
|
fileType = wrapper.framework;
|
|
path = antlrcpp_ios.framework;
|
|
remoteRef = 273DC2BC1CDB619900DB7B2B /* PBXContainerItemProxy */;
|
|
sourceTree = BUILT_PRODUCTS_DIR;
|
|
};
|
|
/* End PBXReferenceProxy section */
|
|
|
|
/* Begin PBXResourcesBuildPhase section */
|
|
37F135661B4AC02800E0CACF /* Resources */ = {
|
|
isa = PBXResourcesBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
/* End PBXResourcesBuildPhase section */
|
|
|
|
/* Begin PBXShellScriptBuildPhase section */
|
|
27C66A721C9591EF0021E494 /* Generate Parser */ = {
|
|
isa = PBXShellScriptBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
);
|
|
inputPaths = (
|
|
);
|
|
name = "Generate Parser";
|
|
outputPaths = (
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
shellPath = /bin/sh;
|
|
shellScript = "pushd ..\nif [ TParser.g4 -nt generated/TParser.cpp -o TLexer.g4 -nt generated/TLexer.cpp ]; then\n./generate.sh;\nfi\npopd";
|
|
showEnvVarsInLog = 0;
|
|
};
|
|
/* End PBXShellScriptBuildPhase section */
|
|
|
|
/* Begin PBXSourcesBuildPhase section */
|
|
27C66A631C9591280021E494 /* Sources */ = {
|
|
isa = PBXSourcesBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
27C66A6A1C9591280021E494 /* main.cpp in Sources */,
|
|
27C6E1821C972FFC0079AF06 /* TParserBaseVisitor.cpp in Sources */,
|
|
270925B11CDB455B00522D32 /* TLexer.cpp in Sources */,
|
|
27C6E1831C972FFC0079AF06 /* TParserListener.cpp in Sources */,
|
|
27C6E1811C972FFC0079AF06 /* TParserBaseListener.cpp in Sources */,
|
|
27C6E1841C972FFC0079AF06 /* TParserVisitor.cpp in Sources */,
|
|
27C6E1801C972FFC0079AF06 /* TParser.cpp in Sources */,
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
37F135641B4AC02800E0CACF /* Sources */ = {
|
|
isa = PBXSourcesBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
37F1356D1B4AC02800E0CACF /* antlrcpp_Tests.mm in Sources */,
|
|
2747A7131CA6C46C0030247B /* InputHandlingTests.mm in Sources */,
|
|
274FC6D91CA96B6C008D4374 /* MiscClassTests.mm in Sources */,
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
/* End PBXSourcesBuildPhase section */
|
|
|
|
/* Begin PBXTargetDependency section */
|
|
270925AB1CDB426900522D32 /* PBXTargetDependency */ = {
|
|
isa = PBXTargetDependency;
|
|
name = antlrcpp;
|
|
targetProxy = 270925AA1CDB426900522D32 /* PBXContainerItemProxy */;
|
|
};
|
|
270925AE1CDB428400522D32 /* PBXTargetDependency */ = {
|
|
isa = PBXTargetDependency;
|
|
name = antlrcpp_static;
|
|
targetProxy = 270925AD1CDB428400522D32 /* PBXContainerItemProxy */;
|
|
};
|
|
/* End PBXTargetDependency section */
|
|
|
|
/* Begin XCBuildConfiguration section */
|
|
27C66A6C1C9591280021E494 /* Debug */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
CLANG_ENABLE_MODULES = YES;
|
|
CLANG_WARN_UNREACHABLE_CODE = YES;
|
|
CODE_SIGN_IDENTITY = "-";
|
|
DEBUG_INFORMATION_FORMAT = dwarf;
|
|
ENABLE_STRICT_OBJC_MSGSEND = YES;
|
|
GCC_NO_COMMON_BLOCKS = YES;
|
|
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
|
|
MTL_ENABLE_DEBUG_INFO = YES;
|
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
};
|
|
name = Debug;
|
|
};
|
|
27C66A6D1C9591280021E494 /* Release */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
CLANG_ENABLE_MODULES = YES;
|
|
CLANG_WARN_UNREACHABLE_CODE = YES;
|
|
CODE_SIGN_IDENTITY = "-";
|
|
COPY_PHASE_STRIP = NO;
|
|
ENABLE_STRICT_OBJC_MSGSEND = YES;
|
|
GCC_NO_COMMON_BLOCKS = YES;
|
|
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
|
|
MTL_ENABLE_DEBUG_INFO = NO;
|
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
};
|
|
name = Release;
|
|
};
|
|
37D727B51867AF1E007B6D10 /* Debug */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
ALWAYS_SEARCH_USER_PATHS = NO;
|
|
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
|
|
CLANG_CXX_LIBRARY = "libc++";
|
|
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__DUPLICATE_METHOD_MATCH = YES;
|
|
COPY_PHASE_STRIP = NO;
|
|
ENABLE_TESTABILITY = YES;
|
|
GCC_C_LANGUAGE_STANDARD = gnu99;
|
|
GCC_DYNAMIC_NO_PIC = NO;
|
|
GCC_ENABLE_OBJC_EXCEPTIONS = YES;
|
|
GCC_OPTIMIZATION_LEVEL = 0;
|
|
GCC_PREPROCESSOR_DEFINITIONS = (
|
|
"DEBUG=1",
|
|
"$(inherited)",
|
|
);
|
|
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
|
|
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
|
|
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
|
|
GCC_WARN_SIGN_COMPARE = YES;
|
|
GCC_WARN_UNDECLARED_SELECTOR = YES;
|
|
GCC_WARN_UNINITIALIZED_AUTOS = YES;
|
|
GCC_WARN_UNUSED_FUNCTION = YES;
|
|
GCC_WARN_UNUSED_PARAMETER = YES;
|
|
GCC_WARN_UNUSED_VARIABLE = YES;
|
|
HEADER_SEARCH_PATHS = (
|
|
../../runtime/src/tree/pattern,
|
|
../../runtime/src/tree,
|
|
../../runtime/src/support,
|
|
../../runtime/src/misc,
|
|
../../runtime/src/dfa,
|
|
../../runtime/src/atn,
|
|
../../runtime/src,
|
|
);
|
|
MACOSX_DEPLOYMENT_TARGET = 10.9;
|
|
ONLY_ACTIVE_ARCH = YES;
|
|
SDKROOT = macosx;
|
|
};
|
|
name = Debug;
|
|
};
|
|
37D727B61867AF1E007B6D10 /* Release */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
ALWAYS_SEARCH_USER_PATHS = NO;
|
|
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
|
|
CLANG_CXX_LIBRARY = "libc++";
|
|
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__DUPLICATE_METHOD_MATCH = YES;
|
|
COPY_PHASE_STRIP = YES;
|
|
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
|
|
ENABLE_NS_ASSERTIONS = NO;
|
|
GCC_C_LANGUAGE_STANDARD = gnu99;
|
|
GCC_ENABLE_OBJC_EXCEPTIONS = YES;
|
|
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
|
|
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
|
|
GCC_WARN_SIGN_COMPARE = YES;
|
|
GCC_WARN_UNDECLARED_SELECTOR = YES;
|
|
GCC_WARN_UNINITIALIZED_AUTOS = YES;
|
|
GCC_WARN_UNUSED_FUNCTION = YES;
|
|
GCC_WARN_UNUSED_PARAMETER = YES;
|
|
GCC_WARN_UNUSED_VARIABLE = YES;
|
|
HEADER_SEARCH_PATHS = (
|
|
../../runtime/src/tree/pattern,
|
|
../../runtime/src/tree,
|
|
../../runtime/src/support,
|
|
../../runtime/src/misc,
|
|
../../runtime/src/dfa,
|
|
../../runtime/src/atn,
|
|
../../runtime/src,
|
|
);
|
|
MACOSX_DEPLOYMENT_TARGET = 10.9;
|
|
SDKROOT = macosx;
|
|
};
|
|
name = Release;
|
|
};
|
|
37F135711B4AC02800E0CACF /* Debug */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
CLANG_ENABLE_MODULES = YES;
|
|
CLANG_WARN_UNREACHABLE_CODE = YES;
|
|
COMBINE_HIDPI_IMAGES = YES;
|
|
DEBUG_INFORMATION_FORMAT = dwarf;
|
|
ENABLE_STRICT_OBJC_MSGSEND = YES;
|
|
FRAMEWORK_SEARCH_PATHS = (
|
|
"$(DEVELOPER_FRAMEWORKS_DIR)",
|
|
"$(inherited)",
|
|
);
|
|
GCC_NO_COMMON_BLOCKS = YES;
|
|
GCC_PREPROCESSOR_DEFINITIONS = (
|
|
"DEBUG=1",
|
|
"$(inherited)",
|
|
);
|
|
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
|
|
INFOPLIST_FILE = "antlrcpp Tests/Info.plist";
|
|
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/../Frameworks";
|
|
MTL_ENABLE_DEBUG_INFO = YES;
|
|
PRODUCT_BUNDLE_IDENTIFIER = "com.antlr.$(PRODUCT_NAME:rfc1034identifier)";
|
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
};
|
|
name = Debug;
|
|
};
|
|
37F135721B4AC02800E0CACF /* Release */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
CLANG_ENABLE_MODULES = YES;
|
|
CLANG_WARN_UNREACHABLE_CODE = YES;
|
|
COMBINE_HIDPI_IMAGES = YES;
|
|
COPY_PHASE_STRIP = NO;
|
|
ENABLE_STRICT_OBJC_MSGSEND = YES;
|
|
FRAMEWORK_SEARCH_PATHS = (
|
|
"$(DEVELOPER_FRAMEWORKS_DIR)",
|
|
"$(inherited)",
|
|
);
|
|
GCC_NO_COMMON_BLOCKS = YES;
|
|
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
|
|
INFOPLIST_FILE = "antlrcpp Tests/Info.plist";
|
|
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/../Frameworks";
|
|
MTL_ENABLE_DEBUG_INFO = NO;
|
|
PRODUCT_BUNDLE_IDENTIFIER = "com.antlr.$(PRODUCT_NAME:rfc1034identifier)";
|
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
};
|
|
name = Release;
|
|
};
|
|
/* End XCBuildConfiguration section */
|
|
|
|
/* Begin XCConfigurationList section */
|
|
27C66A6B1C9591280021E494 /* Build configuration list for PBXNativeTarget "antlr4-cpp-demo" */ = {
|
|
isa = XCConfigurationList;
|
|
buildConfigurations = (
|
|
27C66A6C1C9591280021E494 /* Debug */,
|
|
27C66A6D1C9591280021E494 /* Release */,
|
|
);
|
|
defaultConfigurationIsVisible = 0;
|
|
defaultConfigurationName = Release;
|
|
};
|
|
37D727A51867AF1E007B6D10 /* Build configuration list for PBXProject "antlrcpp-demo" */ = {
|
|
isa = XCConfigurationList;
|
|
buildConfigurations = (
|
|
37D727B51867AF1E007B6D10 /* Debug */,
|
|
37D727B61867AF1E007B6D10 /* Release */,
|
|
);
|
|
defaultConfigurationIsVisible = 0;
|
|
defaultConfigurationName = Release;
|
|
};
|
|
37F135731B4AC02800E0CACF /* Build configuration list for PBXNativeTarget "antlrcpp Tests" */ = {
|
|
isa = XCConfigurationList;
|
|
buildConfigurations = (
|
|
37F135711B4AC02800E0CACF /* Debug */,
|
|
37F135721B4AC02800E0CACF /* Release */,
|
|
);
|
|
defaultConfigurationIsVisible = 0;
|
|
defaultConfigurationName = Release;
|
|
};
|
|
/* End XCConfigurationList section */
|
|
};
|
|
rootObject = 37D727A21867AF1E007B6D10 /* Project object */;
|
|
}
|