forked from organicmaps/organicmaps
[MAPSME-3126] [ios] Fixed xc-scheme build.
This commit is contained in:
parent
ecaaa0cedd
commit
a4a737ee5a
1 changed files with 8 additions and 0 deletions
|
@ -9,6 +9,8 @@
|
|||
/* Begin PBXBuildFile section */
|
||||
0C5FEC731DDE1A140017688C /* routing_section.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 0C5FEC721DDE1A140017688C /* routing_section.hpp */; };
|
||||
340DF9D01C1FF04D00B5C7EC /* osm_editor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 340DF9CF1C1FF04D00B5C7EC /* osm_editor.cpp */; };
|
||||
3454E05C1DF00D2D00F40F46 /* banners.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3454E05A1DF00D2D00F40F46 /* banners.cpp */; };
|
||||
3454E05D1DF00D2D00F40F46 /* banners.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 3454E05B1DF00D2D00F40F46 /* banners.hpp */; };
|
||||
34583BC71C88552100F94664 /* cuisines.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 34583BC11C88552100F94664 /* cuisines.cpp */; };
|
||||
34583BC81C88552100F94664 /* cuisines.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 34583BC21C88552100F94664 /* cuisines.hpp */; };
|
||||
34583BC91C88552100F94664 /* editable_map_object.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 34583BC31C88552100F94664 /* editable_map_object.cpp */; };
|
||||
|
@ -226,6 +228,8 @@
|
|||
/* Begin PBXFileReference section */
|
||||
0C5FEC721DDE1A140017688C /* routing_section.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = routing_section.hpp; sourceTree = "<group>"; };
|
||||
340DF9CF1C1FF04D00B5C7EC /* osm_editor.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = osm_editor.cpp; sourceTree = "<group>"; };
|
||||
3454E05A1DF00D2D00F40F46 /* banners.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = banners.cpp; sourceTree = "<group>"; };
|
||||
3454E05B1DF00D2D00F40F46 /* banners.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = banners.hpp; sourceTree = "<group>"; };
|
||||
34583BC11C88552100F94664 /* cuisines.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = cuisines.cpp; sourceTree = "<group>"; };
|
||||
34583BC21C88552100F94664 /* cuisines.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = cuisines.hpp; sourceTree = "<group>"; };
|
||||
34583BC31C88552100F94664 /* editable_map_object.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = editable_map_object.cpp; sourceTree = "<group>"; };
|
||||
|
@ -624,6 +628,8 @@
|
|||
6753409C1A3F53CB00A0A8C3 /* indexer */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
3454E05A1DF00D2D00F40F46 /* banners.cpp */,
|
||||
3454E05B1DF00D2D00F40F46 /* banners.hpp */,
|
||||
3D928F651D50F9FE001670E0 /* index_helpers.cpp */,
|
||||
3D928F661D50F9FE001670E0 /* index_helpers.hpp */,
|
||||
34664CEE1D49FEC1003D7096 /* altitude_loader.cpp */,
|
||||
|
@ -820,6 +826,7 @@
|
|||
6753413C1A3F540F00A0A8C3 /* point_to_int64.hpp in Headers */,
|
||||
6758AED41BB4413000C26E27 /* drules_selector.hpp in Headers */,
|
||||
675341061A3F540F00A0A8C3 /* coding_params.hpp in Headers */,
|
||||
3454E05D1DF00D2D00F40F46 /* banners.hpp in Headers */,
|
||||
56C74C211C749E4700B71B9F /* edits_migration.hpp in Headers */,
|
||||
6753412F1A3F540F00A0A8C3 /* index_builder.hpp in Headers */,
|
||||
675341411A3F540F00A0A8C3 /* scales.hpp in Headers */,
|
||||
|
@ -1038,6 +1045,7 @@
|
|||
34664CF61D49FEC1003D7096 /* centers_table.cpp in Sources */,
|
||||
56C74C201C749E4700B71B9F /* edits_migration.cpp in Sources */,
|
||||
6753414D1A3F540F00A0A8C3 /* types_mapping.cpp in Sources */,
|
||||
3454E05C1DF00D2D00F40F46 /* banners.cpp in Sources */,
|
||||
6753412A1A3F540F00A0A8C3 /* geometry_coding.cpp in Sources */,
|
||||
34583BC71C88552100F94664 /* cuisines.cpp in Sources */,
|
||||
675341121A3F540F00A0A8C3 /* feature_algo.cpp in Sources */,
|
||||
|
|
Loading…
Add table
Reference in a new issue