forked from organicmaps/organicmaps
[ios] Reordered lib and Framework in project tree
This commit is contained in:
parent
2448c0afec
commit
6c29ce8563
1 changed files with 3 additions and 3 deletions
|
@ -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 */,
|
||||
|
@ -2280,6 +2278,7 @@
|
|||
29B97323FDCFA39411CA2CEA /* Frameworks */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
ED8B1A2016772AB4003CAD0A /* MessageUI.framework */,
|
||||
ED8B1A2016772AB4003CAD0A /* MessageUI.framework */,
|
||||
EEB7E22111E9079400080A68 /* CoreLocation.framework */,
|
||||
46F26D1E10F626CB00ECCA39 /* QuartzCore.framework */,
|
||||
|
@ -2340,6 +2339,7 @@
|
|||
FA1DE68411E15D4E00C6D69A /* Static Libraries */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
EDBB18B716972B0600AF0742 /* libzlib.a */,
|
||||
EE5A34E5156FCB9500E34FFE /* libgui.a */,
|
||||
FAF29846146EEF4A00FF0057 /* libprotobuf.a */,
|
||||
FAEA8B291437CA80002A6737 /* libjansson.a */,
|
||||
|
|
Loading…
Add table
Reference in a new issue