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
path: root/iphone
diff options
context:
space:
mode:
authorKirill Zhdanovich <kzhdanovich@gmail.com>2013-07-04 21:23:01 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:58:00 +0300
commitec8c23c1a5cab213815bd4778200607e32eb28a2 (patch)
tree94b0b77a77a3eab1ec80ac4c6b00f86cbf740bd8 /iphone
parent33a0be408ddf89e22f30841306761944721667f5 (diff)
[iOS]yellow pin
Diffstat (limited to 'iphone')
-rw-r--r--iphone/Maps/Bookmarks/PlacePageVC.mm3
-rw-r--r--iphone/Maps/Classes/placemark-yellow.pngbin0 -> 893 bytes
-rw-r--r--iphone/Maps/Classes/placemark-yellow@2x.pngbin0 -> 1946 bytes
-rw-r--r--iphone/Maps/Maps.xcodeproj/project.pbxproj12
4 files changed, 14 insertions, 1 deletions
diff --git a/iphone/Maps/Bookmarks/PlacePageVC.mm b/iphone/Maps/Bookmarks/PlacePageVC.mm
index 4ae9a85886..39a49a5f9f 100644
--- a/iphone/Maps/Bookmarks/PlacePageVC.mm
+++ b/iphone/Maps/Bookmarks/PlacePageVC.mm
@@ -89,7 +89,8 @@ static NSString * const g_colors [] =
@"placemark-green",
@"placemark-orange",
@"placemark-pink",
- @"placemark-purple"
+ @"placemark-purple",
+ @"placemark-yellow"
};
typedef enum {Editing, Saved} Mode;
diff --git a/iphone/Maps/Classes/placemark-yellow.png b/iphone/Maps/Classes/placemark-yellow.png
new file mode 100644
index 0000000000..0b454337dd
--- /dev/null
+++ b/iphone/Maps/Classes/placemark-yellow.png
Binary files differ
diff --git a/iphone/Maps/Classes/placemark-yellow@2x.png b/iphone/Maps/Classes/placemark-yellow@2x.png
new file mode 100644
index 0000000000..e9d1a110a0
--- /dev/null
+++ b/iphone/Maps/Classes/placemark-yellow@2x.png
Binary files differ
diff --git a/iphone/Maps/Maps.xcodeproj/project.pbxproj b/iphone/Maps/Maps.xcodeproj/project.pbxproj
index ad06338dca..ef7d5d6500 100644
--- a/iphone/Maps/Maps.xcodeproj/project.pbxproj
+++ b/iphone/Maps/Maps.xcodeproj/project.pbxproj
@@ -31,6 +31,10 @@
CB252D6E16FF82C9001E41E9 /* libFlurry.a in Frameworks */ = {isa = PBXBuildFile; fileRef = CB252D6A16FF82C8001E41E9 /* libFlurry.a */; };
CB252D6F16FF82C9001E41E9 /* Statistics.m in Sources */ = {isa = PBXBuildFile; fileRef = CB252D6C16FF82C8001E41E9 /* Statistics.m */; };
CB252D7016FF82C9001E41E9 /* Statistics.m in Sources */ = {isa = PBXBuildFile; fileRef = CB252D6C16FF82C8001E41E9 /* Statistics.m */; };
+ ED4653381785E5D10063856F /* placemark-yellow.png in Resources */ = {isa = PBXBuildFile; fileRef = ED4653361785E5D00063856F /* placemark-yellow.png */; };
+ ED4653391785E5D10063856F /* placemark-yellow@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = ED4653371785E5D10063856F /* placemark-yellow@2x.png */; };
+ ED46533A1785E5DA0063856F /* placemark-yellow.png in Resources */ = {isa = PBXBuildFile; fileRef = ED4653361785E5D00063856F /* placemark-yellow.png */; };
+ ED46533B1785E5DD0063856F /* placemark-yellow@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = ED4653371785E5D10063856F /* placemark-yellow@2x.png */; };
ED8676FE16A0793800D9A02A /* 22x29-pro.png in Resources */ = {isa = PBXBuildFile; fileRef = ED8676FA16A0793800D9A02A /* 22x29-pro.png */; };
ED8676FF16A0793800D9A02A /* 44x58-pro.png in Resources */ = {isa = PBXBuildFile; fileRef = ED8676FB16A0793800D9A02A /* 44x58-pro.png */; };
ED86770016A0793800D9A02A /* 64-pro.png in Resources */ = {isa = PBXBuildFile; fileRef = ED8676FC16A0793800D9A02A /* 64-pro.png */; };
@@ -1390,6 +1394,8 @@
CB252D6A16FF82C8001E41E9 /* libFlurry.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; path = libFlurry.a; sourceTree = "<group>"; };
CB252D6B16FF82C8001E41E9 /* Statistics.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Statistics.h; sourceTree = "<group>"; };
CB252D6C16FF82C8001E41E9 /* Statistics.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = Statistics.m; sourceTree = "<group>"; };
+ ED4653361785E5D00063856F /* placemark-yellow.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "placemark-yellow.png"; sourceTree = "<group>"; };
+ ED4653371785E5D10063856F /* placemark-yellow@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "placemark-yellow@2x.png"; sourceTree = "<group>"; };
ED8676FA16A0793800D9A02A /* 22x29-pro.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "22x29-pro.png"; sourceTree = "<group>"; };
ED8676FB16A0793800D9A02A /* 44x58-pro.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "44x58-pro.png"; sourceTree = "<group>"; };
ED8676FC16A0793800D9A02A /* 64-pro.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "64-pro.png"; sourceTree = "<group>"; };
@@ -2486,6 +2492,8 @@
FA0545EB155C22D4001F4E37 /* placemark-purple@2x.png */,
FA0545EC155C22D4001F4E37 /* placemark-red.png */,
FA0545ED155C22D4001F4E37 /* placemark-red@2x.png */,
+ ED4653361785E5D00063856F /* placemark-yellow.png */,
+ ED4653371785E5D10063856F /* placemark-yellow@2x.png */,
);
name = Images;
sourceTree = "<group>";
@@ -3788,6 +3796,8 @@
5797B6D516C931EE00FFE6D2 /* resources-mdpi in Resources */,
5797B6D716C931EE00FFE6D2 /* resources-xhdpi in Resources */,
FAF30A95173AB23900818BF6 /* 00_roboto_regular.ttf in Resources */,
+ ED4653381785E5D10063856F /* placemark-yellow.png in Resources */,
+ ED4653391785E5D10063856F /* placemark-yellow@2x.png in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
@@ -4397,6 +4407,8 @@
FA765AB51737BC6D00279CFF /* 64-lite.png in Resources */,
FA765AB61737BC6D00279CFF /* 320-lite.png in Resources */,
FAF30A96173AB23900818BF6 /* 00_roboto_regular.ttf in Resources */,
+ ED46533A1785E5DA0063856F /* placemark-yellow.png in Resources */,
+ ED46533B1785E5DD0063856F /* placemark-yellow@2x.png in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};