forked from organicmaps/organicmaps
[generator] Fix build with Xcode
This commit is contained in:
parent
f61d9e459f
commit
191cc0b0f9
4 changed files with 119 additions and 1 deletions
|
@ -7,6 +7,6 @@ namespace platform
|
|||
std::string HttpUserAgent::ExtractAppVersion() const
|
||||
{
|
||||
NSString * str = NSBundle.mainBundle.infoDictionary[@"CFBundleShortVersionString"];
|
||||
return std::string(str.UTF8String);
|
||||
return str ? std::string(str.UTF8String) : std::string("Unknown");
|
||||
}
|
||||
} // platform
|
||||
|
|
|
@ -169,6 +169,24 @@
|
|||
670E7BC11EF983E600A8E9ED /* region_meta.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3D51BC4E1D5E512500F1FA8D /* region_meta.cpp */; };
|
||||
670E7BCA1EF9C29A00A8E9ED /* ugc_translator.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 670E7BC81EF9C29A00A8E9ED /* ugc_translator.cpp */; };
|
||||
670E7BCB1EF9C29A00A8E9ED /* ugc_translator.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 670E7BC91EF9C29A00A8E9ED /* ugc_translator.hpp */; };
|
||||
671C2D5A22AFD969008B2B8B /* level_region.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 671C2D5622AFD969008B2B8B /* level_region.hpp */; };
|
||||
671C2D5B22AFD969008B2B8B /* place_point.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 671C2D5722AFD969008B2B8B /* place_point.hpp */; };
|
||||
671C2D5C22AFD969008B2B8B /* region_info_getter.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 671C2D5822AFD969008B2B8B /* region_info_getter.cpp */; };
|
||||
671C2D5D22AFD969008B2B8B /* region_info_getter.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 671C2D5922AFD969008B2B8B /* region_info_getter.hpp */; };
|
||||
671C2D6822AFD983008B2B8B /* street_geometry.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 671C2D5E22AFD982008B2B8B /* street_geometry.cpp */; };
|
||||
671C2D6922AFD983008B2B8B /* street_regions_tracing.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 671C2D5F22AFD982008B2B8B /* street_regions_tracing.hpp */; };
|
||||
671C2D6A22AFD983008B2B8B /* streets_builder.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 671C2D6022AFD982008B2B8B /* streets_builder.cpp */; };
|
||||
671C2D6B22AFD983008B2B8B /* street_geometry.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 671C2D6122AFD982008B2B8B /* street_geometry.hpp */; };
|
||||
671C2D6C22AFD983008B2B8B /* streets_filter.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 671C2D6222AFD983008B2B8B /* streets_filter.hpp */; };
|
||||
671C2D6D22AFD983008B2B8B /* streets.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 671C2D6322AFD983008B2B8B /* streets.cpp */; };
|
||||
671C2D6E22AFD983008B2B8B /* streets.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 671C2D6422AFD983008B2B8B /* streets.hpp */; };
|
||||
671C2D6F22AFD983008B2B8B /* streets_filter.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 671C2D6522AFD983008B2B8B /* streets_filter.cpp */; };
|
||||
671C2D7022AFD983008B2B8B /* streets_builder.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 671C2D6622AFD983008B2B8B /* streets_builder.hpp */; };
|
||||
671C2D7122AFD983008B2B8B /* street_regions_tracing.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 671C2D6722AFD983008B2B8B /* street_regions_tracing.cpp */; };
|
||||
671C2D7622AFD995008B2B8B /* geo_objects_filter.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 671C2D7222AFD994008B2B8B /* geo_objects_filter.hpp */; };
|
||||
671C2D7722AFD995008B2B8B /* geo_object_info_getter.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 671C2D7322AFD994008B2B8B /* geo_object_info_getter.hpp */; };
|
||||
671C2D7822AFD995008B2B8B /* geo_objects_filter.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 671C2D7422AFD994008B2B8B /* geo_objects_filter.cpp */; };
|
||||
671C2D7922AFD995008B2B8B /* geo_object_info_getter.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 671C2D7522AFD995008B2B8B /* geo_object_info_getter.cpp */; };
|
||||
671ED3CE20D40ABB00D4317E /* routing_helpers.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 671ED3CC20D40ABA00D4317E /* routing_helpers.cpp */; };
|
||||
671ED3CF20D40ABB00D4317E /* routing_helpers.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 671ED3CD20D40ABB00D4317E /* routing_helpers.hpp */; };
|
||||
6726C1D51A4AFEF4005EEA39 /* osm2meta.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 6726C1D31A4AFEF4005EEA39 /* osm2meta.cpp */; };
|
||||
|
@ -422,6 +440,24 @@
|
|||
670E7BB01EF9812B00A8E9ED /* ugc_db.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = ugc_db.hpp; sourceTree = "<group>"; };
|
||||
670E7BC81EF9C29A00A8E9ED /* ugc_translator.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = ugc_translator.cpp; sourceTree = "<group>"; };
|
||||
670E7BC91EF9C29A00A8E9ED /* ugc_translator.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = ugc_translator.hpp; sourceTree = "<group>"; };
|
||||
671C2D5622AFD969008B2B8B /* level_region.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = level_region.hpp; path = regions/level_region.hpp; sourceTree = "<group>"; };
|
||||
671C2D5722AFD969008B2B8B /* place_point.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = place_point.hpp; path = regions/place_point.hpp; sourceTree = "<group>"; };
|
||||
671C2D5822AFD969008B2B8B /* region_info_getter.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = region_info_getter.cpp; path = regions/region_info_getter.cpp; sourceTree = "<group>"; };
|
||||
671C2D5922AFD969008B2B8B /* region_info_getter.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = region_info_getter.hpp; path = regions/region_info_getter.hpp; sourceTree = "<group>"; };
|
||||
671C2D5E22AFD982008B2B8B /* street_geometry.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = street_geometry.cpp; path = streets/street_geometry.cpp; sourceTree = "<group>"; };
|
||||
671C2D5F22AFD982008B2B8B /* street_regions_tracing.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = street_regions_tracing.hpp; path = streets/street_regions_tracing.hpp; sourceTree = "<group>"; };
|
||||
671C2D6022AFD982008B2B8B /* streets_builder.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = streets_builder.cpp; path = streets/streets_builder.cpp; sourceTree = "<group>"; };
|
||||
671C2D6122AFD982008B2B8B /* street_geometry.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = street_geometry.hpp; path = streets/street_geometry.hpp; sourceTree = "<group>"; };
|
||||
671C2D6222AFD983008B2B8B /* streets_filter.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = streets_filter.hpp; path = streets/streets_filter.hpp; sourceTree = "<group>"; };
|
||||
671C2D6322AFD983008B2B8B /* streets.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = streets.cpp; path = streets/streets.cpp; sourceTree = "<group>"; };
|
||||
671C2D6422AFD983008B2B8B /* streets.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = streets.hpp; path = streets/streets.hpp; sourceTree = "<group>"; };
|
||||
671C2D6522AFD983008B2B8B /* streets_filter.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = streets_filter.cpp; path = streets/streets_filter.cpp; sourceTree = "<group>"; };
|
||||
671C2D6622AFD983008B2B8B /* streets_builder.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = streets_builder.hpp; path = streets/streets_builder.hpp; sourceTree = "<group>"; };
|
||||
671C2D6722AFD983008B2B8B /* street_regions_tracing.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = street_regions_tracing.cpp; path = streets/street_regions_tracing.cpp; sourceTree = "<group>"; };
|
||||
671C2D7222AFD994008B2B8B /* geo_objects_filter.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = geo_objects_filter.hpp; path = geo_objects/geo_objects_filter.hpp; sourceTree = "<group>"; };
|
||||
671C2D7322AFD994008B2B8B /* geo_object_info_getter.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = geo_object_info_getter.hpp; path = geo_objects/geo_object_info_getter.hpp; sourceTree = "<group>"; };
|
||||
671C2D7422AFD994008B2B8B /* geo_objects_filter.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = geo_objects_filter.cpp; path = geo_objects/geo_objects_filter.cpp; sourceTree = "<group>"; };
|
||||
671C2D7522AFD995008B2B8B /* geo_object_info_getter.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = geo_object_info_getter.cpp; path = geo_objects/geo_object_info_getter.cpp; sourceTree = "<group>"; };
|
||||
671ED3CC20D40ABA00D4317E /* routing_helpers.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = routing_helpers.cpp; sourceTree = "<group>"; };
|
||||
671ED3CD20D40ABB00D4317E /* routing_helpers.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = routing_helpers.hpp; sourceTree = "<group>"; };
|
||||
6726C1D31A4AFEF4005EEA39 /* osm2meta.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = osm2meta.cpp; sourceTree = "<group>"; };
|
||||
|
@ -569,6 +605,24 @@
|
|||
6753401D1A3F2A1B00A0A8C3 /* generator */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
671C2D7522AFD995008B2B8B /* geo_object_info_getter.cpp */,
|
||||
671C2D7322AFD994008B2B8B /* geo_object_info_getter.hpp */,
|
||||
671C2D7422AFD994008B2B8B /* geo_objects_filter.cpp */,
|
||||
671C2D7222AFD994008B2B8B /* geo_objects_filter.hpp */,
|
||||
671C2D5E22AFD982008B2B8B /* street_geometry.cpp */,
|
||||
671C2D6122AFD982008B2B8B /* street_geometry.hpp */,
|
||||
671C2D6722AFD983008B2B8B /* street_regions_tracing.cpp */,
|
||||
671C2D5F22AFD982008B2B8B /* street_regions_tracing.hpp */,
|
||||
671C2D6022AFD982008B2B8B /* streets_builder.cpp */,
|
||||
671C2D6622AFD983008B2B8B /* streets_builder.hpp */,
|
||||
671C2D6522AFD983008B2B8B /* streets_filter.cpp */,
|
||||
671C2D6222AFD983008B2B8B /* streets_filter.hpp */,
|
||||
671C2D6322AFD983008B2B8B /* streets.cpp */,
|
||||
671C2D6422AFD983008B2B8B /* streets.hpp */,
|
||||
671C2D5622AFD969008B2B8B /* level_region.hpp */,
|
||||
671C2D5722AFD969008B2B8B /* place_point.hpp */,
|
||||
671C2D5822AFD969008B2B8B /* region_info_getter.cpp */,
|
||||
671C2D5922AFD969008B2B8B /* region_info_getter.hpp */,
|
||||
390EA839229F06C700CA55E5 /* borders.cpp */,
|
||||
390EA838229F06C700CA55E5 /* borders.hpp */,
|
||||
3971140B229D7E00003915E5 /* collector_camera.cpp */,
|
||||
|
@ -826,9 +880,11 @@
|
|||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
56FB438F2164F571002099B3 /* regions.hpp in Headers */,
|
||||
671C2D5A22AFD969008B2B8B /* level_region.hpp in Headers */,
|
||||
40492BC82021DC53008E093A /* locality_sorter.hpp in Headers */,
|
||||
34F558881DBF4C9600A4FC11 /* opentable_dataset.hpp in Headers */,
|
||||
401E317D225C971400DE7EB8 /* place_node.hpp in Headers */,
|
||||
671C2D7722AFD995008B2B8B /* geo_object_info_getter.hpp in Headers */,
|
||||
56FB43852164F571002099B3 /* to_string_policy.hpp in Headers */,
|
||||
39711414229D7E01003915E5 /* emitter_noop.hpp in Headers */,
|
||||
E162BD3D213EAEF6007ADEF1 /* emitter_restaurants.hpp in Headers */,
|
||||
|
@ -860,6 +916,7 @@
|
|||
3DFEBF7E1EF2D58900317D5C /* utils.hpp in Headers */,
|
||||
39B2B9791FB468CC00AB85A1 /* cities_boundaries_builder.hpp in Headers */,
|
||||
6753408C1A3F2A7400A0A8C3 /* world_map_generator.hpp in Headers */,
|
||||
671C2D6C22AFD983008B2B8B /* streets_filter.hpp in Headers */,
|
||||
E1EC1440211C5F7A00B53061 /* translator_factory.hpp in Headers */,
|
||||
E1EC1442211C5F7A00B53061 /* translator_region.hpp in Headers */,
|
||||
56FB43832164F571002099B3 /* region_base.hpp in Headers */,
|
||||
|
@ -872,6 +929,7 @@
|
|||
6753406A1A3F2A7400A0A8C3 /* feature_builder.hpp in Headers */,
|
||||
39711418229D7E01003915E5 /* translator_streets.hpp in Headers */,
|
||||
675340741A3F2A7400A0A8C3 /* generate_info.hpp in Headers */,
|
||||
671C2D7022AFD983008B2B8B /* streets_builder.hpp in Headers */,
|
||||
3D51BC571D5E512500F1FA8D /* region_meta.hpp in Headers */,
|
||||
677E2A161CAACC5F001DC42A /* tag_admixer.hpp in Headers */,
|
||||
9D1B3F1B2034624A00278AC8 /* node_mixer.hpp in Headers */,
|
||||
|
@ -891,6 +949,7 @@
|
|||
670E7BBA1EF9812B00A8E9ED /* ugc_db.hpp in Headers */,
|
||||
0C5FEC711DDE19E50017688C /* routing_index_generator.hpp in Headers */,
|
||||
67C79BB01E2CEEAB00C40034 /* restriction_collector.hpp in Headers */,
|
||||
671C2D6922AFD983008B2B8B /* street_regions_tracing.hpp in Headers */,
|
||||
40492BCC2021DC53008E093A /* geometry_holder.hpp in Headers */,
|
||||
4032E73D225D151D00D33617 /* emitter_coastline.hpp in Headers */,
|
||||
675340941C5231BA002CF0D9 /* search_index_builder.hpp in Headers */,
|
||||
|
@ -898,6 +957,7 @@
|
|||
4003E3AB2112FB2B007721B0 /* sponsored_object_base.hpp in Headers */,
|
||||
4032E732225D151D00D33617 /* emitter_country.hpp in Headers */,
|
||||
677E2A181CAACC5F001DC42A /* towns_dumper.hpp in Headers */,
|
||||
671C2D7622AFD995008B2B8B /* geo_objects_filter.hpp in Headers */,
|
||||
56037E55219AF97200C2193D /* collector_interface.hpp in Headers */,
|
||||
4032E720225D151D00D33617 /* type_helper.hpp in Headers */,
|
||||
675340841A3F2A7400A0A8C3 /* statistics.hpp in Headers */,
|
||||
|
@ -925,11 +985,13 @@
|
|||
4032E733225D151D00D33617 /* collection_base.hpp in Headers */,
|
||||
675340711A3F2A7400A0A8C3 /* feature_sorter.hpp in Headers */,
|
||||
34F5588A1DBF4C9600A4FC11 /* sponsored_dataset_inl.hpp in Headers */,
|
||||
671C2D5D22AFD969008B2B8B /* region_info_getter.hpp in Headers */,
|
||||
4032E71A225D151D00D33617 /* translator_collection.hpp in Headers */,
|
||||
4032E727225D151D00D33617 /* emitter_world.hpp in Headers */,
|
||||
4032E725225D151D00D33617 /* feature_maker.hpp in Headers */,
|
||||
67C79BB61E2CEEAB00C40034 /* traffic_generator.hpp in Headers */,
|
||||
E1EC1443211C5F7A00B53061 /* translator_interface.hpp in Headers */,
|
||||
671C2D6E22AFD983008B2B8B /* streets.hpp in Headers */,
|
||||
675340611A3F2A7400A0A8C3 /* check_model.hpp in Headers */,
|
||||
6726C1D61A4AFEF4005EEA39 /* osm2meta.hpp in Headers */,
|
||||
34F5588D1DBF4C9600A4FC11 /* sponsored_scoring.hpp in Headers */,
|
||||
|
@ -941,9 +1003,11 @@
|
|||
4003E3B92112FB2B007721B0 /* place.hpp in Headers */,
|
||||
4032E73E225D151D00D33617 /* filter_interface.hpp in Headers */,
|
||||
4088CE2421AE995D00E2702A /* brands_loader.hpp in Headers */,
|
||||
671C2D6B22AFD983008B2B8B /* street_geometry.hpp in Headers */,
|
||||
4003E3B22112FB2B007721B0 /* emitter_interface.hpp in Headers */,
|
||||
4032E73A225D151D00D33617 /* translator_coastline.hpp in Headers */,
|
||||
4003E3AA2112FB2B007721B0 /* factory_utils.hpp in Headers */,
|
||||
671C2D5B22AFD969008B2B8B /* place_point.hpp in Headers */,
|
||||
401E317E225C971400DE7EB8 /* collector_tag.hpp in Headers */,
|
||||
E162BD4B213EAF0A007ADEF1 /* popular_places_section_builder.hpp in Headers */,
|
||||
3D51BC491D5E50F700F1FA8D /* centers_table_builder.hpp in Headers */,
|
||||
|
@ -1026,6 +1090,7 @@
|
|||
developmentRegion = English;
|
||||
hasScannedForEncodings = 0;
|
||||
knownRegions = (
|
||||
English,
|
||||
en,
|
||||
);
|
||||
mainGroup = 675340121A3F2A1B00A0A8C3;
|
||||
|
@ -1046,11 +1111,13 @@
|
|||
files = (
|
||||
56037E54219AF97200C2193D /* translator_geo_objects.cpp in Sources */,
|
||||
4032E73C225D151D00D33617 /* emitter_country.cpp in Sources */,
|
||||
671C2D6822AFD983008B2B8B /* street_geometry.cpp in Sources */,
|
||||
5631B650219B0C6D009F47D4 /* geo_objects.cpp in Sources */,
|
||||
56037E56219AF97200C2193D /* filter_elements.cpp in Sources */,
|
||||
56E0C4E4213FD56F00541E0F /* cities_boundaries_checker.cpp in Sources */,
|
||||
39B2B9781FB468CC00AB85A1 /* cities_boundaries_builder.cpp in Sources */,
|
||||
56A1B7AD21A82C3F00246F8C /* maxspeeds_builder.cpp in Sources */,
|
||||
671C2D6D22AFD983008B2B8B /* streets.cpp in Sources */,
|
||||
670E7BCA1EF9C29A00A8E9ED /* ugc_translator.cpp in Sources */,
|
||||
6753406C1A3F2A7400A0A8C3 /* feature_generator.cpp in Sources */,
|
||||
67C79BB51E2CEEAB00C40034 /* traffic_generator.cpp in Sources */,
|
||||
|
@ -1092,6 +1159,7 @@
|
|||
401E3185225C971400DE7EB8 /* platform_helpers.cpp in Sources */,
|
||||
4032E721225D151D00D33617 /* feature_maker.cpp in Sources */,
|
||||
401E317B225C971400DE7EB8 /* collector_tag.cpp in Sources */,
|
||||
671C2D5C22AFD969008B2B8B /* region_info_getter.cpp in Sources */,
|
||||
3DFEBF7D1EF2D58900317D5C /* utils.cpp in Sources */,
|
||||
6753408D1A3F2A7400A0A8C3 /* osm_element.cpp in Sources */,
|
||||
6726C1D51A4AFEF4005EEA39 /* osm2meta.cpp in Sources */,
|
||||
|
@ -1117,21 +1185,26 @@
|
|||
E9502E331D34012200CAB86B /* booking_scoring.cpp in Sources */,
|
||||
40492BC92021DC53008E093A /* feature_helpers.cpp in Sources */,
|
||||
E1EC1441211C5F7A00B53061 /* translator_region.cpp in Sources */,
|
||||
671C2D7822AFD995008B2B8B /* geo_objects_filter.cpp in Sources */,
|
||||
670E7BB91EF9812B00A8E9ED /* ugc_db.cpp in Sources */,
|
||||
E162BD40213EAEF6007ADEF1 /* emitter_restaurants.cpp in Sources */,
|
||||
4032E72F225D151D00D33617 /* filter_planet.cpp in Sources */,
|
||||
671C2D7922AFD995008B2B8B /* geo_object_info_getter.cpp in Sources */,
|
||||
56FB438E2164F571002099B3 /* node.cpp in Sources */,
|
||||
671C2D7122AFD983008B2B8B /* street_regions_tracing.cpp in Sources */,
|
||||
675340831A3F2A7400A0A8C3 /* statistics.cpp in Sources */,
|
||||
4032E729225D151D00D33617 /* translator_world.cpp in Sources */,
|
||||
E162BD52213EAF2D007ADEF1 /* ways_merger.cpp in Sources */,
|
||||
407E8A132265FEE100C6E668 /* ratings_section_builder.cpp in Sources */,
|
||||
56FB438B2164F571002099B3 /* region_base.cpp in Sources */,
|
||||
4088CE2521AE995D00E2702A /* brands_loader.cpp in Sources */,
|
||||
671C2D6F22AFD983008B2B8B /* streets_filter.cpp in Sources */,
|
||||
56FB43882164F571002099B3 /* region.cpp in Sources */,
|
||||
4032E735225D151D00D33617 /* feature_maker_base.cpp in Sources */,
|
||||
56A1B7B021A82C3F00246F8C /* maxspeeds_parser.cpp in Sources */,
|
||||
4032E72E225D151D00D33617 /* filter_collection.cpp in Sources */,
|
||||
670E7BB51EF9812B00A8E9ED /* road_access_generator.cpp in Sources */,
|
||||
671C2D6A22AFD983008B2B8B /* streets_builder.cpp in Sources */,
|
||||
34F558871DBF4C9600A4FC11 /* opentable_dataset.cpp in Sources */,
|
||||
401E3184225C971400DE7EB8 /* descriptions_section_builder.cpp in Sources */,
|
||||
401E3180225C971400DE7EB8 /* wiki_url_dumper.cpp in Sources */,
|
||||
|
|
|
@ -57,6 +57,14 @@
|
|||
670F887A1CE4CA9C003F68BA /* libopening_hours.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 670F88781CE4CA81003F68BA /* libopening_hours.a */; };
|
||||
6719DD5E1B95AB0F0018166F /* libtess2.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 6719DD5D1B95AB0F0018166F /* libtess2.a */; };
|
||||
6719DD5F1B95AB570018166F /* libtess2.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 6719DD5D1B95AB0F0018166F /* libtess2.a */; };
|
||||
671C2D8122AFDAB4008B2B8B /* street_geometry_tests.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 671C2D7A22AFDAB4008B2B8B /* street_geometry_tests.cpp */; };
|
||||
671C2D8222AFDAB4008B2B8B /* descriptions_section_builder_tests.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 671C2D7B22AFDAB4008B2B8B /* descriptions_section_builder_tests.cpp */; };
|
||||
671C2D8322AFDAB4008B2B8B /* camera_collector_tests.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 671C2D7C22AFDAB4008B2B8B /* camera_collector_tests.cpp */; };
|
||||
671C2D8522AFDAB4008B2B8B /* popularity_builder_tests.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 671C2D7E22AFDAB4008B2B8B /* popularity_builder_tests.cpp */; };
|
||||
671C2D8622AFDAB4008B2B8B /* brands_loader_test.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 671C2D7F22AFDAB4008B2B8B /* brands_loader_test.cpp */; };
|
||||
671C2D8722AFDAB4008B2B8B /* street_regions_tracing_tests.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 671C2D8022AFDAB4008B2B8B /* street_regions_tracing_tests.cpp */; };
|
||||
671C2D8922AFE250008B2B8B /* libtraffic.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 671C2D8822AFE250008B2B8B /* libtraffic.a */; };
|
||||
671C2D8B22AFE2F7008B2B8B /* libdescriptions.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 671C2D8A22AFE2F7008B2B8B /* libdescriptions.a */; };
|
||||
671ED3BF20D4098100D4317E /* node_mixer_test.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 671ED3B720D4098000D4317E /* node_mixer_test.cpp */; };
|
||||
671ED3C020D4098100D4317E /* restriction_test.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 671ED3B820D4098000D4317E /* restriction_test.cpp */; };
|
||||
671ED3C120D4098100D4317E /* srtm_parser_test.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 671ED3B920D4098000D4317E /* srtm_parser_test.cpp */; };
|
||||
|
@ -243,6 +251,14 @@
|
|||
670E7BC61EF992F600A8E9ED /* libsqlite3.tbd */ = {isa = PBXFileReference; lastKnownFileType = "sourcecode.text-based-dylib-definition"; name = libsqlite3.tbd; path = usr/lib/libsqlite3.tbd; sourceTree = SDKROOT; };
|
||||
670F88781CE4CA81003F68BA /* libopening_hours.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libopening_hours.a; path = "../../../omim-xcode-build/Release/libopening_hours.a"; sourceTree = "<group>"; };
|
||||
6719DD5D1B95AB0F0018166F /* libtess2.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libtess2.a; path = "../../../omim-xcode-build/Debug/libtess2.a"; sourceTree = "<group>"; };
|
||||
671C2D7A22AFDAB4008B2B8B /* street_geometry_tests.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = street_geometry_tests.cpp; sourceTree = "<group>"; };
|
||||
671C2D7B22AFDAB4008B2B8B /* descriptions_section_builder_tests.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = descriptions_section_builder_tests.cpp; sourceTree = "<group>"; };
|
||||
671C2D7C22AFDAB4008B2B8B /* camera_collector_tests.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = camera_collector_tests.cpp; sourceTree = "<group>"; };
|
||||
671C2D7E22AFDAB4008B2B8B /* popularity_builder_tests.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = popularity_builder_tests.cpp; sourceTree = "<group>"; };
|
||||
671C2D7F22AFDAB4008B2B8B /* brands_loader_test.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = brands_loader_test.cpp; sourceTree = "<group>"; };
|
||||
671C2D8022AFDAB4008B2B8B /* street_regions_tracing_tests.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = street_regions_tracing_tests.cpp; sourceTree = "<group>"; };
|
||||
671C2D8822AFE250008B2B8B /* libtraffic.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; path = libtraffic.a; sourceTree = BUILT_PRODUCTS_DIR; };
|
||||
671C2D8A22AFE2F7008B2B8B /* libdescriptions.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; path = libdescriptions.a; sourceTree = BUILT_PRODUCTS_DIR; };
|
||||
671ED3B720D4098000D4317E /* node_mixer_test.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = node_mixer_test.cpp; sourceTree = "<group>"; };
|
||||
671ED3B820D4098000D4317E /* restriction_test.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = restriction_test.cpp; sourceTree = "<group>"; };
|
||||
671ED3B920D4098000D4317E /* srtm_parser_test.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = srtm_parser_test.cpp; sourceTree = "<group>"; };
|
||||
|
@ -318,6 +334,8 @@
|
|||
isa = PBXFrameworksBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
671C2D8B22AFE2F7008B2B8B /* libdescriptions.a in Frameworks */,
|
||||
671C2D8922AFE250008B2B8B /* libtraffic.a in Frameworks */,
|
||||
671ED3CB20D40A8C00D4317E /* libminizip.a in Frameworks */,
|
||||
677E2A0A1CAAC771001DC42A /* libz.tbd in Frameworks */,
|
||||
671ED3C920D40A3E00D4317E /* libgenerator_tests_support.a in Frameworks */,
|
||||
|
@ -474,6 +492,8 @@
|
|||
34F558551DBF3CD800A4FC11 /* Frameworks */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
671C2D8A22AFE2F7008B2B8B /* libdescriptions.a */,
|
||||
671C2D8822AFE250008B2B8B /* libtraffic.a */,
|
||||
401E3188225C988500DE7EB8 /* libdescriptions.a */,
|
||||
671ED3CA20D40A8C00D4317E /* libminizip.a */,
|
||||
671ED3C820D40A3E00D4317E /* libgenerator_tests_support.a */,
|
||||
|
@ -504,6 +524,12 @@
|
|||
6726C1D71A4C27A5005EEA39 /* generator_tests */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
671C2D7F22AFDAB4008B2B8B /* brands_loader_test.cpp */,
|
||||
671C2D7C22AFDAB4008B2B8B /* camera_collector_tests.cpp */,
|
||||
671C2D7B22AFDAB4008B2B8B /* descriptions_section_builder_tests.cpp */,
|
||||
671C2D7E22AFDAB4008B2B8B /* popularity_builder_tests.cpp */,
|
||||
671C2D7A22AFDAB4008B2B8B /* street_geometry_tests.cpp */,
|
||||
671C2D8022AFDAB4008B2B8B /* street_regions_tracing_tests.cpp */,
|
||||
56A1B7A321A82BF700246F8C /* maxspeeds_tests.cpp */,
|
||||
56A6C3CF219AFDEE00A52855 /* common.cpp */,
|
||||
56A6C3CE219AFDED00A52855 /* common.hpp */,
|
||||
|
@ -726,6 +752,7 @@
|
|||
developmentRegion = English;
|
||||
hasScannedForEncodings = 0;
|
||||
knownRegions = (
|
||||
English,
|
||||
en,
|
||||
);
|
||||
mainGroup = 6753414F1A3F54D800A0A8C3;
|
||||
|
@ -764,9 +791,13 @@
|
|||
56A6C3D2219AFDEE00A52855 /* filter_elements_tests.cpp in Sources */,
|
||||
670E7BC51EF9860100A8E9ED /* ugc_test.cpp in Sources */,
|
||||
56A1B7A421A82BF700246F8C /* maxspeeds_tests.cpp in Sources */,
|
||||
671C2D8522AFDAB4008B2B8B /* popularity_builder_tests.cpp in Sources */,
|
||||
67AB92D21B75156B00AB5194 /* feature_merger_test.cpp in Sources */,
|
||||
671C2D8722AFDAB4008B2B8B /* street_regions_tracing_tests.cpp in Sources */,
|
||||
67AB92C31B73C29000AB5194 /* source_to_element_test.cpp in Sources */,
|
||||
671C2D8622AFDAB4008B2B8B /* brands_loader_test.cpp in Sources */,
|
||||
671ED3C520D4098100D4317E /* sponsored_storage_tests.cpp in Sources */,
|
||||
671C2D8222AFDAB4008B2B8B /* descriptions_section_builder_tests.cpp in Sources */,
|
||||
671ED3C120D4098100D4317E /* srtm_parser_test.cpp in Sources */,
|
||||
671ED3C220D4098100D4317E /* restriction_collector_test.cpp in Sources */,
|
||||
677792521C1B2E9700EC9499 /* metadata_parser_test.cpp in Sources */,
|
||||
|
@ -776,6 +807,8 @@
|
|||
67AB92D11B75156700AB5194 /* feature_builder_test.cpp in Sources */,
|
||||
671ED3C320D4098100D4317E /* altitude_test.cpp in Sources */,
|
||||
671ED3C020D4098100D4317E /* restriction_test.cpp in Sources */,
|
||||
671C2D8122AFDAB4008B2B8B /* street_geometry_tests.cpp in Sources */,
|
||||
671C2D8322AFDAB4008B2B8B /* camera_collector_tests.cpp in Sources */,
|
||||
67AB92C21B73C27300AB5194 /* source_data.cpp in Sources */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
|
@ -811,6 +844,13 @@
|
|||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
GCC_INLINES_ARE_PRIVATE_EXTERN = NO;
|
||||
GCC_PREPROCESSOR_DEFINITIONS = (
|
||||
"$(inherited)",
|
||||
DEBUG,
|
||||
_DEBUG,
|
||||
HAVE_PTHREAD,
|
||||
"OMIM_UNIT_TEST_DISABLE_PLATFORM_INIT=1",
|
||||
);
|
||||
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
|
||||
PRODUCT_NAME = generator_tests;
|
||||
WARNING_CFLAGS = "-Wnull-conversion";
|
||||
|
|
|
@ -63,6 +63,7 @@
|
|||
670F299C1BAABDA600F2ABF4 /* transformations_test.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 670F293A1BA9D2E700F2ABF4 /* transformations_test.cpp */; };
|
||||
670F299D1BAABDA600F2ABF4 /* tree_test.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 670F293B1BA9D2E700F2ABF4 /* tree_test.cpp */; };
|
||||
670F299E1BAABDA600F2ABF4 /* vector_test.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 670F293C1BA9D2E700F2ABF4 /* vector_test.cpp */; };
|
||||
671C2D5522AFD905008B2B8B /* meter.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 671C2D5422AFD904008B2B8B /* meter.hpp */; };
|
||||
6741AAA01BF35476002C974C /* latlon.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 6741AA9E1BF35476002C974C /* latlon.cpp */; };
|
||||
6741AAA11BF35476002C974C /* latlon.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 6741AA9F1BF35476002C974C /* latlon.hpp */; };
|
||||
675344BC1A3F687400A0A8C3 /* angles.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 6753449F1A3F687400A0A8C3 /* angles.cpp */; };
|
||||
|
@ -170,6 +171,7 @@
|
|||
670F297E1BA9D41E00F2ABF4 /* testingmain.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = testingmain.cpp; path = ../../testing/testingmain.cpp; sourceTree = "<group>"; };
|
||||
670F29811BA9D46F00F2ABF4 /* libbase.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libbase.a; path = "../../../omim-xcode-build/Debug/libbase.a"; sourceTree = "<group>"; };
|
||||
670F29821BA9D46F00F2ABF4 /* libindexer.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libindexer.a; path = "../../../omim-xcode-build/Debug/libindexer.a"; sourceTree = "<group>"; };
|
||||
671C2D5422AFD904008B2B8B /* meter.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = meter.hpp; sourceTree = "<group>"; };
|
||||
6741AA9E1BF35476002C974C /* latlon.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = latlon.cpp; sourceTree = "<group>"; };
|
||||
6741AA9F1BF35476002C974C /* latlon.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = latlon.hpp; sourceTree = "<group>"; };
|
||||
675344911A3F684600A0A8C3 /* libgeometry.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libgeometry.a; sourceTree = BUILT_PRODUCTS_DIR; };
|
||||
|
@ -302,6 +304,7 @@
|
|||
675344931A3F684600A0A8C3 /* geometry */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
671C2D5422AFD904008B2B8B /* meter.hpp */,
|
||||
39396ECB210B2E590054AC20 /* parametrized_segment.hpp */,
|
||||
39B2B9721FB4681400AB85A1 /* line2d.hpp */,
|
||||
39B2B96F1FB4680500AB85A1 /* diamond_box.cpp */,
|
||||
|
@ -376,6 +379,7 @@
|
|||
isa = PBXHeadersBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
671C2D5522AFD905008B2B8B /* meter.hpp in Headers */,
|
||||
675344BD1A3F687400A0A8C3 /* angles.hpp in Headers */,
|
||||
675344E01A3F68F900A0A8C3 /* boost_concept.hpp in Headers */,
|
||||
39B2B9731FB4681400AB85A1 /* line2d.hpp in Headers */,
|
||||
|
@ -473,6 +477,7 @@
|
|||
developmentRegion = English;
|
||||
hasScannedForEncodings = 0;
|
||||
knownRegions = (
|
||||
English,
|
||||
en,
|
||||
);
|
||||
mainGroup = 675344881A3F684600A0A8C3;
|
||||
|
|
Loading…
Add table
Reference in a new issue