mirror of
https://codeberg.org/comaps/comaps
synced 2025-12-19 04:53:36 +00:00
[xcode] Remove files deleted from disk also from xcode project
Signed-off-by: Alexander Borsuk <me@alex.bio>
This commit is contained in:
committed by
Konstantin Pastbin
parent
f7fb0e80e5
commit
de7f60ea37
@@ -78,7 +78,6 @@
|
||||
3D78157B1F3D89EC0068B6AC /* waiter.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 3D78157A1F3D89EC0068B6AC /* waiter.hpp */; };
|
||||
56290B8A206D0887003892E0 /* lru_cache.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 56290B89206D0887003892E0 /* lru_cache.hpp */; };
|
||||
564BB445206E89ED00BDD211 /* fifo_cache.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 564BB444206E89ED00BDD211 /* fifo_cache.hpp */; };
|
||||
564C197F254AF8AF007471CE /* optional_lock_guard_tests.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 564C197E254AF8AF007471CE /* optional_lock_guard_tests.cpp */; };
|
||||
56B1A0751E69DE4D00395022 /* random.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 56B1A0721E69DE4D00395022 /* random.hpp */; };
|
||||
56B1A0761E69DE4D00395022 /* small_set.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 56B1A0731E69DE4D00395022 /* small_set.hpp */; };
|
||||
670E39441C46C76900E9C0A6 /* sunrise_sunset.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 670E39421C46C76900E9C0A6 /* sunrise_sunset.cpp */; };
|
||||
@@ -226,7 +225,6 @@
|
||||
56290B8B206D0937003892E0 /* lru_cache_tests.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = lru_cache_tests.cpp; sourceTree = "<group>"; };
|
||||
564BB444206E89ED00BDD211 /* fifo_cache.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = fifo_cache.hpp; sourceTree = "<group>"; };
|
||||
564BB446206E8A4D00BDD211 /* fifo_cache_test.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = fifo_cache_test.cpp; sourceTree = "<group>"; };
|
||||
564C197E254AF8AF007471CE /* optional_lock_guard_tests.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = optional_lock_guard_tests.cpp; sourceTree = "<group>"; };
|
||||
56B1A0721E69DE4D00395022 /* random.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = random.hpp; sourceTree = "<group>"; };
|
||||
56B1A0731E69DE4D00395022 /* small_set.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = small_set.hpp; sourceTree = "<group>"; };
|
||||
670E39421C46C76900E9C0A6 /* sunrise_sunset.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = sunrise_sunset.cpp; sourceTree = "<group>"; };
|
||||
@@ -351,7 +349,6 @@
|
||||
3446C67E1DDCAA6E00146687 /* newtype_test.cpp */,
|
||||
F61B9796229BFDF1000E878B /* non_intersecting_intervals_tests.cpp */,
|
||||
39FD26D51CC65A0E00AFF551 /* observer_list_test.cpp */,
|
||||
564C197E254AF8AF007471CE /* optional_lock_guard_tests.cpp */,
|
||||
39FD26D61CC65A0E00AFF551 /* range_iterator_test.cpp */,
|
||||
3446C67F1DDCAA6E00146687 /* ref_counted_tests.cpp */,
|
||||
39FD26D71CC65A0E00AFF551 /* regexp_test.cpp */,
|
||||
@@ -702,7 +699,6 @@
|
||||
390F1C12229429A700EA58E3 /* thread_pool_computational_tests.cpp in Sources */,
|
||||
3446C6821DDCAA7400146687 /* newtype_test.cpp in Sources */,
|
||||
FACB768426B8739300810C9C /* checked_cast_tests.cpp in Sources */,
|
||||
564C197F254AF8AF007471CE /* optional_lock_guard_tests.cpp in Sources */,
|
||||
39FD27231CC65AD000AFF551 /* collection_cast_test.cpp in Sources */,
|
||||
39FD272E1CC65AD000AFF551 /* rolling_hash_test.cpp in Sources */,
|
||||
39FD27361CC65AD000AFF551 /* threaded_list_test.cpp in Sources */,
|
||||
|
||||
@@ -110,7 +110,6 @@
|
||||
FACB7B1226B913F400810C9C /* srtm_parser.hpp in Headers */ = {isa = PBXBuildFile; fileRef = FACB79C226B913F300810C9C /* srtm_parser.hpp */; };
|
||||
FACB7B1326B913F400810C9C /* transit_generator.cpp in Sources */ = {isa = PBXBuildFile; fileRef = FACB79C326B913F300810C9C /* transit_generator.cpp */; };
|
||||
FACB7B1426B913F400810C9C /* popular_places_section_builder.hpp in Headers */ = {isa = PBXBuildFile; fileRef = FACB79C426B913F300810C9C /* popular_places_section_builder.hpp */; };
|
||||
FACB7B1526B913F400810C9C /* collector_city_area.cpp in Sources */ = {isa = PBXBuildFile; fileRef = FACB79C526B913F300810C9C /* collector_city_area.cpp */; };
|
||||
FACB7B1626B913F400810C9C /* raw_generator_writer.hpp in Headers */ = {isa = PBXBuildFile; fileRef = FACB79C626B913F300810C9C /* raw_generator_writer.hpp */; };
|
||||
FACB7B1726B913F400810C9C /* brands_loader.cpp in Sources */ = {isa = PBXBuildFile; fileRef = FACB79C726B913F300810C9C /* brands_loader.cpp */; };
|
||||
FACB7B1826B913F400810C9C /* translator_collection.hpp in Headers */ = {isa = PBXBuildFile; fileRef = FACB79C826B913F300810C9C /* translator_collection.hpp */; };
|
||||
@@ -160,7 +159,6 @@
|
||||
FACB7B8626B913F400810C9C /* routing_helpers.hpp in Headers */ = {isa = PBXBuildFile; fileRef = FACB7A4526B913F300810C9C /* routing_helpers.hpp */; };
|
||||
FACB7B8726B913F400810C9C /* altitude_generator.hpp in Headers */ = {isa = PBXBuildFile; fileRef = FACB7A4626B913F300810C9C /* altitude_generator.hpp */; };
|
||||
FACB7B8826B913F400810C9C /* cross_mwm_osm_ways_collector.cpp in Sources */ = {isa = PBXBuildFile; fileRef = FACB7A4726B913F300810C9C /* cross_mwm_osm_ways_collector.cpp */; };
|
||||
FACB7B8926B913F400810C9C /* type_helper.hpp in Headers */ = {isa = PBXBuildFile; fileRef = FACB7A4826B913F300810C9C /* type_helper.hpp */; };
|
||||
FACB7B8A26B913F400810C9C /* search_index_builder.hpp in Headers */ = {isa = PBXBuildFile; fileRef = FACB7A4926B913F300810C9C /* search_index_builder.hpp */; };
|
||||
FACB7B8B26B913F400810C9C /* filter_planet.hpp in Headers */ = {isa = PBXBuildFile; fileRef = FACB7A4A26B913F300810C9C /* filter_planet.hpp */; };
|
||||
FACB7B8C26B913F400810C9C /* isolines_generator.cpp in Sources */ = {isa = PBXBuildFile; fileRef = FACB7A4B26B913F300810C9C /* isolines_generator.cpp */; };
|
||||
@@ -176,7 +174,6 @@
|
||||
FACB7B9626B913F400810C9C /* popular_places_section_builder.cpp in Sources */ = {isa = PBXBuildFile; fileRef = FACB7A5526B913F300810C9C /* popular_places_section_builder.cpp */; };
|
||||
FACB7B9726B913F400810C9C /* brands_loader.hpp in Headers */ = {isa = PBXBuildFile; fileRef = FACB7A5626B913F300810C9C /* brands_loader.hpp */; };
|
||||
FACB7B9826B913F400810C9C /* raw_generator_writer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = FACB7A5726B913F300810C9C /* raw_generator_writer.cpp */; };
|
||||
FACB7B9926B913F400810C9C /* collector_city_area.hpp in Headers */ = {isa = PBXBuildFile; fileRef = FACB7A5826B913F300810C9C /* collector_city_area.hpp */; };
|
||||
FACB7B9A26B913F400810C9C /* holes.hpp in Headers */ = {isa = PBXBuildFile; fileRef = FACB7A5926B913F300810C9C /* holes.hpp */; };
|
||||
FACB7B9B26B913F400810C9C /* osm_source.hpp in Headers */ = {isa = PBXBuildFile; fileRef = FACB7A5A26B913F300810C9C /* osm_source.hpp */; };
|
||||
FACB7B9C26B913F400810C9C /* tag_admixer.hpp in Headers */ = {isa = PBXBuildFile; fileRef = FACB7A5B26B913F300810C9C /* tag_admixer.hpp */; };
|
||||
@@ -202,7 +199,6 @@
|
||||
FACB7BB026B913F400810C9C /* collector_tag.hpp in Headers */ = {isa = PBXBuildFile; fileRef = FACB7A6F26B913F300810C9C /* collector_tag.hpp */; };
|
||||
FACB7BB126B913F400810C9C /* hierarchy_entry.cpp in Sources */ = {isa = PBXBuildFile; fileRef = FACB7A7026B913F300810C9C /* hierarchy_entry.cpp */; };
|
||||
FACB7BB226B913F400810C9C /* processor_complex.cpp in Sources */ = {isa = PBXBuildFile; fileRef = FACB7A7126B913F300810C9C /* processor_complex.cpp */; };
|
||||
FACB7BB326B913F400810C9C /* final_processor_interface.cpp in Sources */ = {isa = PBXBuildFile; fileRef = FACB7A7226B913F300810C9C /* final_processor_interface.cpp */; };
|
||||
FACB7BB426B913F400810C9C /* hierarchy.hpp in Headers */ = {isa = PBXBuildFile; fileRef = FACB7A7326B913F300810C9C /* hierarchy.hpp */; };
|
||||
FACB7BB526B913F400810C9C /* mini_roundabout_transformer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = FACB7A7426B913F300810C9C /* mini_roundabout_transformer.cpp */; };
|
||||
FACB7BB626B913F400810C9C /* unpack_mwm.cpp in Sources */ = {isa = PBXBuildFile; fileRef = FACB7A7526B913F300810C9C /* unpack_mwm.cpp */; };
|
||||
@@ -223,8 +219,6 @@
|
||||
FACB7BC526B913F400810C9C /* search_index_builder.cpp in Sources */ = {isa = PBXBuildFile; fileRef = FACB7A8426B913F300810C9C /* search_index_builder.cpp */; };
|
||||
FACB7BC626B913F400810C9C /* dumper.hpp in Headers */ = {isa = PBXBuildFile; fileRef = FACB7A8526B913F300810C9C /* dumper.hpp */; };
|
||||
FACB7BC726B913F400810C9C /* isolines_generator.hpp in Headers */ = {isa = PBXBuildFile; fileRef = FACB7A8626B913F300810C9C /* isolines_generator.hpp */; };
|
||||
FACB7BC826B913F400810C9C /* boost_helpers.hpp in Headers */ = {isa = PBXBuildFile; fileRef = FACB7A8726B913F300810C9C /* boost_helpers.hpp */; };
|
||||
FACB7BC926B913F400810C9C /* type_helper.cpp in Sources */ = {isa = PBXBuildFile; fileRef = FACB7A8826B913F300810C9C /* type_helper.cpp */; };
|
||||
FACB7BCB26B913F400810C9C /* boundary_postcodes_enricher.cpp in Sources */ = {isa = PBXBuildFile; fileRef = FACB7A8C26B913F300810C9C /* boundary_postcodes_enricher.cpp */; };
|
||||
FACB7BCC26B913F400810C9C /* maxspeeds_parser.cpp in Sources */ = {isa = PBXBuildFile; fileRef = FACB7A8D26B913F300810C9C /* maxspeeds_parser.cpp */; };
|
||||
FACB7BCD26B913F400810C9C /* osm2type.cpp in Sources */ = {isa = PBXBuildFile; fileRef = FACB7A8E26B913F300810C9C /* osm2type.cpp */; };
|
||||
@@ -406,7 +400,6 @@
|
||||
FACB79C226B913F300810C9C /* srtm_parser.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = srtm_parser.hpp; sourceTree = "<group>"; };
|
||||
FACB79C326B913F300810C9C /* transit_generator.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = transit_generator.cpp; sourceTree = "<group>"; };
|
||||
FACB79C426B913F300810C9C /* popular_places_section_builder.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = popular_places_section_builder.hpp; sourceTree = "<group>"; };
|
||||
FACB79C526B913F300810C9C /* collector_city_area.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = collector_city_area.cpp; sourceTree = "<group>"; };
|
||||
FACB79C626B913F300810C9C /* raw_generator_writer.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = raw_generator_writer.hpp; sourceTree = "<group>"; };
|
||||
FACB79C726B913F300810C9C /* brands_loader.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = brands_loader.cpp; sourceTree = "<group>"; };
|
||||
FACB79C826B913F300810C9C /* translator_collection.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = translator_collection.hpp; sourceTree = "<group>"; };
|
||||
@@ -456,7 +449,6 @@
|
||||
FACB7A4526B913F300810C9C /* routing_helpers.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = routing_helpers.hpp; sourceTree = "<group>"; };
|
||||
FACB7A4626B913F300810C9C /* altitude_generator.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = altitude_generator.hpp; sourceTree = "<group>"; };
|
||||
FACB7A4726B913F300810C9C /* cross_mwm_osm_ways_collector.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = cross_mwm_osm_ways_collector.cpp; sourceTree = "<group>"; };
|
||||
FACB7A4826B913F300810C9C /* type_helper.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = type_helper.hpp; sourceTree = "<group>"; };
|
||||
FACB7A4926B913F300810C9C /* search_index_builder.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = search_index_builder.hpp; sourceTree = "<group>"; };
|
||||
FACB7A4A26B913F300810C9C /* filter_planet.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = filter_planet.hpp; sourceTree = "<group>"; };
|
||||
FACB7A4B26B913F300810C9C /* isolines_generator.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = isolines_generator.cpp; sourceTree = "<group>"; };
|
||||
@@ -472,7 +464,6 @@
|
||||
FACB7A5526B913F300810C9C /* popular_places_section_builder.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = popular_places_section_builder.cpp; sourceTree = "<group>"; };
|
||||
FACB7A5626B913F300810C9C /* brands_loader.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = brands_loader.hpp; sourceTree = "<group>"; };
|
||||
FACB7A5726B913F300810C9C /* raw_generator_writer.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = raw_generator_writer.cpp; sourceTree = "<group>"; };
|
||||
FACB7A5826B913F300810C9C /* collector_city_area.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = collector_city_area.hpp; sourceTree = "<group>"; };
|
||||
FACB7A5926B913F300810C9C /* holes.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = holes.hpp; sourceTree = "<group>"; };
|
||||
FACB7A5A26B913F300810C9C /* osm_source.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = osm_source.hpp; sourceTree = "<group>"; };
|
||||
FACB7A5B26B913F300810C9C /* tag_admixer.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = tag_admixer.hpp; sourceTree = "<group>"; };
|
||||
@@ -498,7 +489,6 @@
|
||||
FACB7A6F26B913F300810C9C /* collector_tag.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = collector_tag.hpp; sourceTree = "<group>"; };
|
||||
FACB7A7026B913F300810C9C /* hierarchy_entry.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = hierarchy_entry.cpp; sourceTree = "<group>"; };
|
||||
FACB7A7126B913F300810C9C /* processor_complex.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = processor_complex.cpp; sourceTree = "<group>"; };
|
||||
FACB7A7226B913F300810C9C /* final_processor_interface.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = final_processor_interface.cpp; sourceTree = "<group>"; };
|
||||
FACB7A7326B913F300810C9C /* hierarchy.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = hierarchy.hpp; sourceTree = "<group>"; };
|
||||
FACB7A7426B913F300810C9C /* mini_roundabout_transformer.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = mini_roundabout_transformer.cpp; sourceTree = "<group>"; };
|
||||
FACB7A7526B913F300810C9C /* unpack_mwm.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = unpack_mwm.cpp; sourceTree = "<group>"; };
|
||||
@@ -519,8 +509,6 @@
|
||||
FACB7A8426B913F300810C9C /* search_index_builder.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = search_index_builder.cpp; sourceTree = "<group>"; };
|
||||
FACB7A8526B913F300810C9C /* dumper.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = dumper.hpp; sourceTree = "<group>"; };
|
||||
FACB7A8626B913F300810C9C /* isolines_generator.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = isolines_generator.hpp; sourceTree = "<group>"; };
|
||||
FACB7A8726B913F300810C9C /* boost_helpers.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = boost_helpers.hpp; sourceTree = "<group>"; };
|
||||
FACB7A8826B913F300810C9C /* type_helper.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = type_helper.cpp; sourceTree = "<group>"; };
|
||||
FACB7A8C26B913F300810C9C /* boundary_postcodes_enricher.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = boundary_postcodes_enricher.cpp; sourceTree = "<group>"; };
|
||||
FACB7A8D26B913F300810C9C /* maxspeeds_parser.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = maxspeeds_parser.cpp; sourceTree = "<group>"; };
|
||||
FACB7A8E26B913F300810C9C /* osm2type.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = osm2type.cpp; sourceTree = "<group>"; };
|
||||
@@ -726,7 +714,6 @@
|
||||
FACB7A4326B913F300810C9C /* affiliation.hpp */,
|
||||
FACB7A8026B913F300810C9C /* altitude_generator.cpp */,
|
||||
FACB7A4626B913F300810C9C /* altitude_generator.hpp */,
|
||||
FACB7A8726B913F300810C9C /* boost_helpers.hpp */,
|
||||
FACB799226B913F300810C9C /* borders.cpp */,
|
||||
FACB7AA726B913F300810C9C /* borders.hpp */,
|
||||
FACB7A8C26B913F300810C9C /* boundary_postcodes_enricher.cpp */,
|
||||
@@ -759,8 +746,6 @@
|
||||
FACB7AC726B913F400810C9C /* collector_building_parts.hpp */,
|
||||
FACB7AA926B913F300810C9C /* collector_camera.cpp */,
|
||||
FACB799726B913F300810C9C /* collector_camera.hpp */,
|
||||
FACB79C526B913F300810C9C /* collector_city_area.cpp */,
|
||||
FACB7A5826B913F300810C9C /* collector_city_area.hpp */,
|
||||
FACB7A5126B913F300810C9C /* collector_collection.cpp */,
|
||||
FACB7A9526B913F300810C9C /* collector_collection.hpp */,
|
||||
FACB79E626B913F300810C9C /* collector_interface.hpp */,
|
||||
@@ -818,7 +803,6 @@
|
||||
FACB7A6D26B913F300810C9C /* final_processor_complex.hpp */,
|
||||
FACB79E826B913F300810C9C /* final_processor_country.cpp */,
|
||||
FACB7A6526B913F300810C9C /* final_processor_country.hpp */,
|
||||
FACB7A7226B913F300810C9C /* final_processor_interface.cpp */,
|
||||
FACB79F726B913F300810C9C /* final_processor_interface.hpp */,
|
||||
FACB7A6826B913F300810C9C /* final_processor_utils.cpp */,
|
||||
FACB79ED26B913F300810C9C /* final_processor_utils.hpp */,
|
||||
@@ -948,8 +932,6 @@
|
||||
FACB79DA26B913F300810C9C /* translator.hpp */,
|
||||
FACB79C126B913F300810C9C /* translators_pool.cpp */,
|
||||
FACB7AD126B913F400810C9C /* translators_pool.hpp */,
|
||||
FACB7A8826B913F300810C9C /* type_helper.cpp */,
|
||||
FACB7A4826B913F300810C9C /* type_helper.hpp */,
|
||||
FACB7A7526B913F300810C9C /* unpack_mwm.cpp */,
|
||||
FACB79F626B913F300810C9C /* unpack_mwm.hpp */,
|
||||
FACB799626B913F300810C9C /* utils.cpp */,
|
||||
@@ -1059,7 +1041,6 @@
|
||||
FACB7BA226B913F400810C9C /* statistics.hpp in Headers */,
|
||||
FACB7B4026B913F400810C9C /* isolines_section_builder.hpp in Headers */,
|
||||
FACB7B1226B913F400810C9C /* srtm_parser.hpp in Headers */,
|
||||
FACB7B8926B913F400810C9C /* type_helper.hpp in Headers */,
|
||||
FACB7AE526B913F400810C9C /* ways_merger.hpp in Headers */,
|
||||
FACB7BEF26B913F400810C9C /* collector_mini_roundabout.hpp in Headers */,
|
||||
FACB7C0426B913F400810C9C /* filter_collection.hpp in Headers */,
|
||||
@@ -1084,7 +1065,6 @@
|
||||
FACB7BD426B913F400810C9C /* routing_city_boundaries_processor.hpp in Headers */,
|
||||
FACB7B3526B913F400810C9C /* hierarchy_entry.hpp in Headers */,
|
||||
FACB7BE426B913F400810C9C /* borders.hpp in Headers */,
|
||||
FACB7B9926B913F400810C9C /* collector_city_area.hpp in Headers */,
|
||||
FACB7B8B26B913F400810C9C /* filter_planet.hpp in Headers */,
|
||||
FACB7B3226B913F400810C9C /* final_processor_utils.hpp in Headers */,
|
||||
FACB7BB926B913F400810C9C /* intermediate_elements.hpp in Headers */,
|
||||
@@ -1094,7 +1074,6 @@
|
||||
FACB7B1626B913F400810C9C /* raw_generator_writer.hpp in Headers */,
|
||||
FACB7AFC26B913F400810C9C /* translator_complex.hpp in Headers */,
|
||||
FACB7B0626B913F400810C9C /* feature_emitter_iface.hpp in Headers */,
|
||||
FACB7BC826B913F400810C9C /* boost_helpers.hpp in Headers */,
|
||||
FACB7ADF26B913F400810C9C /* cluster_finder.hpp in Headers */,
|
||||
FACB7AFA26B913F400810C9C /* feature_merger.hpp in Headers */,
|
||||
FACB7B9726B913F400810C9C /* brands_loader.hpp in Headers */,
|
||||
@@ -1231,7 +1210,6 @@
|
||||
FACB7AEF26B913F400810C9C /* mini_roundabout_info.cpp in Sources */,
|
||||
FACB7B4326B913F400810C9C /* node_mixer.cpp in Sources */,
|
||||
FACB7B2226B913F400810C9C /* towns_dumper.cpp in Sources */,
|
||||
FACB7BC926B913F400810C9C /* type_helper.cpp in Sources */,
|
||||
FACB7BD126B913F400810C9C /* gen_mwm_info.cpp in Sources */,
|
||||
FACB7C0926B913F400810C9C /* srtm_parser.cpp in Sources */,
|
||||
FACB7BBC26B913F400810C9C /* restriction_collector.cpp in Sources */,
|
||||
@@ -1264,7 +1242,6 @@
|
||||
FACB7B9626B913F400810C9C /* popular_places_section_builder.cpp in Sources */,
|
||||
FACB7BE226B913F400810C9C /* ways_merger.cpp in Sources */,
|
||||
FACB7B8D26B913F400810C9C /* dumper.cpp in Sources */,
|
||||
FACB7BB326B913F400810C9C /* final_processor_interface.cpp in Sources */,
|
||||
FACB7B3326B913F400810C9C /* road_access_generator.cpp in Sources */,
|
||||
FACB7ADB26B913F400810C9C /* routing_index_generator.cpp in Sources */,
|
||||
FACB7BB626B913F400810C9C /* unpack_mwm.cpp in Sources */,
|
||||
@@ -1285,7 +1262,6 @@
|
||||
FACB7BED26B913F400810C9C /* composite_id.cpp in Sources */,
|
||||
FACB7BAD26B913F400810C9C /* complex_loader.cpp in Sources */,
|
||||
FACB7BB826B913F400810C9C /* metalines_builder.cpp in Sources */,
|
||||
FACB7B1526B913F400810C9C /* collector_city_area.cpp in Sources */,
|
||||
FACB7AD926B913F400810C9C /* filter_elements.cpp in Sources */,
|
||||
FACB7AEC26B913F400810C9C /* city_roads_generator.cpp in Sources */,
|
||||
FACB7AD526B913F400810C9C /* processor_world.cpp in Sources */,
|
||||
|
||||
@@ -66,7 +66,6 @@
|
||||
456B3FB41EDEEB65009B3D1F /* scales_patch.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 456B3FB31EDEEB65009B3D1F /* scales_patch.hpp */; };
|
||||
456E1B181F90E5B7009C32E1 /* cities_boundaries_serdes.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 456E1B141F90E5B6009C32E1 /* cities_boundaries_serdes.hpp */; };
|
||||
456E1B1B1F90E5B7009C32E1 /* city_boundary.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 456E1B171F90E5B7009C32E1 /* city_boundary.hpp */; };
|
||||
467F34202BCAB6DE00CDC7DE /* yes_no_unknown.h in Headers */ = {isa = PBXBuildFile; fileRef = 467F341F2BCAB6DE00CDC7DE /* yes_no_unknown.h */; };
|
||||
46CB685D2CBC17F2003E40AB /* edit_journal.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 46CB685B2CBC17F2003E40AB /* edit_journal.hpp */; };
|
||||
46CB685E2CBC17F2003E40AB /* edit_journal.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 46CB685C2CBC17F2003E40AB /* edit_journal.cpp */; };
|
||||
56C74C1C1C749E4700B71B9F /* categories_holder_loader.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 56C74C121C749E4700B71B9F /* categories_holder_loader.cpp */; };
|
||||
@@ -93,7 +92,6 @@
|
||||
670BAA9C1D0B06E1000302DA /* data_source_test.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 670C61011AB065B100C38A8C /* data_source_test.cpp */; };
|
||||
670BAA9D1D0B06E1000302DA /* interval_index_test.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 670C61021AB065B100C38A8C /* interval_index_test.cpp */; };
|
||||
670BAA9E1D0B06E1000302DA /* mwm_set_test.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 670C61041AB065B100C38A8C /* mwm_set_test.cpp */; };
|
||||
670BAAA01D0B06E1000302DA /* scales_test.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 670C61061AB065B100C38A8C /* scales_test.cpp */; };
|
||||
670BAAA11D0B06E1000302DA /* sort_and_merge_intervals_test.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 670C61071AB065B100C38A8C /* sort_and_merge_intervals_test.cpp */; };
|
||||
670BAAA31D0B06E1000302DA /* test_type.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 670C610A1AB065B100C38A8C /* test_type.cpp */; };
|
||||
670BAAA41D0B06E1000302DA /* visibility_test.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 670C610B1AB065B100C38A8C /* visibility_test.cpp */; };
|
||||
@@ -300,7 +298,6 @@
|
||||
456B3FB31EDEEB65009B3D1F /* scales_patch.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = scales_patch.hpp; sourceTree = "<group>"; };
|
||||
456E1B141F90E5B6009C32E1 /* cities_boundaries_serdes.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = cities_boundaries_serdes.hpp; sourceTree = "<group>"; };
|
||||
456E1B171F90E5B7009C32E1 /* city_boundary.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = city_boundary.hpp; sourceTree = "<group>"; };
|
||||
467F341F2BCAB6DE00CDC7DE /* yes_no_unknown.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = yes_no_unknown.h; sourceTree = "<group>"; };
|
||||
46CB685B2CBC17F2003E40AB /* edit_journal.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = edit_journal.hpp; sourceTree = "<group>"; };
|
||||
46CB685C2CBC17F2003E40AB /* edit_journal.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = edit_journal.cpp; sourceTree = "<group>"; };
|
||||
56C74C121C749E4700B71B9F /* categories_holder_loader.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = categories_holder_loader.cpp; sourceTree = "<group>"; };
|
||||
@@ -327,7 +324,6 @@
|
||||
670C61011AB065B100C38A8C /* data_source_test.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = data_source_test.cpp; sourceTree = "<group>"; };
|
||||
670C61021AB065B100C38A8C /* interval_index_test.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = interval_index_test.cpp; sourceTree = "<group>"; };
|
||||
670C61041AB065B100C38A8C /* mwm_set_test.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = mwm_set_test.cpp; sourceTree = "<group>"; };
|
||||
670C61061AB065B100C38A8C /* scales_test.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = scales_test.cpp; sourceTree = "<group>"; };
|
||||
670C61071AB065B100C38A8C /* sort_and_merge_intervals_test.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = sort_and_merge_intervals_test.cpp; sourceTree = "<group>"; };
|
||||
670C610A1AB065B100C38A8C /* test_type.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = test_type.cpp; sourceTree = "<group>"; };
|
||||
670C610B1AB065B100C38A8C /* visibility_test.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = visibility_test.cpp; sourceTree = "<group>"; };
|
||||
@@ -562,7 +558,6 @@
|
||||
56C74C2A1C749E8100B71B9F /* rank_table_test.cpp */,
|
||||
4067554B242BB04800EB8F8B /* read_features_tests.cpp */,
|
||||
39F376C1207D324E0058E8E0 /* scale_index_reading_tests.cpp */,
|
||||
670C61061AB065B100C38A8C /* scales_test.cpp */,
|
||||
56C74C2B1C749E8100B71B9F /* search_string_utils_test.cpp */,
|
||||
670C61071AB065B100C38A8C /* sort_and_merge_intervals_test.cpp */,
|
||||
3D489BA91D3D1F8A0052AA38 /* string_slice_tests.cpp */,
|
||||
@@ -741,7 +736,6 @@
|
||||
394E1E0922BBB5EB00E4BC75 /* utils.hpp */,
|
||||
FA7F9B83273F32680093EA08 /* validate_and_format_contacts.cpp */,
|
||||
FA7F9B82273F32680093EA08 /* validate_and_format_contacts.hpp */,
|
||||
467F341F2BCAB6DE00CDC7DE /* yes_no_unknown.h */,
|
||||
);
|
||||
name = indexer;
|
||||
path = ../../indexer;
|
||||
@@ -806,7 +800,6 @@
|
||||
6758AED21BB4413000C26E27 /* drules_selector_parser.hpp in Headers */,
|
||||
6753413F1A3F540F00A0A8C3 /* scale_index.hpp in Headers */,
|
||||
6753410E1A3F540F00A0A8C3 /* drawing_rules.hpp in Headers */,
|
||||
467F34202BCAB6DE00CDC7DE /* yes_no_unknown.h in Headers */,
|
||||
FA7F9B84273F32680093EA08 /* validate_and_format_contacts.hpp in Headers */,
|
||||
670C615C1AB0691900C38A8C /* features_offsets_table.hpp in Headers */,
|
||||
6758AED41BB4413000C26E27 /* drules_selector.hpp in Headers */,
|
||||
@@ -973,7 +966,6 @@
|
||||
670BAA8F1D0B06A6000302DA /* rank_table_test.cpp in Sources */,
|
||||
FACB7C1026B9177F00810C9C /* read_features_tests.cpp in Sources */,
|
||||
670BAA981D0B06E1000302DA /* features_offsets_table_test.cpp in Sources */,
|
||||
670BAAA01D0B06E1000302DA /* scales_test.cpp in Sources */,
|
||||
670BAA9E1D0B06E1000302DA /* mwm_set_test.cpp in Sources */,
|
||||
670BAA911D0B06B4000302DA /* categories_test.cpp in Sources */,
|
||||
3D489BC81D3D22190052AA38 /* string_slice_tests.cpp in Sources */,
|
||||
|
||||
@@ -29,7 +29,6 @@
|
||||
3DA5723320C195ED007BDE27 /* viewport_search_callback.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3DA5722F20C195EC007BDE27 /* viewport_search_callback.cpp */; };
|
||||
3DBD7B92240D523400ED9FE8 /* elevation_info.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3DBD7B90240D523300ED9FE8 /* elevation_info.cpp */; };
|
||||
3DBD7B93240D523400ED9FE8 /* elevation_info.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 3DBD7B91240D523300ED9FE8 /* elevation_info.hpp */; };
|
||||
3DD692B3220AD240001C3C62 /* caching_address_getter.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 3DD692B2220AD240001C3C62 /* caching_address_getter.hpp */; };
|
||||
3DEE1ADE21EE03B400054A91 /* power_management_schemas.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 3DEE1ADA21EE03B400054A91 /* power_management_schemas.hpp */; };
|
||||
3DEE1ADF21EE03B400054A91 /* power_manager.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 3DEE1ADB21EE03B400054A91 /* power_manager.hpp */; };
|
||||
3DEE1AE021EE03B400054A91 /* power_manager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3DEE1ADC21EE03B400054A91 /* power_manager.cpp */; };
|
||||
@@ -175,7 +174,6 @@
|
||||
3DA5722F20C195EC007BDE27 /* viewport_search_callback.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = viewport_search_callback.cpp; sourceTree = "<group>"; };
|
||||
3DBD7B90240D523300ED9FE8 /* elevation_info.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = elevation_info.cpp; sourceTree = "<group>"; };
|
||||
3DBD7B91240D523300ED9FE8 /* elevation_info.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = elevation_info.hpp; sourceTree = "<group>"; };
|
||||
3DD692B2220AD240001C3C62 /* caching_address_getter.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = caching_address_getter.hpp; sourceTree = "<group>"; };
|
||||
3DEE1ADA21EE03B400054A91 /* power_management_schemas.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = power_management_schemas.hpp; sourceTree = "<group>"; };
|
||||
3DEE1ADB21EE03B400054A91 /* power_manager.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = power_manager.hpp; sourceTree = "<group>"; };
|
||||
3DEE1ADC21EE03B400054A91 /* power_manager.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = power_manager.cpp; sourceTree = "<group>"; };
|
||||
@@ -404,7 +402,6 @@
|
||||
675345DB1A4054E800A0A8C3 /* bookmark.cpp */,
|
||||
675345DC1A4054E800A0A8C3 /* bookmark.hpp */,
|
||||
0831F23B200E53600034C365 /* bookmarks_search_params.hpp */,
|
||||
3DD692B2220AD240001C3C62 /* caching_address_getter.hpp */,
|
||||
348AB57A1D7EE0C6009F8301 /* chart_generator.cpp */,
|
||||
348AB57B1D7EE0C6009F8301 /* chart_generator.hpp */,
|
||||
3DBD7B90240D523300ED9FE8 /* elevation_info.cpp */,
|
||||
@@ -510,7 +507,6 @@
|
||||
3DF528D8237DC82E000ED0D5 /* position_provider.hpp in Headers */,
|
||||
BBFC7E3B202D29C000531BE7 /* user_mark_layer.hpp in Headers */,
|
||||
56C116612090E5670068BBC0 /* extrapolator.hpp in Headers */,
|
||||
3DD692B3220AD240001C3C62 /* caching_address_getter.hpp in Headers */,
|
||||
BB1C0196241BF73C0067FD5C /* track_mark.hpp in Headers */,
|
||||
675346491A4054E800A0A8C3 /* bookmark_manager.hpp in Headers */,
|
||||
F6B2830A1C1B03320081957A /* gps_track.hpp in Headers */,
|
||||
|
||||
Reference in New Issue
Block a user