forked from organicmaps/organicmaps
[ios] Fixed xc scheme build.
This commit is contained in:
parent
7ee46ea0b0
commit
21580ac342
1 changed files with 12 additions and 0 deletions
|
@ -16,6 +16,9 @@
|
|||
3441CE511CFC1D7000CF30D4 /* processor.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 3441CE4C1CFC1D7000CF30D4 /* processor.hpp */; };
|
||||
3441CE521CFC1D7000CF30D4 /* query_params.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3441CE4D1CFC1D7000CF30D4 /* query_params.cpp */; };
|
||||
3441CE531CFC1D7000CF30D4 /* query_params.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 3441CE4E1CFC1D7000CF30D4 /* query_params.hpp */; };
|
||||
3453BD591DAF91C100380ECB /* emitter.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 3453BD561DAF91C100380ECB /* emitter.hpp */; };
|
||||
3453BD5A1DAF91C100380ECB /* hotels_filter.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3453BD571DAF91C100380ECB /* hotels_filter.cpp */; };
|
||||
3453BD5B1DAF91C100380ECB /* hotels_filter.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 3453BD581DAF91C100380ECB /* hotels_filter.hpp */; };
|
||||
345C8DAF1D2D15A50037E3A6 /* cbv.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 345C8DA91D2D15A50037E3A6 /* cbv.cpp */; };
|
||||
345C8DB01D2D15A50037E3A6 /* cbv.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 345C8DAA1D2D15A50037E3A6 /* cbv.hpp */; };
|
||||
345C8DB11D2D15A50037E3A6 /* geocoder_context.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 345C8DAB1D2D15A50037E3A6 /* geocoder_context.cpp */; };
|
||||
|
@ -183,6 +186,9 @@
|
|||
3441CE4C1CFC1D7000CF30D4 /* processor.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = processor.hpp; sourceTree = "<group>"; };
|
||||
3441CE4D1CFC1D7000CF30D4 /* query_params.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = query_params.cpp; sourceTree = "<group>"; };
|
||||
3441CE4E1CFC1D7000CF30D4 /* query_params.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = query_params.hpp; sourceTree = "<group>"; };
|
||||
3453BD561DAF91C100380ECB /* emitter.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = emitter.hpp; sourceTree = "<group>"; };
|
||||
3453BD571DAF91C100380ECB /* hotels_filter.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = hotels_filter.cpp; sourceTree = "<group>"; };
|
||||
3453BD581DAF91C100380ECB /* hotels_filter.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = hotels_filter.hpp; sourceTree = "<group>"; };
|
||||
345C8DA91D2D15A50037E3A6 /* cbv.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = cbv.cpp; sourceTree = "<group>"; };
|
||||
345C8DAA1D2D15A50037E3A6 /* cbv.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = cbv.hpp; sourceTree = "<group>"; };
|
||||
345C8DAB1D2D15A50037E3A6 /* geocoder_context.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = geocoder_context.cpp; sourceTree = "<group>"; };
|
||||
|
@ -429,6 +435,9 @@
|
|||
675346B21A4055CF00A0A8C3 /* search */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
3453BD561DAF91C100380ECB /* emitter.hpp */,
|
||||
3453BD571DAF91C100380ECB /* hotels_filter.cpp */,
|
||||
3453BD581DAF91C100380ECB /* hotels_filter.hpp */,
|
||||
F6E2AFFD1D9E794800793C36 /* categories_cache.cpp */,
|
||||
F6E2AFFE1D9E794800793C36 /* categories_cache.hpp */,
|
||||
3461C99E1D79949600E6E6F5 /* categories_set.hpp */,
|
||||
|
@ -589,6 +598,7 @@
|
|||
F652D8FB1CFDE21900FC29A0 /* locality_scorer.hpp in Headers */,
|
||||
F659FC6E1CF4A30B000A06B1 /* pre_ranker.hpp in Headers */,
|
||||
F652D8ED1CFDE21900FC29A0 /* features_layer_path_finder.hpp in Headers */,
|
||||
3453BD5B1DAF91C100380ECB /* hotels_filter.hpp in Headers */,
|
||||
F652D90A1CFDE21900FC29A0 /* stats_cache.hpp in Headers */,
|
||||
675346E11A40560D00A0A8C3 /* geometry_utils.hpp in Headers */,
|
||||
675346E31A40560D00A0A8C3 /* house_detector.hpp in Headers */,
|
||||
|
@ -641,6 +651,7 @@
|
|||
349B658A1D4F21E5001798E2 /* lazy_centers_table.hpp in Headers */,
|
||||
3441CE511CFC1D7000CF30D4 /* processor.hpp in Headers */,
|
||||
3441CE531CFC1D7000CF30D4 /* query_params.hpp in Headers */,
|
||||
3453BD591DAF91C100380ECB /* emitter.hpp in Headers */,
|
||||
F6E2B0001D9E794800793C36 /* categories_cache.hpp in Headers */,
|
||||
679624961D10137D00AE4E3C /* test_results_matching.hpp in Headers */,
|
||||
67BC92ED1D21469A00A4A378 /* ranker.hpp in Headers */,
|
||||
|
@ -830,6 +841,7 @@
|
|||
F652D8EA1CFDE21900FC29A0 /* features_layer_matcher.cpp in Sources */,
|
||||
675346E91A40560D00A0A8C3 /* keyword_matcher.cpp in Sources */,
|
||||
675346E71A40560D00A0A8C3 /* keyword_lang_matcher.cpp in Sources */,
|
||||
3453BD5A1DAF91C100380ECB /* hotels_filter.cpp in Sources */,
|
||||
345C8DB31D2D15A50037E3A6 /* streets_matcher.cpp in Sources */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
|
|
Loading…
Add table
Reference in a new issue