forked from organicmaps/organicmaps
Fix xcode projects
This commit is contained in:
parent
cfe43e4cf6
commit
e9c23aabcd
2 changed files with 22 additions and 11 deletions
|
@ -158,8 +158,11 @@
|
|||
6758AED21BB4413000C26E27 /* drules_selector_parser.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 6758AECE1BB4413000C26E27 /* drules_selector_parser.hpp */; };
|
||||
6758AED31BB4413000C26E27 /* drules_selector.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 6758AECF1BB4413000C26E27 /* drules_selector.cpp */; };
|
||||
6758AED41BB4413000C26E27 /* drules_selector.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 6758AED01BB4413000C26E27 /* drules_selector.hpp */; };
|
||||
67BC92F21D21476500A4A378 /* osm_editor.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 67BC92EE1D21476500A4A378 /* osm_editor.hpp */; };
|
||||
67BC92F31D21476500A4A378 /* string_set.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 67BC92EF1D21476500A4A378 /* string_set.hpp */; };
|
||||
67BC92F41D21476500A4A378 /* string_slice.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 67BC92F01D21476500A4A378 /* string_slice.cpp */; };
|
||||
67BC92F51D21476500A4A378 /* string_slice.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 67BC92F11D21476500A4A378 /* string_slice.hpp */; };
|
||||
67F183731BD4FCF500AB1840 /* map_style.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 67F183721BD4FCF500AB1840 /* map_style.cpp */; };
|
||||
E906DE381CF44917004C4F5E /* postcodes_matcher_tests.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E906DE371CF44917004C4F5E /* postcodes_matcher_tests.cpp */; };
|
||||
E906DE3B1CF44934004C4F5E /* postcodes_matcher.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E906DE391CF44934004C4F5E /* postcodes_matcher.cpp */; };
|
||||
E906DE3C1CF44934004C4F5E /* postcodes_matcher.hpp in Headers */ = {isa = PBXBuildFile; fileRef = E906DE3A1CF44934004C4F5E /* postcodes_matcher.hpp */; };
|
||||
F6381BF91CD26C9C004CA943 /* new_feature_categories.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F6381BF71CD26C9C004CA943 /* new_feature_categories.cpp */; };
|
||||
|
@ -182,7 +185,6 @@
|
|||
|
||||
/* Begin PBXFileReference section */
|
||||
340DF9CF1C1FF04D00B5C7EC /* osm_editor.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = osm_editor.cpp; sourceTree = "<group>"; };
|
||||
340DF9D11C1FF09400B5C7EC /* osm_editor.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = osm_editor.hpp; sourceTree = "<group>"; };
|
||||
34583BC11C88552100F94664 /* cuisines.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = cuisines.cpp; sourceTree = "<group>"; };
|
||||
34583BC21C88552100F94664 /* cuisines.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = cuisines.hpp; sourceTree = "<group>"; };
|
||||
34583BC31C88552100F94664 /* editable_map_object.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = editable_map_object.cpp; sourceTree = "<group>"; };
|
||||
|
@ -338,10 +340,11 @@
|
|||
6758AECE1BB4413000C26E27 /* drules_selector_parser.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = drules_selector_parser.hpp; sourceTree = "<group>"; };
|
||||
6758AECF1BB4413000C26E27 /* drules_selector.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = drules_selector.cpp; sourceTree = "<group>"; };
|
||||
6758AED01BB4413000C26E27 /* drules_selector.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = drules_selector.hpp; sourceTree = "<group>"; };
|
||||
67BC92EE1D21476500A4A378 /* osm_editor.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = osm_editor.hpp; sourceTree = "<group>"; };
|
||||
67BC92EF1D21476500A4A378 /* string_set.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = string_set.hpp; sourceTree = "<group>"; };
|
||||
67BC92F01D21476500A4A378 /* string_slice.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = string_slice.cpp; sourceTree = "<group>"; };
|
||||
67BC92F11D21476500A4A378 /* string_slice.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = string_slice.hpp; sourceTree = "<group>"; };
|
||||
67F183721BD4FCF500AB1840 /* map_style.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = map_style.cpp; sourceTree = "<group>"; };
|
||||
E90547451D1153C70096F4FA /* string_set.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = string_set.hpp; sourceTree = "<group>"; };
|
||||
E90547461D1153C70096F4FA /* string_slice.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = string_slice.cpp; sourceTree = "<group>"; };
|
||||
E90547471D1153C70096F4FA /* string_slice.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = string_slice.hpp; sourceTree = "<group>"; };
|
||||
E906DE371CF44917004C4F5E /* postcodes_matcher_tests.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = postcodes_matcher_tests.cpp; sourceTree = "<group>"; };
|
||||
E906DE391CF44934004C4F5E /* postcodes_matcher.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = postcodes_matcher.cpp; sourceTree = "<group>"; };
|
||||
E906DE3A1CF44934004C4F5E /* postcodes_matcher.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = postcodes_matcher.hpp; sourceTree = "<group>"; };
|
||||
|
@ -481,6 +484,10 @@
|
|||
6753409C1A3F53CB00A0A8C3 /* indexer */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
67BC92EE1D21476500A4A378 /* osm_editor.hpp */,
|
||||
67BC92EF1D21476500A4A378 /* string_set.hpp */,
|
||||
67BC92F01D21476500A4A378 /* string_slice.cpp */,
|
||||
67BC92F11D21476500A4A378 /* string_slice.hpp */,
|
||||
E906DE391CF44934004C4F5E /* postcodes_matcher.cpp */,
|
||||
E906DE3A1CF44934004C4F5E /* postcodes_matcher.hpp */,
|
||||
F6381BF71CD26C9C004CA943 /* new_feature_categories.cpp */,
|
||||
|
@ -607,7 +614,7 @@
|
|||
files = (
|
||||
E906DE3C1CF44934004C4F5E /* postcodes_matcher.hpp in Headers */,
|
||||
6753414E1A3F540F00A0A8C3 /* types_mapping.hpp in Headers */,
|
||||
E90547481D1153C70096F4FA /* string_set.hpp in Headers */,
|
||||
67BC92F31D21476500A4A378 /* string_set.hpp in Headers */,
|
||||
6753411F1A3F540F00A0A8C3 /* feature_loader.hpp in Headers */,
|
||||
675341151A3F540F00A0A8C3 /* feature_covering.hpp in Headers */,
|
||||
34583BC81C88552100F94664 /* cuisines.hpp in Headers */,
|
||||
|
@ -633,8 +640,8 @@
|
|||
56C74C251C749E4700B71B9F /* search_string_utils.hpp in Headers */,
|
||||
6753410C1A3F540F00A0A8C3 /* drawing_rule_def.hpp in Headers */,
|
||||
675341001A3F540F00A0A8C3 /* cell_id.hpp in Headers */,
|
||||
E905474A1D1153C70096F4FA /* string_slice.hpp in Headers */,
|
||||
670D04AD1B0BA8580013A7AC /* interval_index_101.hpp in Headers */,
|
||||
67BC92F51D21476500A4A378 /* string_slice.hpp in Headers */,
|
||||
675341271A3F540F00A0A8C3 /* features_vector.hpp in Headers */,
|
||||
6753413D1A3F540F00A0A8C3 /* scale_index_builder.hpp in Headers */,
|
||||
675341021A3F540F00A0A8C3 /* classificator_loader.hpp in Headers */,
|
||||
|
@ -669,6 +676,7 @@
|
|||
34583BCA1C88552100F94664 /* editable_map_object.hpp in Headers */,
|
||||
34583BCC1C88552100F94664 /* map_object.hpp in Headers */,
|
||||
670D04AC1B0BA8580013A7AC /* feature_loader_101.hpp in Headers */,
|
||||
67BC92F21D21476500A4A378 /* osm_editor.hpp in Headers */,
|
||||
675341081A3F540F00A0A8C3 /* data_factory.hpp in Headers */,
|
||||
6753410A1A3F540F00A0A8C3 /* data_header.hpp in Headers */,
|
||||
6753411B1A3F540F00A0A8C3 /* feature_impl.hpp in Headers */,
|
||||
|
@ -793,7 +801,6 @@
|
|||
6758AED31BB4413000C26E27 /* drules_selector.cpp in Sources */,
|
||||
6753411A1A3F540F00A0A8C3 /* feature_impl.cpp in Sources */,
|
||||
56C74C1C1C749E4700B71B9F /* categories_holder_loader.cpp in Sources */,
|
||||
E90547491D1153C70096F4FA /* string_slice.cpp in Sources */,
|
||||
6753410D1A3F540F00A0A8C3 /* drawing_rules.cpp in Sources */,
|
||||
675341301A3F540F00A0A8C3 /* index.cpp in Sources */,
|
||||
56C74C201C749E4700B71B9F /* edits_migration.cpp in Sources */,
|
||||
|
@ -817,6 +824,7 @@
|
|||
670EE56C1B60033A001E8064 /* features_vector.cpp in Sources */,
|
||||
6726C1D11A49DAAC005EEA39 /* feature_meta.cpp in Sources */,
|
||||
6753411C1A3F540F00A0A8C3 /* feature_loader_base.cpp in Sources */,
|
||||
67BC92F41D21476500A4A378 /* string_slice.cpp in Sources */,
|
||||
675341071A3F540F00A0A8C3 /* data_factory.cpp in Sources */,
|
||||
34583BCB1C88552100F94664 /* map_object.cpp in Sources */,
|
||||
6753412E1A3F540F00A0A8C3 /* index_builder.cpp in Sources */,
|
||||
|
|
|
@ -83,6 +83,8 @@
|
|||
6796249B1D10138400AE4E3C /* test_results_matching.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 6796248F1D10137D00AE4E3C /* test_results_matching.cpp */; };
|
||||
6796249C1D10138400AE4E3C /* test_search_engine.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 679624911D10137D00AE4E3C /* test_search_engine.cpp */; };
|
||||
6796249D1D10138400AE4E3C /* test_search_request.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 679624931D10137D00AE4E3C /* test_search_request.cpp */; };
|
||||
67BC92EC1D21469A00A4A378 /* ranker.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 67BC92EA1D21469A00A4A378 /* ranker.cpp */; };
|
||||
67BC92ED1D21469A00A4A378 /* ranker.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 67BC92EB1D21469A00A4A378 /* ranker.hpp */; };
|
||||
A1347D511B8758C3009050FF /* query_saver.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A1347D4F1B8758C3009050FF /* query_saver.cpp */; };
|
||||
A1347D521B8758C3009050FF /* query_saver.hpp in Headers */ = {isa = PBXBuildFile; fileRef = A1347D501B8758C3009050FF /* query_saver.hpp */; };
|
||||
A1347D551B8758E9009050FF /* query_saver_tests.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A1347D541B8758E9009050FF /* query_saver_tests.cpp */; };
|
||||
|
@ -228,6 +230,8 @@
|
|||
679624921D10137D00AE4E3C /* test_search_engine.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = test_search_engine.hpp; sourceTree = "<group>"; };
|
||||
679624931D10137D00AE4E3C /* test_search_request.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = test_search_request.cpp; sourceTree = "<group>"; };
|
||||
679624941D10137D00AE4E3C /* test_search_request.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = test_search_request.hpp; sourceTree = "<group>"; };
|
||||
67BC92EA1D21469A00A4A378 /* ranker.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = ranker.cpp; sourceTree = "<group>"; };
|
||||
67BC92EB1D21469A00A4A378 /* ranker.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = ranker.hpp; sourceTree = "<group>"; };
|
||||
A1347D4F1B8758C3009050FF /* query_saver.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = query_saver.cpp; sourceTree = "<group>"; };
|
||||
A1347D501B8758C3009050FF /* query_saver.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = query_saver.hpp; sourceTree = "<group>"; };
|
||||
A1347D541B8758E9009050FF /* query_saver_tests.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = query_saver_tests.cpp; sourceTree = "<group>"; };
|
||||
|
@ -377,8 +381,6 @@
|
|||
675346B21A4055CF00A0A8C3 /* search */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
34B1CB761D22905800B59423 /* ranker.cpp */,
|
||||
34B1CB771D22905800B59423 /* ranker.hpp */,
|
||||
F652D9101CFDE84200FC29A0 /* cbv_ptr.cpp */,
|
||||
F652D9111CFDE84200FC29A0 /* cbv_ptr.hpp */,
|
||||
F652D8C21CFDE21900FC29A0 /* features_filter.hpp */,
|
||||
|
@ -552,6 +554,7 @@
|
|||
3441CE511CFC1D7000CF30D4 /* processor.hpp in Headers */,
|
||||
3441CE531CFC1D7000CF30D4 /* query_params.hpp in Headers */,
|
||||
679624961D10137D00AE4E3C /* test_results_matching.hpp in Headers */,
|
||||
67BC92ED1D21469A00A4A378 /* ranker.hpp in Headers */,
|
||||
675346DC1A40560D00A0A8C3 /* algos.hpp in Headers */,
|
||||
F652D8FD1CFDE21900FC29A0 /* model.hpp in Headers */,
|
||||
F652D8FF1CFDE21900FC29A0 /* mwm_context.hpp in Headers */,
|
||||
|
@ -698,7 +701,6 @@
|
|||
A1347D511B8758C3009050FF /* query_saver.cpp in Sources */,
|
||||
675346E01A40560D00A0A8C3 /* geometry_utils.cpp in Sources */,
|
||||
F652D90E1CFDE21900FC29A0 /* token_slice.cpp in Sources */,
|
||||
34B1CB781D22905800B59423 /* ranker.cpp in Sources */,
|
||||
347F33201C4540A8009758CC /* projection_on_street.cpp in Sources */,
|
||||
347F33191C4540A8009758CC /* dummy_rank_table.cpp in Sources */,
|
||||
F652D8F41CFDE21900FC29A0 /* house_numbers_matcher.cpp in Sources */,
|
||||
|
@ -957,6 +959,7 @@
|
|||
6796248C1D10133300AE4E3C /* Release */,
|
||||
);
|
||||
defaultConfigurationIsVisible = 0;
|
||||
defaultConfigurationName = Release;
|
||||
};
|
||||
/* End XCConfigurationList section */
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue