forked from organicmaps/organicmaps-tmp
xcode build fix.
This commit is contained in:
parent
4ea013048a
commit
7558577009
1 changed files with 12 additions and 0 deletions
|
@ -12,6 +12,9 @@
|
|||
56099E2B1CC7C97D00A7772A /* turn_candidate.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 56099E271CC7C97D00A7772A /* turn_candidate.hpp */; };
|
||||
56099E2E1CC8FBDA00A7772A /* osrm_path_segment_factory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 56099E2C1CC8FBDA00A7772A /* osrm_path_segment_factory.cpp */; };
|
||||
56099E2F1CC8FBDA00A7772A /* osrm_path_segment_factory.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 56099E2D1CC8FBDA00A7772A /* osrm_path_segment_factory.hpp */; };
|
||||
56099E331CC9247E00A7772A /* bicycle_directions.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 56099E301CC9247E00A7772A /* bicycle_directions.cpp */; };
|
||||
56099E341CC9247E00A7772A /* bicycle_directions.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 56099E311CC9247E00A7772A /* bicycle_directions.hpp */; };
|
||||
56099E351CC9247E00A7772A /* directions_engine.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 56099E321CC9247E00A7772A /* directions_engine.cpp */; };
|
||||
563B91C51CC4F1DC00222BC1 /* bicycle_model.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 563B91C31CC4F1DC00222BC1 /* bicycle_model.cpp */; };
|
||||
563B91C61CC4F1DC00222BC1 /* bicycle_model.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 563B91C41CC4F1DC00222BC1 /* bicycle_model.hpp */; };
|
||||
670B84C01A9381D900CE4492 /* cross_routing_context.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 670B84BE1A9381D900CE4492 /* cross_routing_context.cpp */; };
|
||||
|
@ -188,6 +191,9 @@
|
|||
56099E271CC7C97D00A7772A /* turn_candidate.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = turn_candidate.hpp; sourceTree = "<group>"; };
|
||||
56099E2C1CC8FBDA00A7772A /* osrm_path_segment_factory.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = osrm_path_segment_factory.cpp; path = ../../routing/osrm_path_segment_factory.cpp; sourceTree = "<group>"; };
|
||||
56099E2D1CC8FBDA00A7772A /* osrm_path_segment_factory.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = osrm_path_segment_factory.hpp; path = ../../routing/osrm_path_segment_factory.hpp; sourceTree = "<group>"; };
|
||||
56099E301CC9247E00A7772A /* bicycle_directions.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = bicycle_directions.cpp; sourceTree = "<group>"; };
|
||||
56099E311CC9247E00A7772A /* bicycle_directions.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = bicycle_directions.hpp; sourceTree = "<group>"; };
|
||||
56099E321CC9247E00A7772A /* directions_engine.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = directions_engine.cpp; sourceTree = "<group>"; };
|
||||
563B91C31CC4F1DC00222BC1 /* bicycle_model.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = bicycle_model.cpp; sourceTree = "<group>"; };
|
||||
563B91C41CC4F1DC00222BC1 /* bicycle_model.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = bicycle_model.hpp; sourceTree = "<group>"; };
|
||||
670B84BE1A9381D900CE4492 /* cross_routing_context.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = cross_routing_context.cpp; sourceTree = "<group>"; };
|
||||
|
@ -549,6 +555,9 @@
|
|||
675343FA1A3F640D00A0A8C3 /* routing */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
56099E301CC9247E00A7772A /* bicycle_directions.cpp */,
|
||||
56099E311CC9247E00A7772A /* bicycle_directions.hpp */,
|
||||
56099E321CC9247E00A7772A /* directions_engine.cpp */,
|
||||
56099E251CC7C97D00A7772A /* loaded_path_segment.hpp */,
|
||||
56099E261CC7C97D00A7772A /* routing_result_graph.hpp */,
|
||||
56099E271CC7C97D00A7772A /* turn_candidate.hpp */,
|
||||
|
@ -665,6 +674,7 @@
|
|||
A1616E2C1B6B60AB003F078E /* router_delegate.hpp in Headers */,
|
||||
A17B42991BCFBD0E00A1EAE4 /* osrm_helpers.hpp in Headers */,
|
||||
67C7D42E1B4EB48F00FE41AA /* turns_sound_settings.hpp in Headers */,
|
||||
56099E341CC9247E00A7772A /* bicycle_directions.hpp in Headers */,
|
||||
670EE55E1B6001E7001E8064 /* routing_session.hpp in Headers */,
|
||||
56099E291CC7C97D00A7772A /* loaded_path_segment.hpp in Headers */,
|
||||
670EE55F1B6001E7001E8064 /* routing_settings.hpp in Headers */,
|
||||
|
@ -856,6 +866,7 @@
|
|||
files = (
|
||||
56099E2E1CC8FBDA00A7772A /* osrm_path_segment_factory.cpp in Sources */,
|
||||
675344201A3F644F00A0A8C3 /* vehicle_model.cpp in Sources */,
|
||||
56099E351CC9247E00A7772A /* directions_engine.cpp in Sources */,
|
||||
A1616E2B1B6B60AB003F078E /* router_delegate.cpp in Sources */,
|
||||
6741AA9C1BF35331002C974C /* turns_notification_manager.cpp in Sources */,
|
||||
67C7D42B1B4EB48F00FE41AA /* pedestrian_model.cpp in Sources */,
|
||||
|
@ -875,6 +886,7 @@
|
|||
670EE55D1B6001E7001E8064 /* routing_session.cpp in Sources */,
|
||||
A120B3451B4A7BE5002F3808 /* cross_mwm_road_graph.cpp in Sources */,
|
||||
67C7D4291B4EB48F00FE41AA /* car_model.cpp in Sources */,
|
||||
56099E331CC9247E00A7772A /* bicycle_directions.cpp in Sources */,
|
||||
674A28B11B1605D2001A525C /* osrm_engine.cpp in Sources */,
|
||||
674F9BD41B0A580E00704FFA /* road_graph.cpp in Sources */,
|
||||
67AB92E61B7B3E6E00AB5194 /* turns_tts_text.cpp in Sources */,
|
||||
|
|
Loading…
Add table
Reference in a new issue