From f307c3c7ee40f6a68bd9d681956450973f264f08 Mon Sep 17 00:00:00 2001 From: Olga Khlopkova Date: Thu, 1 Oct 2020 16:44:20 +0300 Subject: [PATCH] [XCode] Added new sources for pedestrian engine. --- xcode/routing/routing.xcodeproj/project.pbxproj | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/xcode/routing/routing.xcodeproj/project.pbxproj b/xcode/routing/routing.xcodeproj/project.pbxproj index 25fcc064a8..3a83b38fde 100644 --- a/xcode/routing/routing.xcodeproj/project.pbxproj +++ b/xcode/routing/routing.xcodeproj/project.pbxproj @@ -322,9 +322,12 @@ D526BA7A241FC5580076E0B0 /* guides_connections.cpp in Sources */ = {isa = PBXBuildFile; fileRef = D526BA76241FC5580076E0B0 /* guides_connections.cpp */; }; D526BA7B241FC5580076E0B0 /* guides_connections.hpp in Headers */ = {isa = PBXBuildFile; fileRef = D526BA77241FC5580076E0B0 /* guides_connections.hpp */; }; D526BA7C241FC5580076E0B0 /* guides_graph.hpp in Headers */ = {isa = PBXBuildFile; fileRef = D526BA78241FC5580076E0B0 /* guides_graph.hpp */; }; + D52EF20225260E1500DFEB57 /* directions_engine.cpp in Sources */ = {isa = PBXBuildFile; fileRef = D52EF20125260E1500DFEB57 /* directions_engine.cpp */; }; D5481E4E24BF4F70008FB1D8 /* mwm_hierarchy_handler.hpp in Headers */ = {isa = PBXBuildFile; fileRef = D5481E4C24BF4F70008FB1D8 /* mwm_hierarchy_handler.hpp */; }; D5481E4F24BF4F70008FB1D8 /* mwm_hierarchy_handler.cpp in Sources */ = {isa = PBXBuildFile; fileRef = D5481E4D24BF4F70008FB1D8 /* mwm_hierarchy_handler.cpp */; }; D563401F2423816C00FDE20A /* guides_tests.cpp in Sources */ = {isa = PBXBuildFile; fileRef = D563401E2423816C00FDE20A /* guides_tests.cpp */; }; + D5C9497C2525C855001E45E2 /* directions_engine_helpers.hpp in Headers */ = {isa = PBXBuildFile; fileRef = D5C9497A2525C854001E45E2 /* directions_engine_helpers.hpp */; }; + D5C9497D2525C855001E45E2 /* directions_engine_helpers.cpp in Sources */ = {isa = PBXBuildFile; fileRef = D5C9497B2525C855001E45E2 /* directions_engine_helpers.cpp */; }; F6C3A1B521AC298F0060EEC8 /* speed_camera_manager.hpp in Headers */ = {isa = PBXBuildFile; fileRef = F6C3A1B321AC298E0060EEC8 /* speed_camera_manager.hpp */; }; F6C3A1B621AC298F0060EEC8 /* speed_camera_manager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F6C3A1B421AC298F0060EEC8 /* speed_camera_manager.cpp */; }; /* End PBXBuildFile section */ @@ -614,9 +617,12 @@ D526BA76241FC5580076E0B0 /* guides_connections.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = guides_connections.cpp; sourceTree = ""; }; D526BA77241FC5580076E0B0 /* guides_connections.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = guides_connections.hpp; sourceTree = ""; }; D526BA78241FC5580076E0B0 /* guides_graph.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = guides_graph.hpp; sourceTree = ""; }; + D52EF20125260E1500DFEB57 /* directions_engine.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = directions_engine.cpp; sourceTree = ""; }; D5481E4C24BF4F70008FB1D8 /* mwm_hierarchy_handler.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = mwm_hierarchy_handler.hpp; sourceTree = ""; }; D5481E4D24BF4F70008FB1D8 /* mwm_hierarchy_handler.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = mwm_hierarchy_handler.cpp; sourceTree = ""; }; D563401E2423816C00FDE20A /* guides_tests.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = guides_tests.cpp; sourceTree = ""; }; + D5C9497A2525C854001E45E2 /* directions_engine_helpers.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = directions_engine_helpers.hpp; sourceTree = ""; }; + D5C9497B2525C855001E45E2 /* directions_engine_helpers.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = directions_engine_helpers.cpp; sourceTree = ""; }; F6C3A1B321AC298E0060EEC8 /* speed_camera_manager.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = speed_camera_manager.hpp; sourceTree = ""; }; F6C3A1B421AC298F0060EEC8 /* speed_camera_manager.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = speed_camera_manager.cpp; sourceTree = ""; }; /* End PBXFileReference section */ @@ -895,6 +901,9 @@ 675343FA1A3F640D00A0A8C3 /* routing */ = { isa = PBXGroup; children = ( + D52EF20125260E1500DFEB57 /* directions_engine.cpp */, + D5C9497B2525C855001E45E2 /* directions_engine_helpers.cpp */, + D5C9497A2525C854001E45E2 /* directions_engine_helpers.hpp */, D526BA76241FC5580076E0B0 /* guides_connections.cpp */, D5481E4D24BF4F70008FB1D8 /* mwm_hierarchy_handler.cpp */, D5481E4C24BF4F70008FB1D8 /* mwm_hierarchy_handler.hpp */, @@ -1170,6 +1179,7 @@ 562BDE2020D14860008EFF6F /* routing_callbacks.hpp in Headers */, 440BE38622AFB31100C548FB /* world_graph_builder.hpp in Headers */, 567F81952154D6FF0093C25B /* city_roads.hpp in Headers */, + D5C9497C2525C855001E45E2 /* directions_engine_helpers.hpp in Headers */, 0C5FEC6B1DDE193F0017688C /* road_point.hpp in Headers */, 56099E2B1CC7C97D00A7772A /* turn_candidate.hpp in Headers */, 405F48DC1F6AD01C005BA81A /* routing_result.hpp in Headers */, @@ -1469,9 +1479,11 @@ 5610731C221ABF96008447B2 /* speed_camera_prohibition.cpp in Sources */, 44B284C723F5A21300A3FBB7 /* opening_hours_serdes.cpp in Sources */, 56290B87206A3232003892E0 /* routing_algorithm.cpp in Sources */, + D52EF20225260E1500DFEB57 /* directions_engine.cpp in Sources */, 670EE5751B664796001E8064 /* router.cpp in Sources */, 440BE38822AFB31700C548FB /* uturn_restriction_tests.cpp in Sources */, 5670595D1F3AF97F0062672D /* checkpoint_predictor.cpp in Sources */, + D5C9497D2525C855001E45E2 /* directions_engine_helpers.cpp in Sources */, 56CA09E31E30E73B00D05C9A /* applying_traffic_test.cpp in Sources */, 0C5FEC621DDE192A0017688C /* joint_index.cpp in Sources */, 4433A8E923993BD200E1350B /* leaps_graph.cpp in Sources */,