Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIlya Grechuhin <i.grechuhin@gmail.com>2016-12-09 11:14:21 +0300
committerIlya Grechuhin <i.grechuhin@gmail.com>2016-12-09 11:30:09 +0300
commitca6af3a386028c597be4b517241d801840cdc774 (patch)
tree50d84815824a134e7d9a03f0be8c7d89ab299405 /iphone/Maps
parent347c661a99e13ce78de1acf622ceb5bedb859b10 (diff)
[MAPSME-3176] [ios] Removed outdated code.
Diffstat (limited to 'iphone/Maps')
-rw-r--r--iphone/Maps/Classes/CustomViews/MapViewControls/Search/TableView/MWMSearchShowOnMapCell.h7
-rw-r--r--iphone/Maps/Classes/CustomViews/MapViewControls/Search/TableView/MWMSearchShowOnMapCell.mm21
-rw-r--r--iphone/Maps/Classes/CustomViews/MapViewControls/Search/TableView/MWMSearchShowOnMapCell.xib63
-rw-r--r--iphone/Maps/Classes/CustomViews/MapViewControls/Search/TableView/MWMSearchTableViewController.mm1
-rw-r--r--iphone/Maps/Maps.xcodeproj/project.pbxproj18
5 files changed, 0 insertions, 110 deletions
diff --git a/iphone/Maps/Classes/CustomViews/MapViewControls/Search/TableView/MWMSearchShowOnMapCell.h b/iphone/Maps/Classes/CustomViews/MapViewControls/Search/TableView/MWMSearchShowOnMapCell.h
deleted file mode 100644
index 7d2c93c5d2..0000000000
--- a/iphone/Maps/Classes/CustomViews/MapViewControls/Search/TableView/MWMSearchShowOnMapCell.h
+++ /dev/null
@@ -1,7 +0,0 @@
-#import "MWMTableViewCell.h"
-
-@interface MWMSearchShowOnMapCell : MWMTableViewCell
-
-+ (CGFloat)cellHeight;
-
-@end
diff --git a/iphone/Maps/Classes/CustomViews/MapViewControls/Search/TableView/MWMSearchShowOnMapCell.mm b/iphone/Maps/Classes/CustomViews/MapViewControls/Search/TableView/MWMSearchShowOnMapCell.mm
deleted file mode 100644
index 94b9e99f72..0000000000
--- a/iphone/Maps/Classes/CustomViews/MapViewControls/Search/TableView/MWMSearchShowOnMapCell.mm
+++ /dev/null
@@ -1,21 +0,0 @@
-#import "MWMSearchShowOnMapCell.h"
-#import "UIColor+MapsMeColor.h"
-
-@implementation MWMSearchShowOnMapCell
-
-- (void)awakeFromNib
-{
- [super awakeFromNib];
- if (IPAD)
- self.contentView.backgroundColor = [UIColor white];
- CALayer * sl = self.layer;
- sl.shouldRasterize = YES;
- sl.rasterizationScale = UIScreen.mainScreen.scale;
-}
-
-+ (CGFloat)cellHeight
-{
- return 44.0;
-}
-
-@end
diff --git a/iphone/Maps/Classes/CustomViews/MapViewControls/Search/TableView/MWMSearchShowOnMapCell.xib b/iphone/Maps/Classes/CustomViews/MapViewControls/Search/TableView/MWMSearchShowOnMapCell.xib
deleted file mode 100644
index 71385844e3..0000000000
--- a/iphone/Maps/Classes/CustomViews/MapViewControls/Search/TableView/MWMSearchShowOnMapCell.xib
+++ /dev/null
@@ -1,63 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="11542" systemVersion="16B2555" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES">
- <device id="retina4_7" orientation="portrait">
- <adaptation id="fullscreen"/>
- </device>
- <dependencies>
- <deployment identifier="iOS"/>
- <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="11524"/>
- <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
- </dependencies>
- <objects>
- <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner"/>
- <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
- <tableViewCell contentMode="scaleToFill" selectionStyle="default" indentationWidth="10" id="KGk-i7-Jjw" customClass="MWMSearchShowOnMapCell">
- <rect key="frame" x="0.0" y="0.0" width="320" height="44"/>
- <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
- <tableViewCellContentView key="contentView" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="KGk-i7-Jjw" id="H2p-sc-9uM">
- <rect key="frame" x="0.0" y="0.0" width="320" height="43"/>
- <autoresizingMask key="autoresizingMask"/>
- <subviews>
- <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Show On Map" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="0Ch-mz-VzP">
- <rect key="frame" x="16" y="11.5" width="288" height="20.5"/>
- <fontDescription key="fontDescription" name="HelveticaNeue-Bold" family="Helvetica Neue" pointSize="17"/>
- <color key="textColor" red="0.12549019610000001" green="0.58823529409999997" blue="0.95294117649999999" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
- <nil key="highlightedColor"/>
- <userDefinedRuntimeAttributes>
- <userDefinedRuntimeAttribute type="string" keyPath="fontName" value="bold17"/>
- <userDefinedRuntimeAttribute type="string" keyPath="colorName" value="linkBlue"/>
- <userDefinedRuntimeAttribute type="string" keyPath="localizedText" value="search_on_map"/>
- </userDefinedRuntimeAttributes>
- </label>
- <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="e49-Z8-rFG" userLabel="Separator">
- <rect key="frame" x="0.0" y="42.5" width="320" height="1"/>
- <color key="backgroundColor" red="0.0" green="0.0" blue="0.0" alpha="0.12" colorSpace="custom" customColorSpace="sRGB"/>
- <constraints>
- <constraint firstAttribute="height" constant="1" id="xjZ-xF-fdl"/>
- </constraints>
- <userDefinedRuntimeAttributes>
- <userDefinedRuntimeAttribute type="string" keyPath="backgroundColorName" value="blackDividers"/>
- </userDefinedRuntimeAttributes>
- </view>
- </subviews>
- <constraints>
- <constraint firstAttribute="trailing" secondItem="e49-Z8-rFG" secondAttribute="trailing" id="1vY-HD-IIu"/>
- <constraint firstItem="e49-Z8-rFG" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" id="31g-To-Oi7"/>
- <constraint firstAttribute="centerY" secondItem="0Ch-mz-VzP" secondAttribute="centerY" id="Krw-QC-Jef"/>
- <constraint firstItem="0Ch-mz-VzP" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" constant="16" id="Obg-8I-SAB"/>
- <constraint firstAttribute="bottom" secondItem="e49-Z8-rFG" secondAttribute="bottom" id="WDR-Pz-C0s"/>
- <constraint firstItem="e49-Z8-rFG" firstAttribute="leading" secondItem="0Ch-mz-VzP" secondAttribute="leading" id="eDx-cK-3LA"/>
- <constraint firstAttribute="trailing" secondItem="0Ch-mz-VzP" secondAttribute="trailing" constant="16" id="xgg-OV-LnW"/>
- </constraints>
- <variation key="default">
- <mask key="constraints">
- <exclude reference="eDx-cK-3LA"/>
- </mask>
- </variation>
- </tableViewCellContentView>
- <userDefinedRuntimeAttributes>
- <userDefinedRuntimeAttribute type="string" keyPath="backgroundColorName" value="white"/>
- </userDefinedRuntimeAttributes>
- </tableViewCell>
- </objects>
-</document>
diff --git a/iphone/Maps/Classes/CustomViews/MapViewControls/Search/TableView/MWMSearchTableViewController.mm b/iphone/Maps/Classes/CustomViews/MapViewControls/Search/TableView/MWMSearchTableViewController.mm
index cb830f7f0c..8abe2218a2 100644
--- a/iphone/Maps/Classes/CustomViews/MapViewControls/Search/TableView/MWMSearchTableViewController.mm
+++ b/iphone/Maps/Classes/CustomViews/MapViewControls/Search/TableView/MWMSearchTableViewController.mm
@@ -2,7 +2,6 @@
#import "MWMLocationManager.h"
#import "MWMSearchChangeModeView.h"
#import "MWMSearchCommonCell.h"
-#import "MWMSearchShowOnMapCell.h"
#import "MWMSearchSuggestionCell.h"
#import "MWMSearchTableView.h"
#import "Macros.h"
diff --git a/iphone/Maps/Maps.xcodeproj/project.pbxproj b/iphone/Maps/Maps.xcodeproj/project.pbxproj
index 3e3acd4139..0440dfa18d 100644
--- a/iphone/Maps/Maps.xcodeproj/project.pbxproj
+++ b/iphone/Maps/Maps.xcodeproj/project.pbxproj
@@ -107,8 +107,6 @@
3436FE821D366CDD005CD87B /* MWMSearch.mm in Sources */ = {isa = PBXBuildFile; fileRef = 3436FE811D366CDD005CD87B /* MWMSearch.mm */; };
3436FE831D366CDD005CD87B /* MWMSearch.mm in Sources */ = {isa = PBXBuildFile; fileRef = 3436FE811D366CDD005CD87B /* MWMSearch.mm */; };
3438CDF41B85F1170051AA78 /* MWMConsole.mm in Sources */ = {isa = PBXBuildFile; fileRef = 3438CDF31B85F1170051AA78 /* MWMConsole.mm */; };
- 3438CDF81B8616760051AA78 /* MWMSearchShowOnMapCell.mm in Sources */ = {isa = PBXBuildFile; fileRef = 3438CDF61B8616760051AA78 /* MWMSearchShowOnMapCell.mm */; };
- 3438CDF91B8616760051AA78 /* MWMSearchShowOnMapCell.xib in Resources */ = {isa = PBXBuildFile; fileRef = 3438CDF71B8616760051AA78 /* MWMSearchShowOnMapCell.xib */; };
3438CDFC1B862F5C0051AA78 /* MWMSearchContentView.mm in Sources */ = {isa = PBXBuildFile; fileRef = 3438CDFB1B862F5C0051AA78 /* MWMSearchContentView.mm */; };
343E8B341D07F84C0046AEEE /* Pushwoosh.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 343E8B331D07F84C0046AEEE /* Pushwoosh.framework */; };
343E8B351D07F84C0046AEEE /* Pushwoosh.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 343E8B331D07F84C0046AEEE /* Pushwoosh.framework */; };
@@ -500,7 +498,6 @@
6741A9811BF340DE002C974C /* MWMRateAlert.xib in Resources */ = {isa = PBXBuildFile; fileRef = F61579351AC2CEB60032D8E9 /* MWMRateAlert.xib */; };
6741A9821BF340DE002C974C /* MWMBottomMenuCollectionViewLandscapeCell.xib in Resources */ = {isa = PBXBuildFile; fileRef = 34634B1A1BB42D270013573C /* MWMBottomMenuCollectionViewLandscapeCell.xib */; };
6741A9831BF340DE002C974C /* Mapsme.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 347FDDA01BB59B4E00871410 /* Mapsme.storyboard */; };
- 6741A9841BF340DE002C974C /* MWMSearchShowOnMapCell.xib in Resources */ = {isa = PBXBuildFile; fileRef = 3438CDF71B8616760051AA78 /* MWMSearchShowOnMapCell.xib */; };
6741A9851BF340DE002C974C /* MWMBottomMenuCollectionViewPortraitCell.xib in Resources */ = {isa = PBXBuildFile; fileRef = 34BAB6EC1BB2DFCE00DB941B /* MWMBottomMenuCollectionViewPortraitCell.xib */; };
6741A9871BF340DE002C974C /* drules_proto_clear.bin in Resources */ = {isa = PBXBuildFile; fileRef = 4A23D1561B8B4DD700D4EB6F /* drules_proto_clear.bin */; };
6741A9881BF340DE002C974C /* MWMAPIBarView.xib in Resources */ = {isa = PBXBuildFile; fileRef = 341C2A5A1B720B8A00AD41A1 /* MWMAPIBarView.xib */; };
@@ -528,7 +525,6 @@
6741A9A71BF340DE002C974C /* UIViewController+Navigation.mm in Sources */ = {isa = PBXBuildFile; fileRef = 9747278318338F0C006B7CB7 /* UIViewController+Navigation.mm */; };
6741A9A81BF340DE002C974C /* MWMFacebookAlert.mm in Sources */ = {isa = PBXBuildFile; fileRef = F6BC1E511ACBF98600EF0360 /* MWMFacebookAlert.mm */; };
6741A9A91BF340DE002C974C /* MWMDefaultAlert.mm in Sources */ = {isa = PBXBuildFile; fileRef = F64F198B1AB81A00006EAF7E /* MWMDefaultAlert.mm */; };
- 6741A9AA1BF340DE002C974C /* MWMSearchShowOnMapCell.mm in Sources */ = {isa = PBXBuildFile; fileRef = 3438CDF61B8616760051AA78 /* MWMSearchShowOnMapCell.mm */; };
6741A9AC1BF340DE002C974C /* MWMSearchTabButtonsView.mm in Sources */ = {isa = PBXBuildFile; fileRef = 34F45E8D1B96E88100AC93F8 /* MWMSearchTabButtonsView.mm */; };
6741A9AE1BF340DE002C974C /* MWMSearchCategoryCell.mm in Sources */ = {isa = PBXBuildFile; fileRef = 34B82AC81B8465C100180497 /* MWMSearchCategoryCell.mm */; };
6741A9B01BF340DE002C974C /* MapsAppDelegate.mm in Sources */ = {isa = PBXBuildFile; fileRef = 1D3623250D0F684500981E51 /* MapsAppDelegate.mm */; };
@@ -791,7 +787,6 @@
849CF6531DE842290024A8A5 /* MWMOpeningHoursDaysSelectorTableViewCell.xib in Resources */ = {isa = PBXBuildFile; fileRef = 347FD8581C60B2CE002FB65E /* MWMOpeningHoursDaysSelectorTableViewCell.xib */; };
849CF6541DE842290024A8A5 /* MWMBottomMenuCollectionViewLandscapeCell.xib in Resources */ = {isa = PBXBuildFile; fileRef = 34634B1A1BB42D270013573C /* MWMBottomMenuCollectionViewLandscapeCell.xib */; };
849CF6551DE842290024A8A5 /* Mapsme.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 347FDDA01BB59B4E00871410 /* Mapsme.storyboard */; };
- 849CF6561DE842290024A8A5 /* MWMSearchShowOnMapCell.xib in Resources */ = {isa = PBXBuildFile; fileRef = 3438CDF71B8616760051AA78 /* MWMSearchShowOnMapCell.xib */; };
849CF6571DE842290024A8A5 /* countries_obsolete.txt in Resources */ = {isa = PBXBuildFile; fileRef = 671182DE1C7F0DD400CB8177 /* countries_obsolete.txt */; };
849CF6581DE842290024A8A5 /* countries-strings in Resources */ = {isa = PBXBuildFile; fileRef = 4A300ED31C6DCFD400140018 /* countries-strings */; };
849CF6591DE842290024A8A5 /* MWMBottomMenuCollectionViewPortraitCell.xib in Resources */ = {isa = PBXBuildFile; fileRef = 34BAB6EC1BB2DFCE00DB941B /* MWMBottomMenuCollectionViewPortraitCell.xib */; };
@@ -847,7 +842,6 @@
849CF68C1DE842290024A8A5 /* MWMBookmarkTitleCell.m in Sources */ = {isa = PBXBuildFile; fileRef = F6E9BF311CE3658D0050E534 /* MWMBookmarkTitleCell.m */; };
849CF68D1DE842290024A8A5 /* MWMLocationManager.mm in Sources */ = {isa = PBXBuildFile; fileRef = 344D77B31D1BD7C800DBED70 /* MWMLocationManager.mm */; };
849CF68E1DE842290024A8A5 /* MWMMapDownloaderAdsTableViewCell.mm in Sources */ = {isa = PBXBuildFile; fileRef = 3442B29B1D92C14C00CA9291 /* MWMMapDownloaderAdsTableViewCell.mm */; };
- 849CF68F1DE842290024A8A5 /* MWMSearchShowOnMapCell.mm in Sources */ = {isa = PBXBuildFile; fileRef = 3438CDF61B8616760051AA78 /* MWMSearchShowOnMapCell.mm */; };
849CF6901DE842290024A8A5 /* MWMSearchTabButtonsView.mm in Sources */ = {isa = PBXBuildFile; fileRef = 34F45E8D1B96E88100AC93F8 /* MWMSearchTabButtonsView.mm */; };
849CF6911DE842290024A8A5 /* MWMSideButtons.mm in Sources */ = {isa = PBXBuildFile; fileRef = 3490D2DA1CE9DD2500D0B838 /* MWMSideButtons.mm */; };
849CF6921DE842290024A8A5 /* MWMMapDownloaderDataSource.mm in Sources */ = {isa = PBXBuildFile; fileRef = 342FDDE41C6C9071000038A0 /* MWMMapDownloaderDataSource.mm */; };
@@ -1532,9 +1526,6 @@
3436FE811D366CDD005CD87B /* MWMSearch.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = MWMSearch.mm; sourceTree = "<group>"; };
3438CDF21B85F1170051AA78 /* MWMConsole.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MWMConsole.h; sourceTree = "<group>"; };
3438CDF31B85F1170051AA78 /* MWMConsole.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = MWMConsole.mm; sourceTree = "<group>"; };
- 3438CDF51B8616760051AA78 /* MWMSearchShowOnMapCell.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MWMSearchShowOnMapCell.h; sourceTree = "<group>"; };
- 3438CDF61B8616760051AA78 /* MWMSearchShowOnMapCell.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = MWMSearchShowOnMapCell.mm; sourceTree = "<group>"; };
- 3438CDF71B8616760051AA78 /* MWMSearchShowOnMapCell.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = MWMSearchShowOnMapCell.xib; sourceTree = "<group>"; };
3438CDFA1B862F5C0051AA78 /* MWMSearchContentView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MWMSearchContentView.h; sourceTree = "<group>"; };
3438CDFB1B862F5C0051AA78 /* MWMSearchContentView.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = MWMSearchContentView.mm; sourceTree = "<group>"; };
343E8B331D07F84C0046AEEE /* Pushwoosh.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Pushwoosh.framework; path = Frameworks/Pushwoosh.framework; sourceTree = "<group>"; };
@@ -3075,9 +3066,6 @@
34B82AD21B84740000180497 /* TableView */ = {
isa = PBXGroup;
children = (
- 3438CDF51B8616760051AA78 /* MWMSearchShowOnMapCell.h */,
- 3438CDF61B8616760051AA78 /* MWMSearchShowOnMapCell.mm */,
- 3438CDF71B8616760051AA78 /* MWMSearchShowOnMapCell.xib */,
34B82AD31B84746E00180497 /* MWMSearchSuggestionCell.h */,
34B82AD41B84746E00180497 /* MWMSearchSuggestionCell.mm */,
34B82AD51B84746E00180497 /* MWMSearchSuggestionCell.xib */,
@@ -4247,7 +4235,6 @@
347FD8791C60B2CE002FB65E /* MWMOpeningHoursDaysSelectorTableViewCell.xib in Resources */,
34634B1B1BB42D270013573C /* MWMBottomMenuCollectionViewLandscapeCell.xib in Resources */,
347FDDA11BB59B4E00871410 /* Mapsme.storyboard in Resources */,
- 3438CDF91B8616760051AA78 /* MWMSearchShowOnMapCell.xib in Resources */,
671182E11C7F0DD400CB8177 /* countries_obsolete.txt in Resources */,
4A300ED41C6DCFD400140018 /* countries-strings in Resources */,
34BAB6EE1BB2DFCE00DB941B /* MWMBottomMenuCollectionViewPortraitCell.xib in Resources */,
@@ -4421,7 +4408,6 @@
6741A9821BF340DE002C974C /* MWMBottomMenuCollectionViewLandscapeCell.xib in Resources */,
6741A9831BF340DE002C974C /* Mapsme.storyboard in Resources */,
F6B870201DDCB2F400BE8D94 /* MWMPPPreviewBannerCell.xib in Resources */,
- 6741A9841BF340DE002C974C /* MWMSearchShowOnMapCell.xib in Resources */,
6741A9851BF340DE002C974C /* MWMBottomMenuCollectionViewPortraitCell.xib in Resources */,
9DA46A131C47E95700EF52BA /* drules_proto_legacy.bin in Resources */,
F67E751D1DB635FE00D6741F /* MWMPPView.xib in Resources */,
@@ -4579,7 +4565,6 @@
849CF6531DE842290024A8A5 /* MWMOpeningHoursDaysSelectorTableViewCell.xib in Resources */,
849CF6541DE842290024A8A5 /* MWMBottomMenuCollectionViewLandscapeCell.xib in Resources */,
849CF6551DE842290024A8A5 /* Mapsme.storyboard in Resources */,
- 849CF6561DE842290024A8A5 /* MWMSearchShowOnMapCell.xib in Resources */,
849CF6571DE842290024A8A5 /* countries_obsolete.txt in Resources */,
849CF6581DE842290024A8A5 /* countries-strings in Resources */,
849CF6591DE842290024A8A5 /* MWMBottomMenuCollectionViewPortraitCell.xib in Resources */,
@@ -4702,7 +4687,6 @@
F6E9BF321CE3658D0050E534 /* MWMBookmarkTitleCell.m in Sources */,
344D77B41D1BD7C800DBED70 /* MWMLocationManager.mm in Sources */,
3442B29C1D92C14C00CA9291 /* MWMMapDownloaderAdsTableViewCell.mm in Sources */,
- 3438CDF81B8616760051AA78 /* MWMSearchShowOnMapCell.mm in Sources */,
34F45E8E1B96E88100AC93F8 /* MWMSearchTabButtonsView.mm in Sources */,
3490D2DE1CE9DD2500D0B838 /* MWMSideButtons.mm in Sources */,
342FDDE51C6C9071000038A0 /* MWMMapDownloaderDataSource.mm in Sources */,
@@ -4957,7 +4941,6 @@
F6E9BF331CE3658D0050E534 /* MWMBookmarkTitleCell.m in Sources */,
3442B29D1D92C14C00CA9291 /* MWMMapDownloaderAdsTableViewCell.mm in Sources */,
344D77B51D1BD7C800DBED70 /* MWMLocationManager.mm in Sources */,
- 6741A9AA1BF340DE002C974C /* MWMSearchShowOnMapCell.mm in Sources */,
6741A9AC1BF340DE002C974C /* MWMSearchTabButtonsView.mm in Sources */,
3490D2DF1CE9DD2500D0B838 /* MWMSideButtons.mm in Sources */,
342FDDE61C6C9071000038A0 /* MWMMapDownloaderDataSource.mm in Sources */,
@@ -5211,7 +5194,6 @@
849CF68C1DE842290024A8A5 /* MWMBookmarkTitleCell.m in Sources */,
849CF68D1DE842290024A8A5 /* MWMLocationManager.mm in Sources */,
849CF68E1DE842290024A8A5 /* MWMMapDownloaderAdsTableViewCell.mm in Sources */,
- 849CF68F1DE842290024A8A5 /* MWMSearchShowOnMapCell.mm in Sources */,
F63421F11DF975A800A96868 /* MWMPlacePageTaxiCell.mm in Sources */,
849CF6901DE842290024A8A5 /* MWMSearchTabButtonsView.mm in Sources */,
849CF6911DE842290024A8A5 /* MWMSideButtons.mm in Sources */,