From bab7838cc5a6d1cc6f64e030ac3dda3e74717f0b Mon Sep 17 00:00:00 2001 From: Sergey Yershov Date: Mon, 29 Feb 2016 19:13:36 +0300 Subject: [PATCH] Fix resources for Xcode desktop application --- xcode/MapsMe/MapsMe.xcodeproj/project.pbxproj | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/xcode/MapsMe/MapsMe.xcodeproj/project.pbxproj b/xcode/MapsMe/MapsMe.xcodeproj/project.pbxproj index bc4e80e998..64db4894f6 100644 --- a/xcode/MapsMe/MapsMe.xcodeproj/project.pbxproj +++ b/xcode/MapsMe/MapsMe.xcodeproj/project.pbxproj @@ -19,6 +19,8 @@ 671182DB1C7F0D8C00CB8177 /* countries_obsolete.txt in Resources */ = {isa = PBXBuildFile; fileRef = 671182D81C7F0D8C00CB8177 /* countries_obsolete.txt */; }; 671182DC1C7F0D8C00CB8177 /* packed_polygons_obsolete.bin in Resources */ = {isa = PBXBuildFile; fileRef = 671182D91C7F0D8C00CB8177 /* packed_polygons_obsolete.bin */; }; 671182DD1C7F0D8C00CB8177 /* WorldCoasts_obsolete.mwm in Resources */ = {isa = PBXBuildFile; fileRef = 671182DA1C7F0D8C00CB8177 /* WorldCoasts_obsolete.mwm */; }; + 671182F61C80E09A00CB8177 /* colors.txt in Resources */ = {isa = PBXBuildFile; fileRef = 671182F41C80E09A00CB8177 /* colors.txt */; }; + 671182F71C80E09A00CB8177 /* patterns.txt in Resources */ = {isa = PBXBuildFile; fileRef = 671182F51C80E09A00CB8177 /* patterns.txt */; }; 6714E5E41BD13F67008AB603 /* drules_proto_clear.bin in CopyFiles */ = {isa = PBXBuildFile; fileRef = 6714E5DE1BD13F67008AB603 /* drules_proto_clear.bin */; }; 6714E5E61BD13F67008AB603 /* drules_proto_dark.bin in CopyFiles */ = {isa = PBXBuildFile; fileRef = 6714E5E01BD13F67008AB603 /* drules_proto_dark.bin */; }; 6714E6021BD14016008AB603 /* resources-mdpi_clear in Resources */ = {isa = PBXBuildFile; fileRef = 6714E6001BD14016008AB603 /* resources-mdpi_clear */; }; @@ -176,6 +178,8 @@ 671182D81C7F0D8C00CB8177 /* countries_obsolete.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = countries_obsolete.txt; sourceTree = ""; }; 671182D91C7F0D8C00CB8177 /* packed_polygons_obsolete.bin */ = {isa = PBXFileReference; lastKnownFileType = archive.macbinary; path = packed_polygons_obsolete.bin; sourceTree = ""; }; 671182DA1C7F0D8C00CB8177 /* WorldCoasts_obsolete.mwm */ = {isa = PBXFileReference; lastKnownFileType = file; path = WorldCoasts_obsolete.mwm; sourceTree = ""; }; + 671182F41C80E09A00CB8177 /* colors.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = colors.txt; sourceTree = ""; }; + 671182F51C80E09A00CB8177 /* patterns.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = patterns.txt; sourceTree = ""; }; 6714E5DE1BD13F67008AB603 /* drules_proto_clear.bin */ = {isa = PBXFileReference; lastKnownFileType = archive.macbinary; path = drules_proto_clear.bin; sourceTree = ""; }; 6714E5E01BD13F67008AB603 /* drules_proto_dark.bin */ = {isa = PBXFileReference; lastKnownFileType = archive.macbinary; path = drules_proto_dark.bin; sourceTree = ""; }; 6714E6001BD14016008AB603 /* resources-mdpi_clear */ = {isa = PBXFileReference; lastKnownFileType = folder; path = "resources-mdpi_clear"; sourceTree = ""; }; @@ -386,6 +390,8 @@ 6729A5C91A693045007D5872 /* Resources */ = { isa = PBXGroup; children = ( + 671182F41C80E09A00CB8177 /* colors.txt */, + 671182F51C80E09A00CB8177 /* patterns.txt */, 671182D81C7F0D8C00CB8177 /* countries_obsolete.txt */, 671182D91C7F0D8C00CB8177 /* packed_polygons_obsolete.bin */, 671182DA1C7F0D8C00CB8177 /* WorldCoasts_obsolete.mwm */, @@ -556,8 +562,10 @@ 677A2DEB1C0DDDBE00635A00 /* resources-default in Resources */, 6714E6031BD14016008AB603 /* resources-mdpi_dark in Resources */, 9DA46A231C47E9E200EF52BA /* resources-mdpi_legacy in Resources */, + 671182F71C80E09A00CB8177 /* patterns.txt in Resources */, 671182DD1C7F0D8C00CB8177 /* WorldCoasts_obsolete.mwm in Resources */, 9DA46A251C47E9E200EF52BA /* resources-xxhdpi_legacy in Resources */, + 671182F61C80E09A00CB8177 /* colors.txt in Resources */, 6714E6021BD14016008AB603 /* resources-mdpi_clear in Resources */, 9DA46A241C47E9E200EF52BA /* resources-xhdpi_legacy in Resources */, 6729A6681A69394D007D5872 /* resources.qrc in Resources */,