From a15d39d948977c0093dc37dbf6978d6f472b3edb Mon Sep 17 00:00:00 2001 From: Ilya Grechuhin Date: Tue, 28 Jun 2016 14:02:05 +0300 Subject: [PATCH] [ios] Fixed xc-scheme build. --- xcode/search/search.xcodeproj/project.pbxproj | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/xcode/search/search.xcodeproj/project.pbxproj b/xcode/search/search.xcodeproj/project.pbxproj index 540464f67e..15b1015832 100644 --- a/xcode/search/search.xcodeproj/project.pbxproj +++ b/xcode/search/search.xcodeproj/project.pbxproj @@ -29,6 +29,8 @@ 347F332A1C4540A8009758CC /* search_index_values.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 347F330F1C4540A8009758CC /* search_index_values.hpp */; }; 347F332F1C4540A8009758CC /* search_trie.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 347F33141C4540A8009758CC /* search_trie.hpp */; }; 347F33301C4540A8009758CC /* suggest.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 347F33151C4540A8009758CC /* suggest.hpp */; }; + 34B1CB781D22905800B59423 /* ranker.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 34B1CB761D22905800B59423 /* ranker.cpp */; }; + 34B1CB791D22905800B59423 /* ranker.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 34B1CB771D22905800B59423 /* ranker.hpp */; }; 56D5456E1C74A48C00E3719C /* mode.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 56D5456C1C74A48C00E3719C /* mode.cpp */; }; 56D5456F1C74A48C00E3719C /* mode.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 56D5456D1C74A48C00E3719C /* mode.hpp */; }; 670F88741CE4C032003F68BA /* types_skipper.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 670F88721CE4C032003F68BA /* types_skipper.cpp */; }; @@ -162,6 +164,8 @@ 347F330F1C4540A8009758CC /* search_index_values.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = search_index_values.hpp; sourceTree = ""; }; 347F33141C4540A8009758CC /* search_trie.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = search_trie.hpp; sourceTree = ""; }; 347F33151C4540A8009758CC /* suggest.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = suggest.hpp; sourceTree = ""; }; + 34B1CB761D22905800B59423 /* ranker.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = ranker.cpp; sourceTree = ""; }; + 34B1CB771D22905800B59423 /* ranker.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = ranker.hpp; sourceTree = ""; }; 56D5456C1C74A48C00E3719C /* mode.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = mode.cpp; sourceTree = ""; }; 56D5456D1C74A48C00E3719C /* mode.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = mode.hpp; sourceTree = ""; }; 670D05A31B0DF3C30013A7AC /* defaults.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; name = defaults.xcconfig; path = ../defaults.xcconfig; sourceTree = ""; }; @@ -351,6 +355,8 @@ 675346B21A4055CF00A0A8C3 /* search */ = { isa = PBXGroup; children = ( + 34B1CB761D22905800B59423 /* ranker.cpp */, + 34B1CB771D22905800B59423 /* ranker.hpp */, F652D9101CFDE84200FC29A0 /* cbv_ptr.cpp */, F652D9111CFDE84200FC29A0 /* cbv_ptr.hpp */, F652D8C21CFDE21900FC29A0 /* features_filter.hpp */, @@ -484,6 +490,7 @@ F652D9091CFDE21900FC29A0 /* ranking_utils.hpp in Headers */, 56D5456F1C74A48C00E3719C /* mode.hpp in Headers */, 347F332A1C4540A8009758CC /* search_index_values.hpp in Headers */, + 34B1CB791D22905800B59423 /* ranker.hpp in Headers */, 347F33161C4540A8009758CC /* cancel_exception.hpp in Headers */, F652D9131CFDE84200FC29A0 /* cbv_ptr.hpp in Headers */, 3441CE4F1CFC1D7000CF30D4 /* processor_factory.hpp in Headers */, @@ -624,6 +631,7 @@ 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 */,