Repo created
This commit is contained in:
parent
4af19165ec
commit
68073add76
12458 changed files with 12350765 additions and 2 deletions
322
xcode/openlr/openlr.xcodeproj/project.pbxproj
Normal file
322
xcode/openlr/openlr.xcodeproj/project.pbxproj
Normal file
|
|
@ -0,0 +1,322 @@
|
|||
// !$*UTF8*$!
|
||||
{
|
||||
archiveVersion = 1;
|
||||
classes = {
|
||||
};
|
||||
objectVersion = 54;
|
||||
objects = {
|
||||
|
||||
/* Begin PBXBuildFile section */
|
||||
56B1DDC2225E04A100F88086 /* graph.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 56B1DDAF225E04A000F88086 /* graph.hpp */; };
|
||||
56B1DDC3225E04A100F88086 /* score_types.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 56B1DDB0225E04A000F88086 /* score_types.hpp */; };
|
||||
56B1DDC4225E04A100F88086 /* graph.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 56B1DDB1225E04A000F88086 /* graph.cpp */; };
|
||||
56B1DDC5225E04A100F88086 /* candidate_paths_getter.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 56B1DDB2225E04A000F88086 /* candidate_paths_getter.cpp */; };
|
||||
56B1DDC6225E04A100F88086 /* paths_connector.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 56B1DDB3225E04A000F88086 /* paths_connector.hpp */; };
|
||||
56B1DDC7225E04A100F88086 /* score_candidate_paths_getter.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 56B1DDB4225E04A000F88086 /* score_candidate_paths_getter.hpp */; };
|
||||
56B1DDC8225E04A100F88086 /* candidate_points_getter.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 56B1DDB5225E04A100F88086 /* candidate_points_getter.hpp */; };
|
||||
56B1DDC9225E04A100F88086 /* candidate_paths_getter.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 56B1DDB6225E04A100F88086 /* candidate_paths_getter.hpp */; };
|
||||
56B1DDCA225E04A100F88086 /* candidate_points_getter.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 56B1DDB7225E04A100F88086 /* candidate_points_getter.cpp */; };
|
||||
56B1DDCB225E04A100F88086 /* paths_connector.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 56B1DDB8225E04A100F88086 /* paths_connector.cpp */; };
|
||||
56B1DDCC225E04A100F88086 /* helpers.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 56B1DDB9225E04A100F88086 /* helpers.cpp */; };
|
||||
56B1DDCD225E04A100F88086 /* score_candidate_points_getter.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 56B1DDBA225E04A100F88086 /* score_candidate_points_getter.cpp */; };
|
||||
56B1DDCE225E04A100F88086 /* score_candidate_points_getter.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 56B1DDBB225E04A100F88086 /* score_candidate_points_getter.hpp */; };
|
||||
56B1DDCF225E04A100F88086 /* score_paths_connector.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 56B1DDBC225E04A100F88086 /* score_paths_connector.cpp */; };
|
||||
56B1DDD0225E04A100F88086 /* score_paths_connector.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 56B1DDBD225E04A100F88086 /* score_paths_connector.hpp */; };
|
||||
56B1DDD1225E04A100F88086 /* cache_line_size.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 56B1DDBE225E04A100F88086 /* cache_line_size.hpp */; };
|
||||
56B1DDD2225E04A100F88086 /* stats.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 56B1DDBF225E04A100F88086 /* stats.hpp */; };
|
||||
56B1DDD3225E04A100F88086 /* score_candidate_paths_getter.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 56B1DDC0225E04A100F88086 /* score_candidate_paths_getter.cpp */; };
|
||||
56B1DDD4225E04A100F88086 /* helpers.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 56B1DDC1225E04A100F88086 /* helpers.hpp */; };
|
||||
671E79101E6A502200B2859B /* openlr_model.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 671E79011E6A502200B2859B /* openlr_model.cpp */; };
|
||||
671E79111E6A502200B2859B /* openlr_model.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 671E79021E6A502200B2859B /* openlr_model.hpp */; };
|
||||
671E79181E6A502200B2859B /* road_info_getter.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 671E79091E6A502200B2859B /* road_info_getter.cpp */; };
|
||||
671E79191E6A502200B2859B /* road_info_getter.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 671E790A1E6A502200B2859B /* road_info_getter.hpp */; };
|
||||
671E791C1E6A502200B2859B /* router.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 671E790D1E6A502200B2859B /* router.cpp */; };
|
||||
671E791D1E6A502200B2859B /* router.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 671E790E1E6A502200B2859B /* router.hpp */; };
|
||||
671E791E1E6A502200B2859B /* way_point.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 671E790F1E6A502200B2859B /* way_point.hpp */; };
|
||||
E92EE0821F98E8EC00B57D20 /* openlr_model_xml.hpp in Headers */ = {isa = PBXBuildFile; fileRef = E92EE07C1F98E8EA00B57D20 /* openlr_model_xml.hpp */; };
|
||||
E92EE0831F98E8EC00B57D20 /* decoded_path.hpp in Headers */ = {isa = PBXBuildFile; fileRef = E92EE07D1F98E8EB00B57D20 /* decoded_path.hpp */; };
|
||||
E92EE0841F98E8EC00B57D20 /* decoded_path.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E92EE07E1F98E8EB00B57D20 /* decoded_path.cpp */; };
|
||||
E92EE0851F98E8EC00B57D20 /* openlr_decoder.hpp in Headers */ = {isa = PBXBuildFile; fileRef = E92EE07F1F98E8EB00B57D20 /* openlr_decoder.hpp */; };
|
||||
E92EE0861F98E8EC00B57D20 /* openlr_model_xml.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E92EE0801F98E8EB00B57D20 /* openlr_model_xml.cpp */; };
|
||||
E92EE0871F98E8EC00B57D20 /* openlr_decoder.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E92EE0811F98E8EC00B57D20 /* openlr_decoder.cpp */; };
|
||||
/* End PBXBuildFile section */
|
||||
|
||||
/* Begin PBXFileReference section */
|
||||
56B1DDAF225E04A000F88086 /* graph.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = graph.hpp; sourceTree = "<group>"; };
|
||||
56B1DDB0225E04A000F88086 /* score_types.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = score_types.hpp; sourceTree = "<group>"; };
|
||||
56B1DDB1225E04A000F88086 /* graph.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = graph.cpp; sourceTree = "<group>"; };
|
||||
56B1DDB2225E04A000F88086 /* candidate_paths_getter.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = candidate_paths_getter.cpp; sourceTree = "<group>"; };
|
||||
56B1DDB3225E04A000F88086 /* paths_connector.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = paths_connector.hpp; sourceTree = "<group>"; };
|
||||
56B1DDB4225E04A000F88086 /* score_candidate_paths_getter.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = score_candidate_paths_getter.hpp; sourceTree = "<group>"; };
|
||||
56B1DDB5225E04A100F88086 /* candidate_points_getter.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = candidate_points_getter.hpp; sourceTree = "<group>"; };
|
||||
56B1DDB6225E04A100F88086 /* candidate_paths_getter.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = candidate_paths_getter.hpp; sourceTree = "<group>"; };
|
||||
56B1DDB7225E04A100F88086 /* candidate_points_getter.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = candidate_points_getter.cpp; sourceTree = "<group>"; };
|
||||
56B1DDB8225E04A100F88086 /* paths_connector.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = paths_connector.cpp; sourceTree = "<group>"; };
|
||||
56B1DDB9225E04A100F88086 /* helpers.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = helpers.cpp; sourceTree = "<group>"; };
|
||||
56B1DDBA225E04A100F88086 /* score_candidate_points_getter.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = score_candidate_points_getter.cpp; sourceTree = "<group>"; };
|
||||
56B1DDBB225E04A100F88086 /* score_candidate_points_getter.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = score_candidate_points_getter.hpp; sourceTree = "<group>"; };
|
||||
56B1DDBC225E04A100F88086 /* score_paths_connector.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = score_paths_connector.cpp; sourceTree = "<group>"; };
|
||||
56B1DDBD225E04A100F88086 /* score_paths_connector.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = score_paths_connector.hpp; sourceTree = "<group>"; };
|
||||
56B1DDBE225E04A100F88086 /* cache_line_size.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = cache_line_size.hpp; sourceTree = "<group>"; };
|
||||
56B1DDBF225E04A100F88086 /* stats.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = stats.hpp; sourceTree = "<group>"; };
|
||||
56B1DDC0225E04A100F88086 /* score_candidate_paths_getter.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = score_candidate_paths_getter.cpp; sourceTree = "<group>"; };
|
||||
56B1DDC1225E04A100F88086 /* helpers.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = helpers.hpp; sourceTree = "<group>"; };
|
||||
671E78F31E6A4FE400B2859B /* libopenlr.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libopenlr.a; sourceTree = BUILT_PRODUCTS_DIR; };
|
||||
671E79011E6A502200B2859B /* openlr_model.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = openlr_model.cpp; sourceTree = "<group>"; };
|
||||
671E79021E6A502200B2859B /* openlr_model.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = openlr_model.hpp; sourceTree = "<group>"; };
|
||||
671E79091E6A502200B2859B /* road_info_getter.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = road_info_getter.cpp; sourceTree = "<group>"; };
|
||||
671E790A1E6A502200B2859B /* road_info_getter.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = road_info_getter.hpp; sourceTree = "<group>"; };
|
||||
671E790D1E6A502200B2859B /* router.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = router.cpp; sourceTree = "<group>"; };
|
||||
671E790E1E6A502200B2859B /* router.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = router.hpp; sourceTree = "<group>"; };
|
||||
671E790F1E6A502200B2859B /* way_point.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = way_point.hpp; sourceTree = "<group>"; };
|
||||
671E791F1E6A503F00B2859B /* common-debug.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; name = "common-debug.xcconfig"; path = "../common-debug.xcconfig"; sourceTree = "<group>"; };
|
||||
671E79201E6A503F00B2859B /* common-release.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; name = "common-release.xcconfig"; path = "../common-release.xcconfig"; sourceTree = "<group>"; };
|
||||
E92EE07C1F98E8EA00B57D20 /* openlr_model_xml.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = openlr_model_xml.hpp; sourceTree = "<group>"; };
|
||||
E92EE07D1F98E8EB00B57D20 /* decoded_path.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = decoded_path.hpp; sourceTree = "<group>"; };
|
||||
E92EE07E1F98E8EB00B57D20 /* decoded_path.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = decoded_path.cpp; sourceTree = "<group>"; };
|
||||
E92EE07F1F98E8EB00B57D20 /* openlr_decoder.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = openlr_decoder.hpp; sourceTree = "<group>"; };
|
||||
E92EE0801F98E8EB00B57D20 /* openlr_model_xml.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = openlr_model_xml.cpp; sourceTree = "<group>"; };
|
||||
E92EE0811F98E8EC00B57D20 /* openlr_decoder.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = openlr_decoder.cpp; sourceTree = "<group>"; };
|
||||
/* End PBXFileReference section */
|
||||
|
||||
/* Begin PBXFrameworksBuildPhase section */
|
||||
671E78F01E6A4FE400B2859B /* Frameworks */ = {
|
||||
isa = PBXFrameworksBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
/* End PBXFrameworksBuildPhase section */
|
||||
|
||||
/* Begin PBXGroup section */
|
||||
671E78EA1E6A4FE400B2859B = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
671E791F1E6A503F00B2859B /* common-debug.xcconfig */,
|
||||
671E79201E6A503F00B2859B /* common-release.xcconfig */,
|
||||
671E78F51E6A4FE400B2859B /* openlr */,
|
||||
671E78F41E6A4FE400B2859B /* Products */,
|
||||
);
|
||||
indentWidth = 2;
|
||||
sourceTree = "<group>";
|
||||
tabWidth = 2;
|
||||
};
|
||||
671E78F41E6A4FE400B2859B /* Products */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
671E78F31E6A4FE400B2859B /* libopenlr.a */,
|
||||
);
|
||||
name = Products;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
671E78F51E6A4FE400B2859B /* openlr */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
56B1DDBE225E04A100F88086 /* cache_line_size.hpp */,
|
||||
56B1DDB2225E04A000F88086 /* candidate_paths_getter.cpp */,
|
||||
56B1DDB6225E04A100F88086 /* candidate_paths_getter.hpp */,
|
||||
56B1DDB7225E04A100F88086 /* candidate_points_getter.cpp */,
|
||||
56B1DDB5225E04A100F88086 /* candidate_points_getter.hpp */,
|
||||
56B1DDB1225E04A000F88086 /* graph.cpp */,
|
||||
56B1DDAF225E04A000F88086 /* graph.hpp */,
|
||||
56B1DDB9225E04A100F88086 /* helpers.cpp */,
|
||||
56B1DDC1225E04A100F88086 /* helpers.hpp */,
|
||||
56B1DDB8225E04A100F88086 /* paths_connector.cpp */,
|
||||
56B1DDB3225E04A000F88086 /* paths_connector.hpp */,
|
||||
56B1DDC0225E04A100F88086 /* score_candidate_paths_getter.cpp */,
|
||||
56B1DDB4225E04A000F88086 /* score_candidate_paths_getter.hpp */,
|
||||
56B1DDBA225E04A100F88086 /* score_candidate_points_getter.cpp */,
|
||||
56B1DDBB225E04A100F88086 /* score_candidate_points_getter.hpp */,
|
||||
56B1DDBC225E04A100F88086 /* score_paths_connector.cpp */,
|
||||
56B1DDBD225E04A100F88086 /* score_paths_connector.hpp */,
|
||||
56B1DDB0225E04A000F88086 /* score_types.hpp */,
|
||||
56B1DDBF225E04A100F88086 /* stats.hpp */,
|
||||
E92EE07E1F98E8EB00B57D20 /* decoded_path.cpp */,
|
||||
E92EE07D1F98E8EB00B57D20 /* decoded_path.hpp */,
|
||||
E92EE0811F98E8EC00B57D20 /* openlr_decoder.cpp */,
|
||||
E92EE07F1F98E8EB00B57D20 /* openlr_decoder.hpp */,
|
||||
E92EE0801F98E8EB00B57D20 /* openlr_model_xml.cpp */,
|
||||
E92EE07C1F98E8EA00B57D20 /* openlr_model_xml.hpp */,
|
||||
671E79011E6A502200B2859B /* openlr_model.cpp */,
|
||||
671E79021E6A502200B2859B /* openlr_model.hpp */,
|
||||
671E79091E6A502200B2859B /* road_info_getter.cpp */,
|
||||
671E790A1E6A502200B2859B /* road_info_getter.hpp */,
|
||||
671E790D1E6A502200B2859B /* router.cpp */,
|
||||
671E790E1E6A502200B2859B /* router.hpp */,
|
||||
671E790F1E6A502200B2859B /* way_point.hpp */,
|
||||
);
|
||||
name = openlr;
|
||||
path = ../../tools/openlr;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
/* End PBXGroup section */
|
||||
|
||||
/* Begin PBXHeadersBuildPhase section */
|
||||
671E78F11E6A4FE400B2859B /* Headers */ = {
|
||||
isa = PBXHeadersBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
671E791D1E6A502200B2859B /* router.hpp in Headers */,
|
||||
56B1DDC6225E04A100F88086 /* paths_connector.hpp in Headers */,
|
||||
56B1DDC7225E04A100F88086 /* score_candidate_paths_getter.hpp in Headers */,
|
||||
56B1DDC3225E04A100F88086 /* score_types.hpp in Headers */,
|
||||
56B1DDC2225E04A100F88086 /* graph.hpp in Headers */,
|
||||
E92EE0821F98E8EC00B57D20 /* openlr_model_xml.hpp in Headers */,
|
||||
671E79111E6A502200B2859B /* openlr_model.hpp in Headers */,
|
||||
671E79191E6A502200B2859B /* road_info_getter.hpp in Headers */,
|
||||
56B1DDD2225E04A100F88086 /* stats.hpp in Headers */,
|
||||
56B1DDD0225E04A100F88086 /* score_paths_connector.hpp in Headers */,
|
||||
56B1DDD4225E04A100F88086 /* helpers.hpp in Headers */,
|
||||
56B1DDC8225E04A100F88086 /* candidate_points_getter.hpp in Headers */,
|
||||
E92EE0851F98E8EC00B57D20 /* openlr_decoder.hpp in Headers */,
|
||||
E92EE0831F98E8EC00B57D20 /* decoded_path.hpp in Headers */,
|
||||
56B1DDC9225E04A100F88086 /* candidate_paths_getter.hpp in Headers */,
|
||||
671E791E1E6A502200B2859B /* way_point.hpp in Headers */,
|
||||
56B1DDD1225E04A100F88086 /* cache_line_size.hpp in Headers */,
|
||||
56B1DDCE225E04A100F88086 /* score_candidate_points_getter.hpp in Headers */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
/* End PBXHeadersBuildPhase section */
|
||||
|
||||
/* Begin PBXNativeTarget section */
|
||||
671E78F21E6A4FE400B2859B /* openlr */ = {
|
||||
isa = PBXNativeTarget;
|
||||
buildConfigurationList = 671E78FE1E6A4FE400B2859B /* Build configuration list for PBXNativeTarget "openlr" */;
|
||||
buildPhases = (
|
||||
671E78EF1E6A4FE400B2859B /* Sources */,
|
||||
671E78F01E6A4FE400B2859B /* Frameworks */,
|
||||
671E78F11E6A4FE400B2859B /* Headers */,
|
||||
);
|
||||
buildRules = (
|
||||
);
|
||||
dependencies = (
|
||||
);
|
||||
name = openlr;
|
||||
productName = openlr;
|
||||
productReference = 671E78F31E6A4FE400B2859B /* libopenlr.a */;
|
||||
productType = "com.apple.product-type.library.static";
|
||||
};
|
||||
/* End PBXNativeTarget section */
|
||||
|
||||
/* Begin PBXProject section */
|
||||
671E78EB1E6A4FE400B2859B /* Project object */ = {
|
||||
isa = PBXProject;
|
||||
attributes = {
|
||||
BuildIndependentTargetsInParallel = YES;
|
||||
DefaultBuildSystemTypeForWorkspace = Latest;
|
||||
LastUpgradeCheck = 1640;
|
||||
TargetAttributes = {
|
||||
671E78F21E6A4FE400B2859B = {
|
||||
CreatedOnToolsVersion = 8.2.1;
|
||||
ProvisioningStyle = Automatic;
|
||||
};
|
||||
};
|
||||
};
|
||||
buildConfigurationList = 671E78EE1E6A4FE400B2859B /* Build configuration list for PBXProject "openlr" */;
|
||||
compatibilityVersion = "Xcode 12.0";
|
||||
developmentRegion = en;
|
||||
hasScannedForEncodings = 0;
|
||||
knownRegions = (
|
||||
en,
|
||||
Base,
|
||||
);
|
||||
mainGroup = 671E78EA1E6A4FE400B2859B;
|
||||
productRefGroup = 671E78F41E6A4FE400B2859B /* Products */;
|
||||
projectDirPath = "";
|
||||
projectRoot = "";
|
||||
targets = (
|
||||
671E78F21E6A4FE400B2859B /* openlr */,
|
||||
);
|
||||
};
|
||||
/* End PBXProject section */
|
||||
|
||||
/* Begin PBXSourcesBuildPhase section */
|
||||
671E78EF1E6A4FE400B2859B /* Sources */ = {
|
||||
isa = PBXSourcesBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
56B1DDCF225E04A100F88086 /* score_paths_connector.cpp in Sources */,
|
||||
56B1DDCD225E04A100F88086 /* score_candidate_points_getter.cpp in Sources */,
|
||||
56B1DDD3225E04A100F88086 /* score_candidate_paths_getter.cpp in Sources */,
|
||||
671E79101E6A502200B2859B /* openlr_model.cpp in Sources */,
|
||||
56B1DDCC225E04A100F88086 /* helpers.cpp in Sources */,
|
||||
56B1DDC5225E04A100F88086 /* candidate_paths_getter.cpp in Sources */,
|
||||
56B1DDCA225E04A100F88086 /* candidate_points_getter.cpp in Sources */,
|
||||
E92EE0861F98E8EC00B57D20 /* openlr_model_xml.cpp in Sources */,
|
||||
E92EE0841F98E8EC00B57D20 /* decoded_path.cpp in Sources */,
|
||||
671E79181E6A502200B2859B /* road_info_getter.cpp in Sources */,
|
||||
56B1DDCB225E04A100F88086 /* paths_connector.cpp in Sources */,
|
||||
671E791C1E6A502200B2859B /* router.cpp in Sources */,
|
||||
E92EE0871F98E8EC00B57D20 /* openlr_decoder.cpp in Sources */,
|
||||
56B1DDC4225E04A100F88086 /* graph.cpp in Sources */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
/* End PBXSourcesBuildPhase section */
|
||||
|
||||
/* Begin XCBuildConfiguration section */
|
||||
671E78FC1E6A4FE400B2859B /* Debug */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
baseConfigurationReference = 671E791F1E6A503F00B2859B /* common-debug.xcconfig */;
|
||||
buildSettings = {
|
||||
HEADER_SEARCH_PATHS = (
|
||||
"$(inherited)",
|
||||
"$(OMIM_ROOT)/3party/pugixml/pugixml/src",
|
||||
);
|
||||
};
|
||||
name = Debug;
|
||||
};
|
||||
671E78FD1E6A4FE400B2859B /* Release */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
baseConfigurationReference = 671E79201E6A503F00B2859B /* common-release.xcconfig */;
|
||||
buildSettings = {
|
||||
HEADER_SEARCH_PATHS = (
|
||||
"$(inherited)",
|
||||
"$(OMIM_ROOT)/3party/pugixml/pugixml/src",
|
||||
);
|
||||
};
|
||||
name = Release;
|
||||
};
|
||||
671E78FF1E6A4FE400B2859B /* Debug */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
EXECUTABLE_PREFIX = lib;
|
||||
PRODUCT_NAME = "$(TARGET_NAME)";
|
||||
};
|
||||
name = Debug;
|
||||
};
|
||||
671E79001E6A4FE400B2859B /* Release */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
EXECUTABLE_PREFIX = lib;
|
||||
PRODUCT_NAME = "$(TARGET_NAME)";
|
||||
};
|
||||
name = Release;
|
||||
};
|
||||
/* End XCBuildConfiguration section */
|
||||
|
||||
/* Begin XCConfigurationList section */
|
||||
671E78EE1E6A4FE400B2859B /* Build configuration list for PBXProject "openlr" */ = {
|
||||
isa = XCConfigurationList;
|
||||
buildConfigurations = (
|
||||
671E78FC1E6A4FE400B2859B /* Debug */,
|
||||
671E78FD1E6A4FE400B2859B /* Release */,
|
||||
);
|
||||
defaultConfigurationIsVisible = 0;
|
||||
defaultConfigurationName = Release;
|
||||
};
|
||||
671E78FE1E6A4FE400B2859B /* Build configuration list for PBXNativeTarget "openlr" */ = {
|
||||
isa = XCConfigurationList;
|
||||
buildConfigurations = (
|
||||
671E78FF1E6A4FE400B2859B /* Debug */,
|
||||
671E79001E6A4FE400B2859B /* Release */,
|
||||
);
|
||||
defaultConfigurationIsVisible = 0;
|
||||
defaultConfigurationName = Release;
|
||||
};
|
||||
/* End XCConfigurationList section */
|
||||
};
|
||||
rootObject = 671E78EB1E6A4FE400B2859B /* Project object */;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue