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:
authorAlex Zolotarev <deathbaba@gmail.com>2013-01-14 17:40:02 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:48:40 +0300
commit6c29ce8563a90ff3d630d7420d4f14a8b47f3aa8 (patch)
tree8a0fcd3d942366706f5b37939b7080fefa3527ba /iphone
parent2448c0afecc18887b95eb71fdcd7bb3fc61e6b92 (diff)
[ios] Reordered lib and Framework in project tree
Diffstat (limited to 'iphone')
-rw-r--r--iphone/Maps/Maps.xcodeproj/project.pbxproj6
1 files changed, 3 insertions, 3 deletions
diff --git a/iphone/Maps/Maps.xcodeproj/project.pbxproj b/iphone/Maps/Maps.xcodeproj/project.pbxproj
index fa80c38e54..880a6f0311 100644
--- a/iphone/Maps/Maps.xcodeproj/project.pbxproj
+++ b/iphone/Maps/Maps.xcodeproj/project.pbxproj
@@ -1373,7 +1373,7 @@
573D1AF3165252760093A55D /* location-follow@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "location-follow@2x.png"; sourceTree = "<group>"; };
8D1107310486CEB800E47090 /* MapsWithMe-Pro.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = "MapsWithMe-Pro.plist"; plistStructureDefinitionIdentifier = "com.apple.xcode.plist.structure-definition.iphone.info-plist"; sourceTree = "<group>"; };
ED8B1A2016772AB4003CAD0A /* MessageUI.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = MessageUI.framework; path = System/Library/Frameworks/MessageUI.framework; sourceTree = SDKROOT; };
- EDBB18B716972B0600AF0742 /* libzlib.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libzlib.a; path = libzlib.a; sourceTree = "<group>"; };
+ EDBB18B716972B0600AF0742 /* libzlib.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; path = libzlib.a; sourceTree = "<group>"; };
EE026F0511D6AC0D00645242 /* classificator.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = classificator.txt; path = ../../data/classificator.txt; sourceTree = SOURCE_ROOT; };
EE026F0811D6AC2800645242 /* basic_mdpi.skn */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = basic_mdpi.skn; path = ../../data/basic_mdpi.skn; sourceTree = SOURCE_ROOT; };
EE1201FF11CD464100ABDD5D /* libbase.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; path = libbase.a; sourceTree = SOURCE_ROOT; };
@@ -2197,8 +2197,6 @@
29B97314FDCFA39411CA2CEA /* Maps */ = {
isa = PBXGroup;
children = (
- EDBB18B716972B0600AF0742 /* libzlib.a */,
- ED8B1A2016772AB4003CAD0A /* MessageUI.framework */,
FA36B8011540388B004560CC /* Bookmarks */,
FA34BEC71338D6DB00FFB2A7 /* Common */,
FA6E1F1B124E6B2800F59149 /* Platform */,
@@ -2281,6 +2279,7 @@
isa = PBXGroup;
children = (
ED8B1A2016772AB4003CAD0A /* MessageUI.framework */,
+ ED8B1A2016772AB4003CAD0A /* MessageUI.framework */,
EEB7E22111E9079400080A68 /* CoreLocation.framework */,
46F26D1E10F626CB00ECCA39 /* QuartzCore.framework */,
46F26C7210F61FD600ECCA39 /* OpenGLES.framework */,
@@ -2340,6 +2339,7 @@
FA1DE68411E15D4E00C6D69A /* Static Libraries */ = {
isa = PBXGroup;
children = (
+ EDBB18B716972B0600AF0742 /* libzlib.a */,
EE5A34E5156FCB9500E34FFE /* libgui.a */,
FAF29846146EEF4A00FF0057 /* libprotobuf.a */,
FAEA8B291437CA80002A6737 /* libjansson.a */,