diff --git a/xcode/graphics/graphics.xcodeproj/project.pbxproj b/xcode/graphics/graphics.xcodeproj/project.pbxproj index c914e0c1f4..bd83e0334a 100644 --- a/xcode/graphics/graphics.xcodeproj/project.pbxproj +++ b/xcode/graphics/graphics.xcodeproj/project.pbxproj @@ -141,6 +141,8 @@ 67534C3B1A40965900A0A8C3 /* texture.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 67534C101A40965900A0A8C3 /* texture.hpp */; }; 67534C3E1A40965900A0A8C3 /* vertex.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 67534C131A40965900A0A8C3 /* vertex.cpp */; }; 67534C3F1A40965900A0A8C3 /* vertex.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 67534C141A40965900A0A8C3 /* vertex.hpp */; }; + 67AB92F61B7B3F2200AB5194 /* route_vertex.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 67AB92F41B7B3F2200AB5194 /* route_vertex.cpp */; }; + 67AB92F71B7B3F2200AB5194 /* route_vertex.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 67AB92F51B7B3F2200AB5194 /* route_vertex.hpp */; }; /* End PBXBuildFile section */ /* Begin PBXFileReference section */ @@ -281,6 +283,8 @@ 67534C101A40965900A0A8C3 /* texture.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = texture.hpp; sourceTree = ""; }; 67534C131A40965900A0A8C3 /* vertex.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = vertex.cpp; sourceTree = ""; }; 67534C141A40965900A0A8C3 /* vertex.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = vertex.hpp; sourceTree = ""; }; + 67AB92F41B7B3F2200AB5194 /* route_vertex.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = route_vertex.cpp; sourceTree = ""; }; + 67AB92F51B7B3F2200AB5194 /* route_vertex.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = route_vertex.hpp; sourceTree = ""; }; /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ @@ -422,6 +426,8 @@ 67534BE81A40963C00A0A8C3 /* opengl */ = { isa = PBXGroup; children = ( + 67AB92F41B7B3F2200AB5194 /* route_vertex.cpp */, + 67AB92F51B7B3F2200AB5194 /* route_vertex.hpp */, 67534BE91A40965900A0A8C3 /* base_texture.cpp */, 67534BEA1A40965900A0A8C3 /* base_texture.hpp */, 67534BEB1A40965900A0A8C3 /* buffer_object.cpp */, @@ -519,6 +525,7 @@ 67534C161A40965900A0A8C3 /* base_texture.hpp in Headers */, 675348031A4059DD00A0A8C3 /* glyph_cache.hpp in Headers */, 6753480F1A4059DD00A0A8C3 /* overlay_element.hpp in Headers */, + 67AB92F71B7B3F2200AB5194 /* route_vertex.hpp in Headers */, 675347F01A4059DD00A0A8C3 /* data_formats.hpp in Headers */, 675348201A4059DD00A0A8C3 /* pipeline_manager.hpp in Headers */, 675348271A4059DD00A0A8C3 /* resource_cache.hpp in Headers */, @@ -644,6 +651,7 @@ 6753481F1A4059DD00A0A8C3 /* pipeline_manager.cpp in Sources */, 675348001A4059DD00A0A8C3 /* glyph_cache_impl.cpp in Sources */, 675347E51A4059DD00A0A8C3 /* circle_element.cpp in Sources */, + 67AB92F61B7B3F2200AB5194 /* route_vertex.cpp in Sources */, 675348041A4059DD00A0A8C3 /* glyph_layout.cpp in Sources */, 67534C221A40965900A0A8C3 /* gl_render_context.cpp in Sources */, 675347F61A4059DD00A0A8C3 /* display_list.cpp in Sources */, diff --git a/xcode/platform/platform.xcodeproj/project.pbxproj b/xcode/platform/platform.xcodeproj/project.pbxproj index 35f6da4337..f01b82ce5b 100644 --- a/xcode/platform/platform.xcodeproj/project.pbxproj +++ b/xcode/platform/platform.xcodeproj/project.pbxproj @@ -50,6 +50,10 @@ 675343D91A3F5D5A00A0A8C3 /* wifi_info_windows.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 675343AE1A3F5D5A00A0A8C3 /* wifi_info_windows.cpp */; }; 675343DA1A3F5D5A00A0A8C3 /* wifi_info.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 675343AF1A3F5D5A00A0A8C3 /* wifi_info.hpp */; }; 675343DB1A3F5D5A00A0A8C3 /* wifi_location_service.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 675343B01A3F5D5A00A0A8C3 /* wifi_location_service.cpp */; }; + 67AB92DC1B7B3D7300AB5194 /* mwm_version.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 67AB92DA1B7B3D7300AB5194 /* mwm_version.cpp */; }; + 67AB92DD1B7B3D7300AB5194 /* mwm_version.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 67AB92DB1B7B3D7300AB5194 /* mwm_version.hpp */; }; + 67AB92EA1B7B3E9100AB5194 /* get_text_by_id.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 67AB92E81B7B3E9100AB5194 /* get_text_by_id.cpp */; }; + 67AB92EB1B7B3E9100AB5194 /* get_text_by_id.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 67AB92E91B7B3E9100AB5194 /* get_text_by_id.hpp */; }; /* End PBXBuildFile section */ /* Begin PBXFileReference section */ @@ -98,6 +102,10 @@ 675343AE1A3F5D5A00A0A8C3 /* wifi_info_windows.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = wifi_info_windows.cpp; sourceTree = ""; }; 675343AF1A3F5D5A00A0A8C3 /* wifi_info.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = wifi_info.hpp; sourceTree = ""; }; 675343B01A3F5D5A00A0A8C3 /* wifi_location_service.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = wifi_location_service.cpp; sourceTree = ""; }; + 67AB92DA1B7B3D7300AB5194 /* mwm_version.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = mwm_version.cpp; sourceTree = ""; }; + 67AB92DB1B7B3D7300AB5194 /* mwm_version.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = mwm_version.hpp; sourceTree = ""; }; + 67AB92E81B7B3E9100AB5194 /* get_text_by_id.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = get_text_by_id.cpp; sourceTree = ""; }; + 67AB92E91B7B3E9100AB5194 /* get_text_by_id.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = get_text_by_id.hpp; sourceTree = ""; }; /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ @@ -131,6 +139,10 @@ 6753437A1A3F5CF500A0A8C3 /* platform */ = { isa = PBXGroup; children = ( + 67AB92E81B7B3E9100AB5194 /* get_text_by_id.cpp */, + 67AB92E91B7B3E9100AB5194 /* get_text_by_id.hpp */, + 67AB92DA1B7B3D7300AB5194 /* mwm_version.cpp */, + 67AB92DB1B7B3D7300AB5194 /* mwm_version.hpp */, 674125001B4C00CC00A3E828 /* country_defines.cpp */, 674125011B4C00CC00A3E828 /* country_defines.hpp */, 674125021B4C00CC00A3E828 /* country_file.cpp */, @@ -190,9 +202,11 @@ 6741250B1B4C00CC00A3E828 /* country_file.hpp in Headers */, 675343B81A3F5D5A00A0A8C3 /* http_thread_apple.h in Headers */, 675343C21A3F5D5A00A0A8C3 /* location.hpp in Headers */, + 67AB92EB1B7B3E9100AB5194 /* get_text_by_id.hpp in Headers */, 675343D41A3F5D5A00A0A8C3 /* settings.hpp in Headers */, 675343B51A3F5D5A00A0A8C3 /* constants.hpp in Headers */, 675343C11A3F5D5A00A0A8C3 /* location_service.hpp in Headers */, + 67AB92DD1B7B3D7300AB5194 /* mwm_version.hpp in Headers */, 675343CA1A3F5D5A00A0A8C3 /* platform_unix_impl.hpp in Headers */, 675343D21A3F5D5A00A0A8C3 /* servers_list.hpp in Headers */, 675343BA1A3F5D5A00A0A8C3 /* http_thread_callback.hpp in Headers */, @@ -266,12 +280,14 @@ files = ( 675343D11A3F5D5A00A0A8C3 /* servers_list.cpp in Sources */, 675343C91A3F5D5A00A0A8C3 /* platform_unix_impl.cpp in Sources */, + 67AB92DC1B7B3D7300AB5194 /* mwm_version.cpp in Sources */, 6741250A1B4C00CC00A3E828 /* country_file.cpp in Sources */, 674125081B4C00CC00A3E828 /* country_defines.cpp in Sources */, 6741250E1B4C00CC00A3E828 /* local_country_file.cpp in Sources */, 675343D91A3F5D5A00A0A8C3 /* wifi_info_windows.cpp in Sources */, 6741250C1B4C00CC00A3E828 /* local_country_file_utils.cpp in Sources */, 675343B21A3F5D5A00A0A8C3 /* apple_video_timer.mm in Sources */, + 67AB92EA1B7B3E9100AB5194 /* get_text_by_id.cpp in Sources */, 671C62061AE9014C00076BD0 /* measurement_utils.cpp in Sources */, 675343B61A3F5D5A00A0A8C3 /* http_request.cpp in Sources */, 675343CC1A3F5D5A00A0A8C3 /* platform.cpp in Sources */, diff --git a/xcode/render/render.xcodeproj/project.pbxproj b/xcode/render/render.xcodeproj/project.pbxproj index e67716e85c..1057c4b689 100644 --- a/xcode/render/render.xcodeproj/project.pbxproj +++ b/xcode/render/render.xcodeproj/project.pbxproj @@ -66,6 +66,10 @@ 674A298B1B26EB33001A525C /* window_handle.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 674A29501B26EB33001A525C /* window_handle.hpp */; }; 674A298C1B26EB33001A525C /* yopme_render_policy.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 674A29511B26EB33001A525C /* yopme_render_policy.cpp */; }; 674A298D1B26EB33001A525C /* yopme_render_policy.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 674A29521B26EB33001A525C /* yopme_render_policy.hpp */; }; + 67AB92F01B7B3ED000AB5194 /* route_renderer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 67AB92EC1B7B3ED000AB5194 /* route_renderer.cpp */; }; + 67AB92F11B7B3ED000AB5194 /* route_renderer.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 67AB92ED1B7B3ED000AB5194 /* route_renderer.hpp */; }; + 67AB92F21B7B3ED000AB5194 /* route_shape.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 67AB92EE1B7B3ED000AB5194 /* route_shape.cpp */; }; + 67AB92F31B7B3ED000AB5194 /* route_shape.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 67AB92EF1B7B3ED000AB5194 /* route_shape.hpp */; }; /* End PBXBuildFile section */ /* Begin PBXFileReference section */ @@ -130,6 +134,10 @@ 674A29501B26EB33001A525C /* window_handle.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = window_handle.hpp; sourceTree = ""; }; 674A29511B26EB33001A525C /* yopme_render_policy.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = yopme_render_policy.cpp; sourceTree = ""; }; 674A29521B26EB33001A525C /* yopme_render_policy.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = yopme_render_policy.hpp; sourceTree = ""; }; + 67AB92EC1B7B3ED000AB5194 /* route_renderer.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = route_renderer.cpp; sourceTree = ""; }; + 67AB92ED1B7B3ED000AB5194 /* route_renderer.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = route_renderer.hpp; sourceTree = ""; }; + 67AB92EE1B7B3ED000AB5194 /* route_shape.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = route_shape.cpp; sourceTree = ""; }; + 67AB92EF1B7B3ED000AB5194 /* route_shape.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = route_shape.hpp; sourceTree = ""; }; /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ @@ -163,6 +171,10 @@ 674A290B1B26EAAB001A525C /* render */ = { isa = PBXGroup; children = ( + 67AB92EC1B7B3ED000AB5194 /* route_renderer.cpp */, + 67AB92ED1B7B3ED000AB5194 /* route_renderer.hpp */, + 67AB92EE1B7B3ED000AB5194 /* route_shape.cpp */, + 67AB92EF1B7B3ED000AB5194 /* route_shape.hpp */, 674A29181B26EB33001A525C /* agg_curves.cpp */, 674A29191B26EB33001A525C /* area_info.hpp */, 674A291A1B26EB33001A525C /* basic_tiling_render_policy.cpp */, @@ -247,6 +259,7 @@ 674A296A1B26EB33001A525C /* gpu_drawer.hpp in Headers */, 674A29711B26EB33001A525C /* rect.h in Headers */, 674A29661B26EB33001A525C /* frame_image.hpp in Headers */, + 67AB92F11B7B3ED000AB5194 /* route_renderer.hpp in Headers */, 674A29751B26EB33001A525C /* scales_processor.hpp in Headers */, 674A29681B26EB33001A525C /* geometry_processors.hpp in Headers */, 674A29561B26EB33001A525C /* basic_tiling_render_policy.hpp in Headers */, @@ -261,6 +274,7 @@ 674A297D1B26EB33001A525C /* tile_cache.hpp in Headers */, 674A29791B26EB33001A525C /* software_renderer.hpp in Headers */, 674A296E1B26EB33001A525C /* proto_to_styles.hpp in Headers */, + 67AB92F31B7B3ED000AB5194 /* route_shape.hpp in Headers */, 674A296C1B26EB33001A525C /* point.h in Headers */, 674A29631B26EB33001A525C /* feature_processor.hpp in Headers */, 674A29731B26EB33001A525C /* render_policy.hpp in Headers */, @@ -332,10 +346,12 @@ 674A29601B26EB33001A525C /* feature_info.cpp in Sources */, 674A297E1B26EB33001A525C /* tile_renderer.cpp in Sources */, 674A29781B26EB33001A525C /* software_renderer.cpp in Sources */, + 67AB92F01B7B3ED000AB5194 /* route_renderer.cpp in Sources */, 674A295E1B26EB33001A525C /* events.cpp in Sources */, 674A29801B26EB33001A525C /* tile_set.cpp in Sources */, 674A29721B26EB33001A525C /* render_policy.cpp in Sources */, 674A29691B26EB33001A525C /* gpu_drawer.cpp in Sources */, + 67AB92F21B7B3ED000AB5194 /* route_shape.cpp in Sources */, 674A295C1B26EB33001A525C /* drawer.cpp in Sources */, 674A29641B26EB33001A525C /* feature_styler.cpp in Sources */, 674A29881B26EB33001A525C /* tiling_render_policy_st.cpp in Sources */, diff --git a/xcode/routing/routing.xcodeproj/project.pbxproj b/xcode/routing/routing.xcodeproj/project.pbxproj index f2a09a4e50..b8af2a87b7 100644 --- a/xcode/routing/routing.xcodeproj/project.pbxproj +++ b/xcode/routing/routing.xcodeproj/project.pbxproj @@ -46,6 +46,11 @@ 6753441F1A3F644F00A0A8C3 /* turns.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 675344111A3F644F00A0A8C3 /* turns.hpp */; }; 675344201A3F644F00A0A8C3 /* vehicle_model.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 675344121A3F644F00A0A8C3 /* vehicle_model.cpp */; }; 675344211A3F644F00A0A8C3 /* vehicle_model.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 675344131A3F644F00A0A8C3 /* vehicle_model.hpp */; }; + 67AB92E31B7B3E6E00AB5194 /* route_follower.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 67AB92DE1B7B3E6E00AB5194 /* route_follower.cpp */; }; + 67AB92E41B7B3E6E00AB5194 /* route_follower.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 67AB92DF1B7B3E6E00AB5194 /* route_follower.hpp */; }; + 67AB92E51B7B3E6E00AB5194 /* routing_mapping.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 67AB92E01B7B3E6E00AB5194 /* routing_mapping.hpp */; }; + 67AB92E61B7B3E6E00AB5194 /* turns_tts_text.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 67AB92E11B7B3E6E00AB5194 /* turns_tts_text.cpp */; }; + 67AB92E71B7B3E6E00AB5194 /* turns_tts_text.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 67AB92E21B7B3E6E00AB5194 /* turns_tts_text.hpp */; }; 67C7D4291B4EB48F00FE41AA /* car_model.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 67C7D4211B4EB48F00FE41AA /* car_model.cpp */; }; 67C7D42A1B4EB48F00FE41AA /* car_model.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 67C7D4221B4EB48F00FE41AA /* car_model.hpp */; }; 67C7D42B1B4EB48F00FE41AA /* pedestrian_model.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 67C7D4231B4EB48F00FE41AA /* pedestrian_model.cpp */; }; @@ -110,6 +115,11 @@ 675344111A3F644F00A0A8C3 /* turns.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = turns.hpp; sourceTree = ""; }; 675344121A3F644F00A0A8C3 /* vehicle_model.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = vehicle_model.cpp; sourceTree = ""; }; 675344131A3F644F00A0A8C3 /* vehicle_model.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = vehicle_model.hpp; sourceTree = ""; }; + 67AB92DE1B7B3E6E00AB5194 /* route_follower.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = route_follower.cpp; sourceTree = ""; }; + 67AB92DF1B7B3E6E00AB5194 /* route_follower.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = route_follower.hpp; sourceTree = ""; }; + 67AB92E01B7B3E6E00AB5194 /* routing_mapping.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = routing_mapping.hpp; sourceTree = ""; }; + 67AB92E11B7B3E6E00AB5194 /* turns_tts_text.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = turns_tts_text.cpp; sourceTree = ""; }; + 67AB92E21B7B3E6E00AB5194 /* turns_tts_text.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = turns_tts_text.hpp; sourceTree = ""; }; 67C7D4211B4EB48F00FE41AA /* car_model.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = car_model.cpp; sourceTree = ""; }; 67C7D4221B4EB48F00FE41AA /* car_model.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = car_model.hpp; sourceTree = ""; }; 67C7D4231B4EB48F00FE41AA /* pedestrian_model.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = pedestrian_model.cpp; sourceTree = ""; }; @@ -163,6 +173,11 @@ 675343FA1A3F640D00A0A8C3 /* routing */ = { isa = PBXGroup; children = ( + 67AB92DE1B7B3E6E00AB5194 /* route_follower.cpp */, + 67AB92DF1B7B3E6E00AB5194 /* route_follower.hpp */, + 67AB92E01B7B3E6E00AB5194 /* routing_mapping.hpp */, + 67AB92E11B7B3E6E00AB5194 /* turns_tts_text.cpp */, + 67AB92E21B7B3E6E00AB5194 /* turns_tts_text.hpp */, A1616E2D1B6B60B3003F078E /* astar_progress.hpp */, A1616E291B6B60AB003F078E /* router_delegate.cpp */, A1616E2A1B6B60AB003F078E /* router_delegate.hpp */, @@ -234,10 +249,12 @@ isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( + 67AB92E51B7B3E6E00AB5194 /* routing_mapping.hpp in Headers */, 674F9BCB1B0A580E00704FFA /* async_router.hpp in Headers */, 674F9BD11B0A580E00704FFA /* online_cross_fetcher.hpp in Headers */, A120B3531B4A7C1C002F3808 /* astar_algorithm.hpp in Headers */, 674A28B21B1605D2001A525C /* osrm_engine.hpp in Headers */, + 67AB92E71B7B3E6E00AB5194 /* turns_tts_text.hpp in Headers */, A120B3481B4A7BE5002F3808 /* cross_mwm_router.hpp in Headers */, 674F9BD31B0A580E00704FFA /* road_graph_router.hpp in Headers */, 675344181A3F644F00A0A8C3 /* osrm_router.hpp in Headers */, @@ -263,6 +280,7 @@ 670D049F1B0B4A970013A7AC /* nearest_edge_finder.hpp in Headers */, A120B34F1B4A7C0A002F3808 /* online_absent_fetcher.hpp in Headers */, 674F9BD51B0A580E00704FFA /* road_graph.hpp in Headers */, + 67AB92E41B7B3E6E00AB5194 /* route_follower.hpp in Headers */, A120B3511B4A7C0A002F3808 /* routing_algorithm.hpp in Headers */, 675344211A3F644F00A0A8C3 /* vehicle_model.hpp in Headers */, 670B84C11A9381D900CE4492 /* cross_routing_context.hpp in Headers */, @@ -342,12 +360,14 @@ 67C7D4291B4EB48F00FE41AA /* car_model.cpp in Sources */, 674A28B11B1605D2001A525C /* osrm_engine.cpp in Sources */, 674F9BD41B0A580E00704FFA /* road_graph.cpp in Sources */, + 67AB92E61B7B3E6E00AB5194 /* turns_tts_text.cpp in Sources */, 6753441E1A3F644F00A0A8C3 /* turns.cpp in Sources */, 670B84C01A9381D900CE4492 /* cross_routing_context.cpp in Sources */, A120B3501B4A7C0A002F3808 /* routing_algorithm.cpp in Sources */, 674F9BCC1B0A580E00704FFA /* features_road_graph.cpp in Sources */, 674F9BD01B0A580E00704FFA /* online_cross_fetcher.cpp in Sources */, 670EE5751B664796001E8064 /* router.cpp in Sources */, + 67AB92E31B7B3E6E00AB5194 /* route_follower.cpp in Sources */, 67C7D42F1B4EB48F00FE41AA /* turns_sound.cpp in Sources */, 670C62131AC5A15700C38A8C /* routing_mapping.cpp in Sources */, 67C7D42D1B4EB48F00FE41AA /* turns_sound_settings.cpp in Sources */,