mirror of
https://codeberg.org/comaps/comaps
synced 2025-12-19 04:53:36 +00:00
committed by
Konstantin Pastbin
parent
c9cbb64f12
commit
76ffc99abd
@@ -405,8 +405,8 @@
|
||||
567E9F731F5850460064CB96 /* bicycle_turn_test.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = bicycle_turn_test.cpp; sourceTree = "<group>"; };
|
||||
567E9F741F5850460064CB96 /* turn_test.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = turn_test.cpp; sourceTree = "<group>"; };
|
||||
567E9F7A1F58506B0064CB96 /* street_names_test.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = street_names_test.cpp; sourceTree = "<group>"; };
|
||||
567F81922154D6FF0093C25B /* city_roads.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = city_roads.cpp; path = ../../routing/city_roads.cpp; sourceTree = "<group>"; };
|
||||
567F81932154D6FF0093C25B /* city_roads.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = city_roads.hpp; path = ../../routing/city_roads.hpp; sourceTree = "<group>"; };
|
||||
567F81922154D6FF0093C25B /* city_roads.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = city_roads.cpp; sourceTree = "<group>"; };
|
||||
567F81932154D6FF0093C25B /* city_roads.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = city_roads.hpp; sourceTree = "<group>"; };
|
||||
568194731F03A32400450EC3 /* road_access_test.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = road_access_test.cpp; sourceTree = "<group>"; };
|
||||
568194741F03A32400450EC3 /* routing_helpers_tests.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = routing_helpers_tests.cpp; sourceTree = "<group>"; };
|
||||
5694723F2418C8220013CD21 /* car_directions.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = car_directions.hpp; sourceTree = "<group>"; };
|
||||
@@ -462,7 +462,7 @@
|
||||
6742ACB51C68A0B1009CB89E /* turns_generator_test.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = turns_generator_test.cpp; sourceTree = "<group>"; };
|
||||
6742ACB61C68A0B1009CB89E /* turns_sound_test.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; lineEnding = 0; path = turns_sound_test.cpp; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.cpp; };
|
||||
6742ACB71C68A0B1009CB89E /* turns_tts_text_tests.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; lineEnding = 0; path = turns_tts_text_tests.cpp; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.cpp; };
|
||||
6742ACDE1C68A13F009CB89E /* testingmain.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = testingmain.cpp; path = ../../testing/testingmain.cpp; sourceTree = "<group>"; };
|
||||
6742ACDE1C68A13F009CB89E /* testingmain.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = testingmain.cpp; path = ../../../libs/testing/testingmain.cpp; sourceTree = "<group>"; };
|
||||
6742AD0E1C68A91B009CB89E /* routing_tests.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = routing_tests.app; sourceTree = BUILT_PRODUCTS_DIR; };
|
||||
6742AD531C68BB14009CB89E /* classificator.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = classificator.txt; sourceTree = "<group>"; };
|
||||
6742AD551C68C7C1009CB89E /* types.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = types.txt; sourceTree = "<group>"; };
|
||||
@@ -635,7 +635,7 @@
|
||||
440BE38422AFB31100C548FB /* world_graph_builder.hpp */,
|
||||
);
|
||||
name = routing_tests;
|
||||
path = ../../routing/routing_tests;
|
||||
path = ../../libs/routing/routing_tests;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
6742AD511C68BAEE009CB89E /* Resources */ = {
|
||||
@@ -659,8 +659,6 @@
|
||||
675343EF1A3F640D00A0A8C3 = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
567F81922154D6FF0093C25B /* city_roads.cpp */,
|
||||
567F81932154D6FF0093C25B /* city_roads.hpp */,
|
||||
34F558351DBF2A2600A4FC11 /* common-debug.xcconfig */,
|
||||
34F558361DBF2A2600A4FC11 /* common-release.xcconfig */,
|
||||
675343FA1A3F640D00A0A8C3 /* routing */,
|
||||
@@ -688,178 +686,180 @@
|
||||
675343FA1A3F640D00A0A8C3 /* routing */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
44642D2C29CDA44700F8813A /* ruler_router.cpp */,
|
||||
44642D2B29CDA44600F8813A /* ruler_router.hpp */,
|
||||
ACAE44A327426EDB0054DD15 /* junction_visitor.cpp */,
|
||||
D549BEBC25765CFB009131F2 /* absent_regions_finder.cpp */,
|
||||
D549BEBA25765CFA009131F2 /* absent_regions_finder.hpp */,
|
||||
D549BEBC25765CFB009131F2 /* absent_regions_finder.cpp */,
|
||||
44A95C6F225F6A4F00C22F4F /* astar_graph.hpp */,
|
||||
674F9BBA1B0A580E00704FFA /* async_router.cpp */,
|
||||
674F9BBB1B0A580E00704FFA /* async_router.hpp */,
|
||||
674F9BBA1B0A580E00704FFA /* async_router.cpp */,
|
||||
671F58BA1B874EA20032311E /* base */,
|
||||
569472402418C8220013CD21 /* car_directions.cpp */,
|
||||
5694723F2418C8220013CD21 /* car_directions.hpp */,
|
||||
5670595B1F3AF97F0062672D /* checkpoint_predictor.cpp */,
|
||||
569472402418C8220013CD21 /* car_directions.cpp */,
|
||||
5670595C1F3AF97F0062672D /* checkpoint_predictor.hpp */,
|
||||
0CF709351F05172200D5067E /* checkpoints.cpp */,
|
||||
5670595B1F3AF97F0062672D /* checkpoint_predictor.cpp */,
|
||||
0C15B8011F02A61B0058E253 /* checkpoints.hpp */,
|
||||
0CF709351F05172200D5067E /* checkpoints.cpp */,
|
||||
567F81932154D6FF0093C25B /* city_roads.hpp */,
|
||||
567F81922154D6FF0093C25B /* city_roads.cpp */,
|
||||
56473D72214825B4007E6FBA /* city_roads_serialization.hpp */,
|
||||
0C62BFE51E8ADC3100055A79 /* coding.hpp */,
|
||||
D57834BE2562ED5F0020A420 /* cross_border_graph.cpp */,
|
||||
D57834BF2562ED5F0020A420 /* cross_border_graph.hpp */,
|
||||
0C5F5D1D1E798B0400307B98 /* cross_mwm_connector_serialization.hpp */,
|
||||
0C5F5D1E1E798B0400307B98 /* cross_mwm_connector.cpp */,
|
||||
D57834BE2562ED5F0020A420 /* cross_border_graph.cpp */,
|
||||
0C5F5D1F1E798B0400307B98 /* cross_mwm_connector.hpp */,
|
||||
56C439241E93BF8C00998E29 /* cross_mwm_graph.cpp */,
|
||||
0C5F5D1E1E798B0400307B98 /* cross_mwm_connector.cpp */,
|
||||
0C5F5D1D1E798B0400307B98 /* cross_mwm_connector_serialization.hpp */,
|
||||
56C439251E93BF8C00998E29 /* cross_mwm_graph.hpp */,
|
||||
56C439241E93BF8C00998E29 /* cross_mwm_graph.cpp */,
|
||||
56FA20461FBF23A90045DE78 /* cross_mwm_ids.hpp */,
|
||||
56CC5A361E3884960016AC46 /* cross_mwm_index_graph.hpp */,
|
||||
D5C9497B2525C855001E45E2 /* directions_engine_helpers.cpp */,
|
||||
D5C9497A2525C854001E45E2 /* directions_engine_helpers.hpp */,
|
||||
D52EF20125260E1500DFEB57 /* directions_engine.cpp */,
|
||||
670EE56E1B664796001E8064 /* directions_engine.hpp */,
|
||||
D52EF20125260E1500DFEB57 /* directions_engine.cpp */,
|
||||
D5C9497A2525C854001E45E2 /* directions_engine_helpers.hpp */,
|
||||
D5C9497B2525C855001E45E2 /* directions_engine_helpers.cpp */,
|
||||
D549BEB825765CFA009131F2 /* dummy_world_graph.hpp */,
|
||||
0C5FEC521DDE191E0017688C /* edge_estimator.cpp */,
|
||||
0C5FEC531DDE191E0017688C /* edge_estimator.hpp */,
|
||||
0C5FEC521DDE191E0017688C /* edge_estimator.cpp */,
|
||||
40C227FD1F61C07C0046696C /* fake_edges_container.hpp */,
|
||||
40C645141F8D167E002E05A0 /* fake_ending.cpp */,
|
||||
40C645151F8D167E002E05A0 /* fake_ending.hpp */,
|
||||
40C645141F8D167E002E05A0 /* fake_ending.cpp */,
|
||||
40655E731F8BA46B0065305E /* fake_feature_ids.hpp */,
|
||||
D51A9C13242E379C00F750F8 /* fake_graph.cpp */,
|
||||
405F48E81F75231E005BA81A /* fake_graph.hpp */,
|
||||
D51A9C13242E379C00F750F8 /* fake_graph.cpp */,
|
||||
40576F771F7A788B000B593B /* fake_vertex.hpp */,
|
||||
674F9BBC1B0A580E00704FFA /* features_road_graph.cpp */,
|
||||
674F9BBD1B0A580E00704FFA /* features_road_graph.hpp */,
|
||||
674F9BBC1B0A580E00704FFA /* features_road_graph.cpp */,
|
||||
560A273A233BB18900B20E8F /* following_info.hpp */,
|
||||
0C5FEC561DDE192A0017688C /* geometry.cpp */,
|
||||
0C5FEC571DDE192A0017688C /* geometry.hpp */,
|
||||
D526BA76241FC5580076E0B0 /* guides_connections.cpp */,
|
||||
0C5FEC561DDE192A0017688C /* geometry.cpp */,
|
||||
D526BA77241FC5580076E0B0 /* guides_connections.hpp */,
|
||||
D526BA75241FC5580076E0B0 /* guides_graph.cpp */,
|
||||
D526BA76241FC5580076E0B0 /* guides_connections.cpp */,
|
||||
D526BA78241FC5580076E0B0 /* guides_graph.hpp */,
|
||||
0C090C7F1E4E274000D52AFD /* index_graph_loader.cpp */,
|
||||
0C090C801E4E274000D52AFD /* index_graph_loader.hpp */,
|
||||
0C08AA321DF83223004195DD /* index_graph_serialization.cpp */,
|
||||
0C08AA331DF83223004195DD /* index_graph_serialization.hpp */,
|
||||
4408A63921F1E7F0008171B8 /* index_graph_starter_joints.hpp */,
|
||||
0C0DF91F1DE898B70055A22F /* index_graph_starter.cpp */,
|
||||
0C0DF9201DE898B70055A22F /* index_graph_starter.hpp */,
|
||||
0C5FEC581DDE192A0017688C /* index_graph.cpp */,
|
||||
D526BA75241FC5580076E0B0 /* guides_graph.cpp */,
|
||||
0C5FEC591DDE192A0017688C /* index_graph.hpp */,
|
||||
0C5BC9CF1E28FD4E0071BFDD /* index_road_graph.cpp */,
|
||||
0C5FEC581DDE192A0017688C /* index_graph.cpp */,
|
||||
0C090C801E4E274000D52AFD /* index_graph_loader.hpp */,
|
||||
0C090C7F1E4E274000D52AFD /* index_graph_loader.cpp */,
|
||||
0C08AA331DF83223004195DD /* index_graph_serialization.hpp */,
|
||||
0C08AA321DF83223004195DD /* index_graph_serialization.cpp */,
|
||||
0C0DF9201DE898B70055A22F /* index_graph_starter.hpp */,
|
||||
0C0DF91F1DE898B70055A22F /* index_graph_starter.cpp */,
|
||||
4408A63921F1E7F0008171B8 /* index_graph_starter_joints.hpp */,
|
||||
0C5BC9D01E28FD4E0071BFDD /* index_road_graph.hpp */,
|
||||
0C12ED211E5C822A0080D0F4 /* index_router.cpp */,
|
||||
0C5BC9CF1E28FD4E0071BFDD /* index_road_graph.cpp */,
|
||||
0C12ED221E5C822A0080D0F4 /* index_router.hpp */,
|
||||
0C5FEC5A1DDE192A0017688C /* joint_index.cpp */,
|
||||
0C5FEC5B1DDE192A0017688C /* joint_index.hpp */,
|
||||
4408A63A21F1E7F0008171B8 /* joint_segment.cpp */,
|
||||
4408A63821F1E7F0008171B8 /* joint_segment.hpp */,
|
||||
0C5FEC5C1DDE192A0017688C /* joint.cpp */,
|
||||
0C12ED211E5C822A0080D0F4 /* index_router.cpp */,
|
||||
0C5FEC5D1DDE192A0017688C /* joint.hpp */,
|
||||
0C5FEC5C1DDE192A0017688C /* joint.cpp */,
|
||||
0C5FEC5B1DDE192A0017688C /* joint_index.hpp */,
|
||||
0C5FEC5A1DDE192A0017688C /* joint_index.cpp */,
|
||||
4408A63821F1E7F0008171B8 /* joint_segment.hpp */,
|
||||
4408A63A21F1E7F0008171B8 /* joint_segment.cpp */,
|
||||
56DAC2C72398F3C8000BC50D /* junction_visitor.hpp */,
|
||||
44F4EDC523A78C2D005254C4 /* latlon_with_altitude.cpp */,
|
||||
ACAE44A327426EDB0054DD15 /* junction_visitor.cpp */,
|
||||
44F4EDC623A78C2E005254C4 /* latlon_with_altitude.hpp */,
|
||||
4433A8E823993BD200E1350B /* leaps_graph.cpp */,
|
||||
44F4EDC523A78C2D005254C4 /* latlon_with_altitude.cpp */,
|
||||
4433A8EA23993BD700E1350B /* leaps_graph.hpp */,
|
||||
4443DC3522789793000C8E32 /* leaps_postprocessor.cpp */,
|
||||
4433A8E823993BD200E1350B /* leaps_graph.cpp */,
|
||||
4443DC3622789793000C8E32 /* leaps_postprocessor.hpp */,
|
||||
4443DC3522789793000C8E32 /* leaps_postprocessor.cpp */,
|
||||
56099E251CC7C97D00A7772A /* loaded_path_segment.hpp */,
|
||||
56FEAA6D219E8A610073DF5F /* maxspeeds_serialization.cpp */,
|
||||
56FEAA6C219E8A600073DF5F /* maxspeeds_serialization.hpp */,
|
||||
5631B667219B125C009F47D4 /* maxspeeds.cpp */,
|
||||
5631B668219B125C009F47D4 /* maxspeeds.hpp */,
|
||||
D5481E4D24BF4F70008FB1D8 /* mwm_hierarchy_handler.cpp */,
|
||||
5631B667219B125C009F47D4 /* maxspeeds.cpp */,
|
||||
56FEAA6C219E8A600073DF5F /* maxspeeds_serialization.hpp */,
|
||||
56FEAA6D219E8A610073DF5F /* maxspeeds_serialization.cpp */,
|
||||
D5481E4C24BF4F70008FB1D8 /* mwm_hierarchy_handler.hpp */,
|
||||
670D049C1B0B4A970013A7AC /* nearest_edge_finder.cpp */,
|
||||
D5481E4D24BF4F70008FB1D8 /* mwm_hierarchy_handler.cpp */,
|
||||
670D049D1B0B4A970013A7AC /* nearest_edge_finder.hpp */,
|
||||
44B284C523F5A21300A3FBB7 /* opening_hours_serdes.cpp */,
|
||||
670D049C1B0B4A970013A7AC /* nearest_edge_finder.cpp */,
|
||||
44B284C623F5A21300A3FBB7 /* opening_hours_serdes.hpp */,
|
||||
670EE56F1B664796001E8064 /* pedestrian_directions.cpp */,
|
||||
44B284C523F5A21300A3FBB7 /* opening_hours_serdes.cpp */,
|
||||
670EE5701B664796001E8064 /* pedestrian_directions.hpp */,
|
||||
56CBED5422E9CE2600D51AF7 /* position_accumulator.cpp */,
|
||||
670EE56F1B664796001E8064 /* pedestrian_directions.cpp */,
|
||||
56CBED5322E9CE2500D51AF7 /* position_accumulator.hpp */,
|
||||
D549BEB925765CFA009131F2 /* regions_router.cpp */,
|
||||
56CBED5422E9CE2600D51AF7 /* position_accumulator.cpp */,
|
||||
D549BEB725765CFA009131F2 /* regions_router.hpp */,
|
||||
D549BEBB25765CFA009131F2 /* regions_sparse_graph.cpp */,
|
||||
D549BEB925765CFA009131F2 /* regions_router.cpp */,
|
||||
D549BEB625765CFA009131F2 /* regions_sparse_graph.hpp */,
|
||||
67C79B9F1E2CEE1400C40034 /* restriction_loader.cpp */,
|
||||
D549BEBB25765CFA009131F2 /* regions_sparse_graph.cpp */,
|
||||
67C79BA01E2CEE1400C40034 /* restriction_loader.hpp */,
|
||||
349D1CDE1E3F589900A878FD /* restrictions_serialization.cpp */,
|
||||
67C79B9F1E2CEE1400C40034 /* restriction_loader.cpp */,
|
||||
349D1CDF1E3F589900A878FD /* restrictions_serialization.hpp */,
|
||||
4432C5B524067E6700C9E445 /* road_access_serialization.cpp */,
|
||||
5694CEC61EBA25F7004576D3 /* road_access_serialization.hpp */,
|
||||
5694CEC71EBA25F7004576D3 /* road_access.cpp */,
|
||||
349D1CDE1E3F589900A878FD /* restrictions_serialization.cpp */,
|
||||
5694CEC81EBA25F7004576D3 /* road_access.hpp */,
|
||||
674F9BC41B0A580E00704FFA /* road_graph.cpp */,
|
||||
5694CEC71EBA25F7004576D3 /* road_access.cpp */,
|
||||
5694CEC61EBA25F7004576D3 /* road_access_serialization.hpp */,
|
||||
4432C5B524067E6700C9E445 /* road_access_serialization.cpp */,
|
||||
674F9BC51B0A580E00704FFA /* road_graph.hpp */,
|
||||
0C5FEC661DDE193F0017688C /* road_index.cpp */,
|
||||
674F9BC41B0A580E00704FFA /* road_graph.cpp */,
|
||||
0C5FEC671DDE193F0017688C /* road_index.hpp */,
|
||||
0C5FEC661DDE193F0017688C /* road_index.cpp */,
|
||||
0C5FEC681DDE193F0017688C /* road_point.hpp */,
|
||||
0C8705041E0182F200BCAF71 /* route_point.hpp */,
|
||||
40A111CB1F2F6776005E6AD5 /* route_weight.cpp */,
|
||||
40A111CC1F2F6776005E6AD5 /* route_weight.hpp */,
|
||||
6753440D1A3F644F00A0A8C3 /* route.cpp */,
|
||||
6753440E1A3F644F00A0A8C3 /* route.hpp */,
|
||||
A1616E291B6B60AB003F078E /* router_delegate.cpp */,
|
||||
A1616E2A1B6B60AB003F078E /* router_delegate.hpp */,
|
||||
670EE5711B664796001E8064 /* router.cpp */,
|
||||
6753440D1A3F644F00A0A8C3 /* route.cpp */,
|
||||
0C8705041E0182F200BCAF71 /* route_point.hpp */,
|
||||
40A111CC1F2F6776005E6AD5 /* route_weight.hpp */,
|
||||
40A111CB1F2F6776005E6AD5 /* route_weight.cpp */,
|
||||
6753440F1A3F644F00A0A8C3 /* router.hpp */,
|
||||
670EE5711B664796001E8064 /* router.cpp */,
|
||||
A1616E2A1B6B60AB003F078E /* router_delegate.hpp */,
|
||||
A1616E291B6B60AB003F078E /* router_delegate.cpp */,
|
||||
562BDE1F20D14860008EFF6F /* routing_callbacks.hpp */,
|
||||
0C08AA381DF8329B004195DD /* routing_exceptions.hpp */,
|
||||
0C0DF9281DE898FF0055A22F /* routing_helpers.cpp */,
|
||||
56EA2FD41D8FD8590083F01A /* routing_helpers.hpp */,
|
||||
44C56C0922296498006C2A1D /* routing_options.cpp */,
|
||||
0C0DF9281DE898FF0055A22F /* routing_helpers.cpp */,
|
||||
44C56C0822296498006C2A1D /* routing_options.hpp */,
|
||||
44C56C0922296498006C2A1D /* routing_options.cpp */,
|
||||
56099E261CC7C97D00A7772A /* routing_result_graph.hpp */,
|
||||
670EE55A1B6001E7001E8064 /* routing_session.cpp */,
|
||||
670EE55B1B6001E7001E8064 /* routing_session.hpp */,
|
||||
0C45D7381F2F75500065C3ED /* routing_settings.cpp */,
|
||||
670EE55A1B6001E7001E8064 /* routing_session.cpp */,
|
||||
670EE55C1B6001E7001E8064 /* routing_settings.hpp */,
|
||||
441CC8C523ACF42C008B9A49 /* segment.cpp */,
|
||||
0C45D7381F2F75500065C3ED /* routing_settings.cpp */,
|
||||
44642D2B29CDA44600F8813A /* ruler_router.hpp */,
|
||||
44642D2C29CDA44700F8813A /* ruler_router.cpp */,
|
||||
0C470E6F1E0D4EB1005B824D /* segment.hpp */,
|
||||
0C81E1551F0258AA00DC66DF /* segmented_route.cpp */,
|
||||
441CC8C523ACF42C008B9A49 /* segment.cpp */,
|
||||
0C81E1561F0258AA00DC66DF /* segmented_route.hpp */,
|
||||
40F7F3E31F7D246D0082D564 /* single_vehicle_world_graph.cpp */,
|
||||
0C81E1551F0258AA00DC66DF /* segmented_route.cpp */,
|
||||
40F7F3E21F7D246C0082D564 /* single_vehicle_world_graph.hpp */,
|
||||
F6C3A1B421AC298F0060EEC8 /* speed_camera_manager.cpp */,
|
||||
F6C3A1B321AC298E0060EEC8 /* speed_camera_manager.hpp */,
|
||||
5610731A221ABF96008447B2 /* speed_camera_prohibition.cpp */,
|
||||
56107319221ABF96008447B2 /* speed_camera_prohibition.hpp */,
|
||||
44E5574B2136EED000B01439 /* speed_camera_ser_des.cpp */,
|
||||
44E557492136EEC800B01439 /* speed_camera_ser_des.hpp */,
|
||||
44AE4A10214FBB8D006321F5 /* speed_camera.cpp */,
|
||||
40F7F3E31F7D246D0082D564 /* single_vehicle_world_graph.cpp */,
|
||||
44AE4A11214FBB8D006321F5 /* speed_camera.hpp */,
|
||||
0C81E1511F02589800DC66DF /* traffic_stash.cpp */,
|
||||
44AE4A10214FBB8D006321F5 /* speed_camera.cpp */,
|
||||
F6C3A1B321AC298E0060EEC8 /* speed_camera_manager.hpp */,
|
||||
F6C3A1B421AC298F0060EEC8 /* speed_camera_manager.cpp */,
|
||||
56107319221ABF96008447B2 /* speed_camera_prohibition.hpp */,
|
||||
5610731A221ABF96008447B2 /* speed_camera_prohibition.cpp */,
|
||||
44E557492136EEC800B01439 /* speed_camera_ser_des.hpp */,
|
||||
44E5574B2136EED000B01439 /* speed_camera_ser_des.cpp */,
|
||||
0C81E1521F02589800DC66DF /* traffic_stash.hpp */,
|
||||
4065EA821F8260000094DEF3 /* transit_graph_loader.cpp */,
|
||||
4065EA831F8260000094DEF3 /* transit_graph_loader.hpp */,
|
||||
4081AD4D1F8E4C1C006CE8A5 /* transit_graph.cpp */,
|
||||
0C81E1511F02589800DC66DF /* traffic_stash.cpp */,
|
||||
4065EA841F8260000094DEF3 /* transit_graph.hpp */,
|
||||
4081AD4D1F8E4C1C006CE8A5 /* transit_graph.cpp */,
|
||||
4065EA831F8260000094DEF3 /* transit_graph_loader.hpp */,
|
||||
4065EA821F8260000094DEF3 /* transit_graph_loader.cpp */,
|
||||
40BEC0801F99FFD600E06CA4 /* transit_info.hpp */,
|
||||
4065EA7F1F824A6C0094DEF3 /* transit_world_graph.cpp */,
|
||||
4065EA7E1F824A6C0094DEF3 /* transit_world_graph.hpp */,
|
||||
4065EA7F1F824A6C0094DEF3 /* transit_world_graph.cpp */,
|
||||
56099E271CC7C97D00A7772A /* turn_candidate.hpp */,
|
||||
674F9BC61B0A580E00704FFA /* turns_generator.cpp */,
|
||||
674F9BC71B0A580E00704FFA /* turns_generator.hpp */,
|
||||
AC53BEEF282BE95B00E6DE59 /* turns_generator_utils.cpp */,
|
||||
AC53BEEE282BE95B00E6DE59 /* turns_generator_utils.hpp */,
|
||||
6741AA9A1BF35331002C974C /* turns_notification_manager.cpp */,
|
||||
6741AA9B1BF35331002C974C /* turns_notification_manager.hpp */,
|
||||
67C7D4251B4EB48F00FE41AA /* turns_sound_settings.cpp */,
|
||||
67C7D4261B4EB48F00FE41AA /* turns_sound_settings.hpp */,
|
||||
4652D9142BAA3C5600C71046 /* turns_tts_text_i18n.cpp */,
|
||||
4652D9152BAA3C5600C71046 /* turns_tts_text_i18n.hpp */,
|
||||
67AB92E11B7B3E6E00AB5194 /* turns_tts_text.cpp */,
|
||||
67AB92E21B7B3E6E00AB5194 /* turns_tts_text.hpp */,
|
||||
675344101A3F644F00A0A8C3 /* turns.cpp */,
|
||||
675344111A3F644F00A0A8C3 /* turns.hpp */,
|
||||
5694CEC91EBA25F7004576D3 /* vehicle_mask.cpp */,
|
||||
675344101A3F644F00A0A8C3 /* turns.cpp */,
|
||||
674F9BC71B0A580E00704FFA /* turns_generator.hpp */,
|
||||
674F9BC61B0A580E00704FFA /* turns_generator.cpp */,
|
||||
AC53BEEE282BE95B00E6DE59 /* turns_generator_utils.hpp */,
|
||||
AC53BEEF282BE95B00E6DE59 /* turns_generator_utils.cpp */,
|
||||
6741AA9B1BF35331002C974C /* turns_notification_manager.hpp */,
|
||||
6741AA9A1BF35331002C974C /* turns_notification_manager.cpp */,
|
||||
67C7D4261B4EB48F00FE41AA /* turns_sound_settings.hpp */,
|
||||
67C7D4251B4EB48F00FE41AA /* turns_sound_settings.cpp */,
|
||||
67AB92E21B7B3E6E00AB5194 /* turns_tts_text.hpp */,
|
||||
67AB92E11B7B3E6E00AB5194 /* turns_tts_text.cpp */,
|
||||
4652D9152BAA3C5600C71046 /* turns_tts_text_i18n.hpp */,
|
||||
4652D9142BAA3C5600C71046 /* turns_tts_text_i18n.cpp */,
|
||||
0C08AA361DF8324D004195DD /* vehicle_mask.hpp */,
|
||||
0C090C851E4E276700D52AFD /* world_graph.cpp */,
|
||||
5694CEC91EBA25F7004576D3 /* vehicle_mask.cpp */,
|
||||
0C090C861E4E276700D52AFD /* world_graph.hpp */,
|
||||
0C090C851E4E276700D52AFD /* world_graph.cpp */,
|
||||
);
|
||||
name = routing;
|
||||
path = ../../routing;
|
||||
path = ../../libs/routing;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
67BD35961C69F03E003AA26F /* routing_integration_tests */ = {
|
||||
@@ -881,7 +881,7 @@
|
||||
567E9F741F5850460064CB96 /* turn_test.cpp */,
|
||||
);
|
||||
name = routing_integration_tests;
|
||||
path = ../../routing/routing_integration_tests;
|
||||
path = ../../libs/routing/routing_integration_tests;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
/* End PBXGroup section */
|
||||
|
||||
Reference in New Issue
Block a user