forked from organicmaps/organicmaps
Fix resources for Xcode desktop application
This commit is contained in:
parent
614a504c89
commit
bab7838cc5
1 changed files with 8 additions and 0 deletions
|
@ -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 = "<group>"; };
|
||||
671182D91C7F0D8C00CB8177 /* packed_polygons_obsolete.bin */ = {isa = PBXFileReference; lastKnownFileType = archive.macbinary; path = packed_polygons_obsolete.bin; sourceTree = "<group>"; };
|
||||
671182DA1C7F0D8C00CB8177 /* WorldCoasts_obsolete.mwm */ = {isa = PBXFileReference; lastKnownFileType = file; path = WorldCoasts_obsolete.mwm; sourceTree = "<group>"; };
|
||||
671182F41C80E09A00CB8177 /* colors.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = colors.txt; sourceTree = "<group>"; };
|
||||
671182F51C80E09A00CB8177 /* patterns.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = patterns.txt; sourceTree = "<group>"; };
|
||||
6714E5DE1BD13F67008AB603 /* drules_proto_clear.bin */ = {isa = PBXFileReference; lastKnownFileType = archive.macbinary; path = drules_proto_clear.bin; sourceTree = "<group>"; };
|
||||
6714E5E01BD13F67008AB603 /* drules_proto_dark.bin */ = {isa = PBXFileReference; lastKnownFileType = archive.macbinary; path = drules_proto_dark.bin; sourceTree = "<group>"; };
|
||||
6714E6001BD14016008AB603 /* resources-mdpi_clear */ = {isa = PBXFileReference; lastKnownFileType = folder; path = "resources-mdpi_clear"; sourceTree = "<group>"; };
|
||||
|
@ -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 */,
|
||||
|
|
Loading…
Add table
Reference in a new issue