forked from organicmaps/organicmaps
Fix xcode build.
This commit is contained in:
parent
ebf0f1d3e7
commit
6c3124edee
2 changed files with 12 additions and 12 deletions
|
@ -152,6 +152,9 @@
|
|||
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 */; };
|
||||
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 */; };
|
||||
F6381BFA1CD26C9C004CA943 /* new_feature_categories.hpp in Headers */ = {isa = PBXBuildFile; fileRef = F6381BF81CD26C9C004CA943 /* new_feature_categories.hpp */; };
|
||||
F6DF5F2D1CD0FC9D00A87154 /* categories_index.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F6DF5F2C1CD0FC9D00A87154 /* categories_index.cpp */; };
|
||||
|
@ -322,6 +325,9 @@
|
|||
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>"; };
|
||||
67F183721BD4FCF500AB1840 /* map_style.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = map_style.cpp; 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>"; };
|
||||
F6381BF71CD26C9C004CA943 /* new_feature_categories.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = new_feature_categories.cpp; sourceTree = "<group>"; };
|
||||
F6381BF81CD26C9C004CA943 /* new_feature_categories.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = new_feature_categories.hpp; sourceTree = "<group>"; };
|
||||
F6DF5F2C1CD0FC9D00A87154 /* categories_index.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = categories_index.cpp; sourceTree = "<group>"; };
|
||||
|
@ -360,6 +366,7 @@
|
|||
670C60F81AB0657700C38A8C /* indexer_tests */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
E906DE371CF44917004C4F5E /* postcodes_matcher_tests.cpp */,
|
||||
56C74C261C749E8100B71B9F /* categories_test.cpp */,
|
||||
56C74C271C749E8100B71B9F /* drules_selector_parser_test.cpp */,
|
||||
56C74C281C749E8100B71B9F /* feature_metadata_test.cpp */,
|
||||
|
@ -445,6 +452,8 @@
|
|||
6753409C1A3F53CB00A0A8C3 /* indexer */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
E906DE391CF44934004C4F5E /* postcodes_matcher.cpp */,
|
||||
E906DE3A1CF44934004C4F5E /* postcodes_matcher.hpp */,
|
||||
F6381BF71CD26C9C004CA943 /* new_feature_categories.cpp */,
|
||||
F6381BF81CD26C9C004CA943 /* new_feature_categories.hpp */,
|
||||
F6DF5F301CD0FD9A00A87154 /* categories_index.hpp */,
|
||||
|
@ -567,6 +576,7 @@
|
|||
isa = PBXHeadersBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
E906DE3C1CF44934004C4F5E /* postcodes_matcher.hpp in Headers */,
|
||||
6753414E1A3F540F00A0A8C3 /* types_mapping.hpp in Headers */,
|
||||
6753411F1A3F540F00A0A8C3 /* feature_loader.hpp in Headers */,
|
||||
675341151A3F540F00A0A8C3 /* feature_covering.hpp in Headers */,
|
||||
|
@ -782,6 +792,7 @@
|
|||
674125131B4C02F100A3E828 /* map_style_reader.cpp in Sources */,
|
||||
675341141A3F540F00A0A8C3 /* feature_covering.cpp in Sources */,
|
||||
56C74C1D1C749E4700B71B9F /* categories_holder.cpp in Sources */,
|
||||
E906DE381CF44917004C4F5E /* postcodes_matcher_tests.cpp in Sources */,
|
||||
675341371A3F540F00A0A8C3 /* mwm_set.cpp in Sources */,
|
||||
675341181A3F540F00A0A8C3 /* feature_decl.cpp in Sources */,
|
||||
6753410B1A3F540F00A0A8C3 /* drawing_rule_def.cpp in Sources */,
|
||||
|
@ -791,6 +802,7 @@
|
|||
675341281A3F540F00A0A8C3 /* ftypes_matcher.cpp in Sources */,
|
||||
675341101A3F540F00A0A8C3 /* drules_struct.pb.cc in Sources */,
|
||||
6758AED11BB4413000C26E27 /* drules_selector_parser.cpp in Sources */,
|
||||
E906DE3B1CF44934004C4F5E /* postcodes_matcher.cpp in Sources */,
|
||||
6753413B1A3F540F00A0A8C3 /* point_to_int64.cpp in Sources */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
|
|
|
@ -9,8 +9,6 @@
|
|||
/* Begin PBXBuildFile section */
|
||||
3400A67D1CA27774003DA0EC /* geometry_cache.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3400A67B1CA27774003DA0EC /* geometry_cache.cpp */; };
|
||||
3400A67E1CA27774003DA0EC /* geometry_cache.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 3400A67C1CA27774003DA0EC /* geometry_cache.hpp */; };
|
||||
341F6D891CCE13C3003F4DB2 /* postcodes_matcher.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 341F6D851CCE13C2003F4DB2 /* postcodes_matcher.cpp */; };
|
||||
341F6D8A1CCE13C3003F4DB2 /* postcodes_matcher.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 341F6D861CCE13C2003F4DB2 /* postcodes_matcher.hpp */; };
|
||||
341F6D8B1CCE13C3003F4DB2 /* token_slice.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 341F6D871CCE13C2003F4DB2 /* token_slice.cpp */; };
|
||||
341F6D8C1CCE13C3003F4DB2 /* token_slice.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 341F6D881CCE13C2003F4DB2 /* token_slice.hpp */; };
|
||||
34527C581C89D6240015050E /* pre_ranking_info.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 34527C541C89D6240015050E /* pre_ranking_info.hpp */; };
|
||||
|
@ -103,7 +101,6 @@
|
|||
675346E11A40560D00A0A8C3 /* geometry_utils.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 675346C31A40560D00A0A8C3 /* geometry_utils.hpp */; };
|
||||
675346E21A40560D00A0A8C3 /* house_detector.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 675346C41A40560D00A0A8C3 /* house_detector.cpp */; };
|
||||
675346E31A40560D00A0A8C3 /* house_detector.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 675346C51A40560D00A0A8C3 /* house_detector.hpp */; };
|
||||
675346E41A40560D00A0A8C3 /* indexed_value.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 675346C61A40560D00A0A8C3 /* indexed_value.hpp */; };
|
||||
675346E51A40560D00A0A8C3 /* intermediate_result.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 675346C71A40560D00A0A8C3 /* intermediate_result.cpp */; };
|
||||
675346E61A40560D00A0A8C3 /* intermediate_result.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 675346C81A40560D00A0A8C3 /* intermediate_result.hpp */; };
|
||||
675346E71A40560D00A0A8C3 /* keyword_lang_matcher.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 675346C91A40560D00A0A8C3 /* keyword_lang_matcher.cpp */; };
|
||||
|
@ -146,8 +143,6 @@
|
|||
/* Begin PBXFileReference section */
|
||||
3400A67B1CA27774003DA0EC /* geometry_cache.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = geometry_cache.cpp; sourceTree = "<group>"; };
|
||||
3400A67C1CA27774003DA0EC /* geometry_cache.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = geometry_cache.hpp; sourceTree = "<group>"; };
|
||||
341F6D851CCE13C2003F4DB2 /* postcodes_matcher.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = postcodes_matcher.cpp; sourceTree = "<group>"; };
|
||||
341F6D861CCE13C2003F4DB2 /* postcodes_matcher.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = postcodes_matcher.hpp; sourceTree = "<group>"; };
|
||||
341F6D871CCE13C2003F4DB2 /* token_slice.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = token_slice.cpp; sourceTree = "<group>"; };
|
||||
341F6D881CCE13C2003F4DB2 /* token_slice.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = token_slice.hpp; sourceTree = "<group>"; };
|
||||
34527C541C89D6240015050E /* pre_ranking_info.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = pre_ranking_info.hpp; sourceTree = "<group>"; };
|
||||
|
@ -243,7 +238,6 @@
|
|||
675346C31A40560D00A0A8C3 /* geometry_utils.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = geometry_utils.hpp; sourceTree = "<group>"; };
|
||||
675346C41A40560D00A0A8C3 /* house_detector.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = house_detector.cpp; sourceTree = "<group>"; };
|
||||
675346C51A40560D00A0A8C3 /* house_detector.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = house_detector.hpp; sourceTree = "<group>"; };
|
||||
675346C61A40560D00A0A8C3 /* indexed_value.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = indexed_value.hpp; sourceTree = "<group>"; };
|
||||
675346C71A40560D00A0A8C3 /* intermediate_result.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = intermediate_result.cpp; sourceTree = "<group>"; };
|
||||
675346C81A40560D00A0A8C3 /* intermediate_result.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = intermediate_result.hpp; sourceTree = "<group>"; };
|
||||
675346C91A40560D00A0A8C3 /* keyword_lang_matcher.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = keyword_lang_matcher.cpp; sourceTree = "<group>"; };
|
||||
|
@ -303,8 +297,6 @@
|
|||
347F333D1C45413C009758CC /* v2 */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
341F6D851CCE13C2003F4DB2 /* postcodes_matcher.cpp */,
|
||||
341F6D861CCE13C2003F4DB2 /* postcodes_matcher.hpp */,
|
||||
341F6D871CCE13C2003F4DB2 /* token_slice.cpp */,
|
||||
341F6D881CCE13C2003F4DB2 /* token_slice.hpp */,
|
||||
3400A67B1CA27774003DA0EC /* geometry_cache.cpp */,
|
||||
|
@ -444,7 +436,6 @@
|
|||
675346C31A40560D00A0A8C3 /* geometry_utils.hpp */,
|
||||
675346C41A40560D00A0A8C3 /* house_detector.cpp */,
|
||||
675346C51A40560D00A0A8C3 /* house_detector.hpp */,
|
||||
675346C61A40560D00A0A8C3 /* indexed_value.hpp */,
|
||||
675346C71A40560D00A0A8C3 /* intermediate_result.cpp */,
|
||||
675346C81A40560D00A0A8C3 /* intermediate_result.hpp */,
|
||||
675346C91A40560D00A0A8C3 /* keyword_lang_matcher.cpp */,
|
||||
|
@ -524,10 +515,8 @@
|
|||
347F331A1C4540A8009758CC /* dummy_rank_table.hpp in Headers */,
|
||||
347F335F1C45413C009758CC /* geocoder.hpp in Headers */,
|
||||
34E44E711C4922E40057A5C4 /* intersection_result.hpp in Headers */,
|
||||
341F6D8A1CCE13C3003F4DB2 /* postcodes_matcher.hpp in Headers */,
|
||||
347F33571C45413C009758CC /* features_filter.hpp in Headers */,
|
||||
345FBED01C8045EB00831ED6 /* ranking_utils.hpp in Headers */,
|
||||
675346E41A40560D00A0A8C3 /* indexed_value.hpp in Headers */,
|
||||
341F6D8C1CCE13C3003F4DB2 /* token_slice.hpp in Headers */,
|
||||
347F33651C45413C009758CC /* mwm_context.hpp in Headers */,
|
||||
675346DC1A40560D00A0A8C3 /* algos.hpp in Headers */,
|
||||
|
@ -649,7 +638,6 @@
|
|||
341F6D8B1CCE13C3003F4DB2 /* token_slice.cpp in Sources */,
|
||||
34E44E741C4923100057A5C4 /* cbv_ptr.cpp in Sources */,
|
||||
347F336C1C45413C009758CC /* street_vicinity_loader.cpp in Sources */,
|
||||
341F6D891CCE13C3003F4DB2 /* postcodes_matcher.cpp in Sources */,
|
||||
347F33201C4540A8009758CC /* projection_on_street.cpp in Sources */,
|
||||
347F33601C45413C009758CC /* house_numbers_matcher.cpp in Sources */,
|
||||
347F33191C4540A8009758CC /* dummy_rank_table.cpp in Sources */,
|
||||
|
|
Loading…
Add table
Reference in a new issue