[ios] Added UTM & MGRS formats in search on iOS
Signed-off-by: S. Kozyr <s.trump@gmail.com>
This commit is contained in:
parent
e5fe0bb18a
commit
ba15496dc6
2 changed files with 26 additions and 0 deletions
|
@ -31,6 +31,10 @@
|
|||
3DF528EB238BFFC1000ED0D5 /* downloader_defines.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 3DF528EA238BFFC1000ED0D5 /* downloader_defines.hpp */; };
|
||||
3DFACF312432421C00A29A94 /* background_downloader_ios.mm in Sources */ = {isa = PBXBuildFile; fileRef = 3DFACF2F2432421C00A29A94 /* background_downloader_ios.mm */; };
|
||||
3DFACF322432421C00A29A94 /* background_downloader_ios.h in Headers */ = {isa = PBXBuildFile; fileRef = 3DFACF302432421C00A29A94 /* background_downloader_ios.h */; };
|
||||
44486DC42A1F9AC800A5DD6C /* utm_mgrs_utils.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 44DC51072A1F91EA00B6562E /* utm_mgrs_utils.cpp */; };
|
||||
44CAB5F62A1F926800819330 /* utm_mgrs_utils_tests.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 44CAB5F52A1F926800819330 /* utm_mgrs_utils_tests.cpp */; };
|
||||
44DC510A2A1F91EA00B6562E /* utm_mgrs_utils.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 44DC51072A1F91EA00B6562E /* utm_mgrs_utils.cpp */; };
|
||||
44DC510C2A1F91EA00B6562E /* utm_mgrs_utils.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 44DC51082A1F91EA00B6562E /* utm_mgrs_utils.hpp */; };
|
||||
451E32A01F73A8B000964C9F /* secure_storage_ios.mm in Sources */ = {isa = PBXBuildFile; fileRef = 451E329D1F73A8B000964C9F /* secure_storage_ios.mm */; };
|
||||
451E32A11F73A8B000964C9F /* secure_storage_qt.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 451E329E1F73A8B000964C9F /* secure_storage_qt.cpp */; };
|
||||
451E32A21F73A8B000964C9F /* secure_storage.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 451E329F1F73A8B000964C9F /* secure_storage.hpp */; };
|
||||
|
@ -156,6 +160,9 @@
|
|||
3DFACF2F2432421C00A29A94 /* background_downloader_ios.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = background_downloader_ios.mm; sourceTree = "<group>"; };
|
||||
3DFACF302432421C00A29A94 /* background_downloader_ios.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = background_downloader_ios.h; sourceTree = "<group>"; };
|
||||
40D4697623FAB8D00030476C /* helpers.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = helpers.hpp; sourceTree = "<group>"; };
|
||||
44CAB5F52A1F926800819330 /* utm_mgrs_utils_tests.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = utm_mgrs_utils_tests.cpp; sourceTree = "<group>"; };
|
||||
44DC51072A1F91EA00B6562E /* utm_mgrs_utils.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = utm_mgrs_utils.cpp; sourceTree = "<group>"; };
|
||||
44DC51082A1F91EA00B6562E /* utm_mgrs_utils.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = utm_mgrs_utils.hpp; sourceTree = "<group>"; };
|
||||
451E329D1F73A8B000964C9F /* secure_storage_ios.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = secure_storage_ios.mm; sourceTree = "<group>"; };
|
||||
451E329E1F73A8B000964C9F /* secure_storage_qt.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = secure_storage_qt.cpp; sourceTree = "<group>"; };
|
||||
451E329F1F73A8B000964C9F /* secure_storage.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = secure_storage.hpp; sourceTree = "<group>"; };
|
||||
|
@ -310,6 +317,7 @@
|
|||
675341071C58C4C9002CF0D9 /* measurement_tests.cpp */,
|
||||
675341081C58C4C9002CF0D9 /* platform_test.cpp */,
|
||||
675341141C58C4D8002CF0D9 /* testingmain.cpp */,
|
||||
44CAB5F52A1F926800819330 /* utm_mgrs_utils_tests.cpp */,
|
||||
);
|
||||
name = platform_tests;
|
||||
path = ../../platform/platform_tests;
|
||||
|
@ -446,6 +454,8 @@
|
|||
34C624BC1DABCCD100510300 /* socket.hpp */,
|
||||
F6DF73561EC9EAE700D8BA0B /* string_storage_base.cpp */,
|
||||
F6DF73571EC9EAE700D8BA0B /* string_storage_base.hpp */,
|
||||
44DC51072A1F91EA00B6562E /* utm_mgrs_utils.cpp */,
|
||||
44DC51082A1F91EA00B6562E /* utm_mgrs_utils.hpp */,
|
||||
);
|
||||
name = platform;
|
||||
path = ../../platform;
|
||||
|
@ -475,6 +485,7 @@
|
|||
5661A5CC20DD57DA00C6B1D1 /* async_gui_thread.hpp in Headers */,
|
||||
675341281C58C61D002CF0D9 /* scoped_mwm.hpp in Headers */,
|
||||
F6DF735C1EC9EAE700D8BA0B /* string_storage_base.hpp in Headers */,
|
||||
44DC510C2A1F91EA00B6562E /* utm_mgrs_utils.hpp in Headers */,
|
||||
FAA8388F26BB484C002E54C6 /* writable_dir_changer.hpp in Headers */,
|
||||
FAA8388B26BB4832002E54C6 /* helpers.hpp in Headers */,
|
||||
675341261C58C616002CF0D9 /* scoped_file.hpp in Headers */,
|
||||
|
@ -641,6 +652,7 @@
|
|||
isa = PBXSourcesBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
44DC510A2A1F91EA00B6562E /* utm_mgrs_utils.cpp in Sources */,
|
||||
675341251C58C60F002CF0D9 /* scoped_mwm.cpp in Sources */,
|
||||
FAA8388C26BB483D002E54C6 /* test_socket.cpp in Sources */,
|
||||
FAA8388E26BB4849002E54C6 /* writable_dir_changer.cpp in Sources */,
|
||||
|
@ -654,6 +666,7 @@
|
|||
isa = PBXSourcesBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
44486DC42A1F9AC800A5DD6C /* utm_mgrs_utils.cpp in Sources */,
|
||||
3DEE1AE721F7091100054A91 /* battery_tracker.cpp in Sources */,
|
||||
675343D11A3F5D5A00A0A8C3 /* servers_list.cpp in Sources */,
|
||||
675343C91A3F5D5A00A0A8C3 /* platform_unix_impl.cpp in Sources */,
|
||||
|
@ -711,6 +724,7 @@
|
|||
6783389D1C6DE59200FD6263 /* measurement_tests.cpp in Sources */,
|
||||
678338971C6DE59200FD6263 /* country_file_tests.cpp in Sources */,
|
||||
678338951C6DE59200FD6263 /* testingmain.cpp in Sources */,
|
||||
44CAB5F62A1F926800819330 /* utm_mgrs_utils_tests.cpp in Sources */,
|
||||
F6DF735A1EC9EAE700D8BA0B /* string_storage_base.cpp in Sources */,
|
||||
6783389B1C6DE59200FD6263 /* local_country_file_tests.cpp in Sources */,
|
||||
);
|
||||
|
|
|
@ -136,6 +136,9 @@
|
|||
40DB153123F2B56A00E49602 /* search_index_header.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 40DB153023F2B56A00E49602 /* search_index_header.hpp */; };
|
||||
40EAD7DF2329310B0025013B /* postcode_points.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 40EAD7DD2329310A0025013B /* postcode_points.hpp */; };
|
||||
40EAD7E02329310B0025013B /* postcode_points.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 40EAD7DE2329310B0025013B /* postcode_points.cpp */; };
|
||||
44A871BA2A1F917400A80D62 /* utm_mgrs_coords_match.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 44A871B82A1F917400A80D62 /* utm_mgrs_coords_match.cpp */; };
|
||||
44A871BB2A1F917400A80D62 /* utm_mgrs_coords_match.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 44A871B92A1F917400A80D62 /* utm_mgrs_coords_match.hpp */; };
|
||||
44CAB5F82A1F928200819330 /* utm_mgrs_coords_match_test.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 44CAB5F72A1F928200819330 /* utm_mgrs_coords_match_test.cpp */; };
|
||||
453C623B2004BABE00467120 /* region_info_getter.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 453C62392004BABE00467120 /* region_info_getter.hpp */; };
|
||||
453C623C2004BABE00467120 /* region_info_getter.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 453C623A2004BABE00467120 /* region_info_getter.cpp */; };
|
||||
456E1B3E1F9A3C8E009C32E1 /* cities_boundaries_table.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 456E1B3C1F9A3C8D009C32E1 /* cities_boundaries_table.cpp */; };
|
||||
|
@ -413,6 +416,9 @@
|
|||
40EAD7DD2329310A0025013B /* postcode_points.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = postcode_points.hpp; sourceTree = "<group>"; };
|
||||
40EAD7DE2329310B0025013B /* postcode_points.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = postcode_points.cpp; sourceTree = "<group>"; };
|
||||
40EAD7E1232931410025013B /* postcode_points_tests.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = postcode_points_tests.cpp; sourceTree = "<group>"; };
|
||||
44A871B82A1F917400A80D62 /* utm_mgrs_coords_match.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = utm_mgrs_coords_match.cpp; sourceTree = "<group>"; };
|
||||
44A871B92A1F917400A80D62 /* utm_mgrs_coords_match.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = utm_mgrs_coords_match.hpp; sourceTree = "<group>"; };
|
||||
44CAB5F72A1F928200819330 /* utm_mgrs_coords_match_test.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = utm_mgrs_coords_match_test.cpp; sourceTree = "<group>"; };
|
||||
453C62392004BABE00467120 /* region_info_getter.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = region_info_getter.hpp; sourceTree = "<group>"; };
|
||||
453C623A2004BABE00467120 /* region_info_getter.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = region_info_getter.cpp; sourceTree = "<group>"; };
|
||||
456E1B3C1F9A3C8D009C32E1 /* cities_boundaries_table.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = cities_boundaries_table.cpp; sourceTree = "<group>"; };
|
||||
|
@ -717,6 +723,7 @@
|
|||
671C62171AE9227C00076BD0 /* latlon_match_test.cpp */,
|
||||
671C62181AE9227C00076BD0 /* locality_finder_test.cpp */,
|
||||
671C621B1AE9227C00076BD0 /* string_match_test.cpp */,
|
||||
44CAB5F72A1F928200819330 /* utm_mgrs_coords_match_test.cpp */,
|
||||
);
|
||||
name = search_tests;
|
||||
path = ../../search/search_tests;
|
||||
|
@ -893,6 +900,8 @@
|
|||
670F88731CE4C032003F68BA /* types_skipper.hpp */,
|
||||
34EEAD711E55AE5C00E95575 /* utils.cpp */,
|
||||
3461C9A11D79949600E6E6F5 /* utils.hpp */,
|
||||
44A871B82A1F917400A80D62 /* utm_mgrs_coords_match.cpp */,
|
||||
44A871B92A1F917400A80D62 /* utm_mgrs_coords_match.hpp */,
|
||||
);
|
||||
name = search;
|
||||
path = ../../search;
|
||||
|
@ -964,6 +973,7 @@
|
|||
56D5456F1C74A48C00E3719C /* mode.hpp in Headers */,
|
||||
0810EC371D6D9D2E00ABFEE7 /* displayed_categories.hpp in Headers */,
|
||||
347F332A1C4540A8009758CC /* search_index_values.hpp in Headers */,
|
||||
44A871BB2A1F917400A80D62 /* utm_mgrs_coords_match.hpp in Headers */,
|
||||
39BBC13C1F9FD65C009D1687 /* highlighting.hpp in Headers */,
|
||||
347F33161C4540A8009758CC /* cancel_exception.hpp in Headers */,
|
||||
0831F25A200E56110034C365 /* data.hpp in Headers */,
|
||||
|
@ -1173,6 +1183,7 @@
|
|||
392688C620B2D1D600721762 /* results_tests.cpp in Sources */,
|
||||
3974BB901FB471AB00F265E5 /* ranking_tests.cpp in Sources */,
|
||||
671C62251AE9229A00076BD0 /* testingmain.cpp in Sources */,
|
||||
44CAB5F82A1F928200819330 /* utm_mgrs_coords_match_test.cpp in Sources */,
|
||||
671C621D1AE9227C00076BD0 /* house_detector_tests.cpp in Sources */,
|
||||
392688CD20B2D1D600721762 /* interval_set_test.cpp in Sources */,
|
||||
3974BB911FB471AB00F265E5 /* query_saver_tests.cpp in Sources */,
|
||||
|
@ -1255,6 +1266,7 @@
|
|||
F6E2AFFF1D9E794800793C36 /* categories_cache.cpp in Sources */,
|
||||
39AEF84C1FB45D7800943FC9 /* feature_loader.cpp in Sources */,
|
||||
3441CE521CFC1D7000CF30D4 /* query_params.cpp in Sources */,
|
||||
44A871BA2A1F917400A80D62 /* utm_mgrs_coords_match.cpp in Sources */,
|
||||
670F88741CE4C032003F68BA /* types_skipper.cpp in Sources */,
|
||||
45A008521FE9088400D77690 /* doc_vec.cpp in Sources */,
|
||||
675346EB1A40560D00A0A8C3 /* latlon_match.cpp in Sources */,
|
||||
|
|
Reference in a new issue