mirror of
https://codeberg.org/comaps/comaps
synced 2025-12-23 22:53:43 +00:00
committed by
Konstantin Pastbin
parent
c9cbb64f12
commit
76ffc99abd
14
xcode/CoMaps.xcworkspace/contents.xcworkspacedata
generated
14
xcode/CoMaps.xcworkspace/contents.xcworkspacedata
generated
@@ -11,17 +11,17 @@
|
||||
location = "container:common.xcconfig">
|
||||
</FileRef>
|
||||
<Group
|
||||
location = "group:../std"
|
||||
location = "group:../libs/std"
|
||||
name = "std">
|
||||
<FileRef
|
||||
location = "group:../std/target_os.hpp">
|
||||
location = "group:../libs/std/target_os.hpp">
|
||||
</FileRef>
|
||||
<FileRef
|
||||
location = "group:../std/windows.hpp">
|
||||
location = "group:../libs/std/windows.hpp">
|
||||
</FileRef>
|
||||
</Group>
|
||||
<Group
|
||||
location = "container:../pyhelpers"
|
||||
location = "container:../libs/pyhelpers"
|
||||
name = "pyhelpers">
|
||||
<FileRef
|
||||
location = "group:pair.hpp">
|
||||
@@ -85,7 +85,7 @@
|
||||
location = "container:tess2/tess2.xcodeproj">
|
||||
</FileRef>
|
||||
<FileRef
|
||||
location = "group:vulkan_wrapper/vulkan_wrapper.xcodeproj">
|
||||
location = "container:vulkan_wrapper/vulkan_wrapper.xcodeproj">
|
||||
</FileRef>
|
||||
</Group>
|
||||
<FileRef
|
||||
@@ -146,7 +146,7 @@
|
||||
location = "container:search/search.xcodeproj">
|
||||
</FileRef>
|
||||
<FileRef
|
||||
location = "group:shaders/shaders.xcodeproj">
|
||||
location = "container:shaders/shaders.xcodeproj">
|
||||
</FileRef>
|
||||
<FileRef
|
||||
location = "container:storage/storage.xcodeproj">
|
||||
@@ -158,7 +158,7 @@
|
||||
location = "container:traffic/traffic.xcodeproj">
|
||||
</FileRef>
|
||||
<FileRef
|
||||
location = "group:transit/transit.xcodeproj">
|
||||
location = "container:transit/transit.xcodeproj">
|
||||
</FileRef>
|
||||
<FileRef
|
||||
location = "group:../iphone/Chart/Chart.xcodeproj">
|
||||
|
||||
@@ -213,7 +213,7 @@
|
||||
39FD26E11CC65A0E00AFF551 /* threads_test.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = threads_test.cpp; sourceTree = "<group>"; };
|
||||
39FD26E21CC65A0E00AFF551 /* timegm_test.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = timegm_test.cpp; sourceTree = "<group>"; };
|
||||
39FD26E31CC65A0E00AFF551 /* timer_test.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = timer_test.cpp; sourceTree = "<group>"; };
|
||||
39FD27011CC65A2800AFF551 /* testingmain.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = testingmain.cpp; path = ../../testing/testingmain.cpp; sourceTree = "<group>"; };
|
||||
39FD27011CC65A2800AFF551 /* testingmain.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = testingmain.cpp; path = ../../../libs/testing/testingmain.cpp; sourceTree = "<group>"; };
|
||||
39FD27071CC65A7100AFF551 /* base_tests.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = base_tests.app; sourceTree = BUILT_PRODUCTS_DIR; };
|
||||
3D08987824810A0B00837783 /* linked_map.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = linked_map.hpp; sourceTree = "<group>"; };
|
||||
3D08987A24810A1300837783 /* linked_map_tests.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = linked_map_tests.cpp; sourceTree = "<group>"; };
|
||||
@@ -375,7 +375,7 @@
|
||||
39F995E220F55B8A0034F977 /* visitor_tests.cpp */,
|
||||
);
|
||||
name = base_tests;
|
||||
path = ../../base/base_tests;
|
||||
path = ../../libs/base/base_tests;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
6753416E1A3F57BF00A0A8C3 = {
|
||||
@@ -500,7 +500,7 @@
|
||||
3D78157A1F3D89EC0068B6AC /* waiter.hpp */,
|
||||
);
|
||||
name = base;
|
||||
path = ../../base;
|
||||
path = ../../libs/base;
|
||||
sourceTree = SOURCE_ROOT;
|
||||
};
|
||||
675345381A3F6F5E00A0A8C3 /* internal */ = {
|
||||
|
||||
@@ -185,7 +185,7 @@
|
||||
34A72A431DBE4989003D1F5F /* common-debug.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; name = "common-debug.xcconfig"; path = "../common-debug.xcconfig"; sourceTree = "<group>"; };
|
||||
34A72A441DBE4989003D1F5F /* common-release.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; name = "common-release.xcconfig"; path = "../common-release.xcconfig"; sourceTree = "<group>"; };
|
||||
3949168F1BAC3A5F002A8C4F /* coding_tests.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = coding_tests.app; sourceTree = BUILT_PRODUCTS_DIR; };
|
||||
3949171F1BAC3BE0002A8C4F /* testingmain.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = testingmain.cpp; path = ../../testing/testingmain.cpp; sourceTree = "<group>"; };
|
||||
3949171F1BAC3BE0002A8C4F /* testingmain.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = testingmain.cpp; path = ../../../libs/testing/testingmain.cpp; sourceTree = "<group>"; };
|
||||
394917221BAC3C2F002A8C4F /* huffman.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = huffman.cpp; sourceTree = "<group>"; };
|
||||
394917231BAC3C2F002A8C4F /* huffman.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = huffman.hpp; sourceTree = "<group>"; };
|
||||
3954E00D233500E90007FDE4 /* files_container.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = files_container.hpp; sourceTree = "<group>"; };
|
||||
@@ -419,7 +419,7 @@
|
||||
395D1A91207BBBAC001164A5 /* zlib_test.cpp */,
|
||||
);
|
||||
name = coding_tests;
|
||||
path = ../../coding/coding_tests;
|
||||
path = ../../libs/coding/coding_tests;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
670D04B21B0BA9050013A7AC /* internal */ = {
|
||||
@@ -545,7 +545,7 @@
|
||||
34A129D21DF99E43001B4531 /* zlib.hpp */,
|
||||
);
|
||||
name = coding;
|
||||
path = ../../coding;
|
||||
path = ../../libs/coding;
|
||||
sourceTree = SOURCE_ROOT;
|
||||
};
|
||||
/* End PBXGroup section */
|
||||
|
||||
@@ -5,7 +5,7 @@ QT_PATH[arch=arm64] = /opt/homebrew/opt/qt@6
|
||||
BOOST_ROOT = $(OMIM_ROOT)/3party/boost
|
||||
|
||||
// jansson is included in many libs, and is also used in headers (leaks to other libs)
|
||||
HEADER_SEARCH_PATHS = $(inherited) $(OMIM_ROOT) $(BOOST_ROOT) $(OMIM_ROOT)/3party/jansson $(OMIM_ROOT)/3party/jansson/jansson/src $(OMIM_ROOT)/3party/utfcpp/source
|
||||
HEADER_SEARCH_PATHS = $(inherited) $(OMIM_ROOT) $(OMIM_ROOT)/libs $(BOOST_ROOT) $(OMIM_ROOT)/3party/jansson $(OMIM_ROOT)/3party/jansson/jansson/src $(OMIM_ROOT)/3party/utfcpp/source
|
||||
FRAMEWORK_SEARCH_PATHS[sdk=macosx*] = $(QT_PATH)/lib
|
||||
|
||||
// Deployment target
|
||||
|
||||
@@ -77,7 +77,7 @@
|
||||
7168E916294CBB91005BA468 /* cppjansson.hpp */,
|
||||
);
|
||||
name = cppjansson;
|
||||
path = ../../cppjansson;
|
||||
path = ../../libs/cppjansson;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
71D730FC294CC4B400F3EEC2 /* Frameworks */ = {
|
||||
|
||||
@@ -63,7 +63,7 @@
|
||||
B7A5517221CAFB2800789B7E /* serdes.hpp */,
|
||||
);
|
||||
name = descriptions;
|
||||
path = ../../descriptions;
|
||||
path = ../../libs/descriptions;
|
||||
sourceTree = SOURCE_ROOT;
|
||||
};
|
||||
/* End PBXGroup section */
|
||||
|
||||
@@ -481,7 +481,7 @@
|
||||
4577B24321F2034200864FAC /* vulkan */,
|
||||
);
|
||||
name = drape;
|
||||
path = ../../drape;
|
||||
path = ../../libs/drape;
|
||||
sourceTree = SOURCE_ROOT;
|
||||
};
|
||||
6729A55C1A69213A007D5872 /* utils */ = {
|
||||
|
||||
@@ -617,7 +617,7 @@
|
||||
670947901BDF9BE1005014C0 /* visual_params.hpp */,
|
||||
);
|
||||
name = drape_frontend;
|
||||
path = ../../drape_frontend;
|
||||
path = ../../libs/drape_frontend;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
670948051BDF9C0D005014C0 /* animation */ = {
|
||||
|
||||
@@ -96,7 +96,7 @@
|
||||
3496ABD41DC2034900C5DDBA /* opening_hours_ui_test.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = opening_hours_ui_test.cpp; sourceTree = "<group>"; };
|
||||
3496ABD61DC2034900C5DDBA /* ui2oh_test.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = ui2oh_test.cpp; sourceTree = "<group>"; };
|
||||
3496ABD81DC2034900C5DDBA /* xml_feature_test.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = xml_feature_test.cpp; sourceTree = "<group>"; };
|
||||
3496AC011DC2047D00C5DDBA /* testingmain.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = testingmain.cpp; path = ../../testing/testingmain.cpp; sourceTree = "<group>"; };
|
||||
3496AC011DC2047D00C5DDBA /* testingmain.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = testingmain.cpp; path = ../../../libs/testing/testingmain.cpp; sourceTree = "<group>"; };
|
||||
3496AC041DC204B700C5DDBA /* editor.config */ = {isa = PBXFileReference; lastKnownFileType = text.xml; name = editor.config; path = ../../data/editor.config; sourceTree = "<group>"; };
|
||||
34F5586E1DBF49B200A4FC11 /* common-debug.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; name = "common-debug.xcconfig"; path = "../common-debug.xcconfig"; sourceTree = "<group>"; };
|
||||
34F5586F1DBF49B200A4FC11 /* common-release.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; name = "common-release.xcconfig"; path = "../common-release.xcconfig"; sourceTree = "<group>"; };
|
||||
@@ -257,7 +257,7 @@
|
||||
34583BBE1C8854C100F94664 /* yes_no_unknown.hpp */,
|
||||
);
|
||||
name = editor;
|
||||
path = ../../editor;
|
||||
path = ../../libs/editor;
|
||||
sourceTree = SOURCE_ROOT;
|
||||
};
|
||||
3496ABD01DC2032800C5DDBA /* editor_tests */ = {
|
||||
@@ -277,7 +277,7 @@
|
||||
3496ABD81DC2034900C5DDBA /* xml_feature_test.cpp */,
|
||||
);
|
||||
name = editor_tests;
|
||||
path = ../../editor/editor_tests;
|
||||
path = ../../libs/editor/editor_tests;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
3496ABEA1DC2041800C5DDBA /* Frameworks */ = {
|
||||
@@ -313,7 +313,7 @@
|
||||
6715560D20BF01EE002BA3B4 /* helpers.hpp */,
|
||||
);
|
||||
name = editor_tests_support;
|
||||
path = ../../editor/editor_tests_support;
|
||||
path = ../../libs/editor/editor_tests_support;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
/* End PBXGroup section */
|
||||
|
||||
@@ -12,16 +12,16 @@
|
||||
391A145E23E0FC8400A448F4 /* libcoding.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 391A145D23E0FC8400A448F4 /* libcoding.a */; };
|
||||
391A146023E0FC8700A448F4 /* libbase.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 391A145F23E0FC8700A448F4 /* libbase.a */; };
|
||||
391A146623E0FC9A00A448F4 /* libz.tbd in Frameworks */ = {isa = PBXBuildFile; fileRef = 391A146523E0FC9A00A448F4 /* libz.tbd */; };
|
||||
39C29BD023E19B3C009ECB47 /* parser.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 39C29BCC23E19B3C009ECB47 /* parser.hpp */; };
|
||||
39C29BD123E19B3C009ECB47 /* parser.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 39C29BCD23E19B3C009ECB47 /* parser.cpp */; };
|
||||
39C29BD223E19B3C009ECB47 /* url_generator.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 39C29BCE23E19B3C009ECB47 /* url_generator.hpp */; };
|
||||
39C29BD323E19B3C009ECB47 /* url_generator.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 39C29BCF23E19B3C009ECB47 /* url_generator.cpp */; };
|
||||
AC3F14BF279C6D8C00AFEC02 /* geo_url_parser.cpp in Sources */ = {isa = PBXBuildFile; fileRef = AC3F14BA279C524D00AFEC02 /* geo_url_parser.cpp */; };
|
||||
AC3F14C0279C6D9500AFEC02 /* geo_url_parser.hpp in Headers */ = {isa = PBXBuildFile; fileRef = AC3F14B9279C524D00AFEC02 /* geo_url_parser.hpp */; };
|
||||
AC3F14C2279C6DEB00AFEC02 /* geo_url_tests.cpp in Sources */ = {isa = PBXBuildFile; fileRef = AC3F14C1279C6DEB00AFEC02 /* geo_url_tests.cpp */; };
|
||||
FACB76A526B8939C00810C9C /* testingmain.cpp in Sources */ = {isa = PBXBuildFile; fileRef = FACB76A426B8939C00810C9C /* testingmain.cpp */; };
|
||||
FACB76A626B893A000810C9C /* url_generator_tests.cpp in Sources */ = {isa = PBXBuildFile; fileRef = FACB76A226B8937800810C9C /* url_generator_tests.cpp */; };
|
||||
FACB76A726B893A300810C9C /* parser_tests.cpp in Sources */ = {isa = PBXBuildFile; fileRef = FACB76A326B8937800810C9C /* parser_tests.cpp */; };
|
||||
FAEE27C22E29B6AF00855F79 /* geo_url_parser.cpp in Sources */ = {isa = PBXBuildFile; fileRef = FAEE27BB2E29B6AF00855F79 /* geo_url_parser.cpp */; };
|
||||
FAEE27C52E29B6AF00855F79 /* parser.cpp in Sources */ = {isa = PBXBuildFile; fileRef = FAEE27BD2E29B6AF00855F79 /* parser.cpp */; };
|
||||
FAEE27C62E29B6AF00855F79 /* url_generator.cpp in Sources */ = {isa = PBXBuildFile; fileRef = FAEE27BF2E29B6AF00855F79 /* url_generator.cpp */; };
|
||||
FAEE27C72E29B6AF00855F79 /* geo_url_parser.hpp in Headers */ = {isa = PBXBuildFile; fileRef = FAEE27BA2E29B6AF00855F79 /* geo_url_parser.hpp */; };
|
||||
FAEE27C82E29B6AF00855F79 /* url_generator.hpp in Headers */ = {isa = PBXBuildFile; fileRef = FAEE27BE2E29B6AF00855F79 /* url_generator.hpp */; };
|
||||
FAEE27C92E29B6AF00855F79 /* parser.hpp in Headers */ = {isa = PBXBuildFile; fileRef = FAEE27BC2E29B6AF00855F79 /* parser.hpp */; };
|
||||
/* End PBXBuildFile section */
|
||||
|
||||
/* Begin PBXFileReference section */
|
||||
@@ -32,17 +32,18 @@
|
||||
391A145D23E0FC8400A448F4 /* libcoding.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; path = libcoding.a; sourceTree = BUILT_PRODUCTS_DIR; };
|
||||
391A145F23E0FC8700A448F4 /* libbase.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; path = libbase.a; sourceTree = BUILT_PRODUCTS_DIR; };
|
||||
391A146523E0FC9A00A448F4 /* libz.tbd */ = {isa = PBXFileReference; lastKnownFileType = "sourcecode.text-based-dylib-definition"; name = libz.tbd; path = usr/lib/libz.tbd; sourceTree = SDKROOT; };
|
||||
39C29BCC23E19B3C009ECB47 /* parser.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = parser.hpp; path = ../../ge0/parser.hpp; sourceTree = "<group>"; };
|
||||
39C29BCD23E19B3C009ECB47 /* parser.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = parser.cpp; path = ../../ge0/parser.cpp; sourceTree = "<group>"; };
|
||||
39C29BCE23E19B3C009ECB47 /* url_generator.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = url_generator.hpp; path = ../../ge0/url_generator.hpp; sourceTree = "<group>"; };
|
||||
39C29BCF23E19B3C009ECB47 /* url_generator.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = url_generator.cpp; path = ../../ge0/url_generator.cpp; sourceTree = "<group>"; };
|
||||
675347171A40577A00A0A8C3 /* libge0.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libge0.a; sourceTree = BUILT_PRODUCTS_DIR; };
|
||||
AC3F14B9279C524D00AFEC02 /* geo_url_parser.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; name = geo_url_parser.hpp; path = ../../ge0/geo_url_parser.hpp; sourceTree = "<group>"; };
|
||||
AC3F14BA279C524D00AFEC02 /* geo_url_parser.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = geo_url_parser.cpp; path = ../../ge0/geo_url_parser.cpp; sourceTree = "<group>"; };
|
||||
AC3F14C1279C6DEB00AFEC02 /* geo_url_tests.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = geo_url_tests.cpp; sourceTree = "<group>"; };
|
||||
FACB76A226B8937800810C9C /* url_generator_tests.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = url_generator_tests.cpp; sourceTree = "<group>"; };
|
||||
FACB76A326B8937800810C9C /* parser_tests.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = parser_tests.cpp; sourceTree = "<group>"; };
|
||||
FACB76A426B8939C00810C9C /* testingmain.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = testingmain.cpp; path = ../../testing/testingmain.cpp; sourceTree = "<group>"; };
|
||||
FACB76A426B8939C00810C9C /* testingmain.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = testingmain.cpp; path = ../../../libs/testing/testingmain.cpp; sourceTree = "<group>"; };
|
||||
FAEE27B92E29B6AF00855F79 /* ge0.php */ = {isa = PBXFileReference; lastKnownFileType = text.script.php; path = ge0.php; sourceTree = "<group>"; };
|
||||
FAEE27BA2E29B6AF00855F79 /* geo_url_parser.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = geo_url_parser.hpp; sourceTree = "<group>"; };
|
||||
FAEE27BB2E29B6AF00855F79 /* geo_url_parser.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = geo_url_parser.cpp; sourceTree = "<group>"; };
|
||||
FAEE27BC2E29B6AF00855F79 /* parser.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = parser.hpp; sourceTree = "<group>"; };
|
||||
FAEE27BD2E29B6AF00855F79 /* parser.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = parser.cpp; sourceTree = "<group>"; };
|
||||
FAEE27BE2E29B6AF00855F79 /* url_generator.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = url_generator.hpp; sourceTree = "<group>"; };
|
||||
FAEE27BF2E29B6AF00855F79 /* url_generator.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = url_generator.cpp; sourceTree = "<group>"; };
|
||||
/* End PBXFileReference section */
|
||||
|
||||
/* Begin PBXFrameworksBuildPhase section */
|
||||
@@ -82,13 +83,8 @@
|
||||
6753470E1A40577A00A0A8C3 = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
AC3F14BA279C524D00AFEC02 /* geo_url_parser.cpp */,
|
||||
AC3F14B9279C524D00AFEC02 /* geo_url_parser.hpp */,
|
||||
FAEE27C02E29B6AF00855F79 /* ge0 */,
|
||||
FACB76A026B8937800810C9C /* ge0_tests */,
|
||||
39C29BCD23E19B3C009ECB47 /* parser.cpp */,
|
||||
39C29BCC23E19B3C009ECB47 /* parser.hpp */,
|
||||
39C29BCF23E19B3C009ECB47 /* url_generator.cpp */,
|
||||
39C29BCE23E19B3C009ECB47 /* url_generator.hpp */,
|
||||
34763F471DBE28F800D370CF /* common-debug.xcconfig */,
|
||||
34763F481DBE28F800D370CF /* common-release.xcconfig */,
|
||||
675347181A40577A00A0A8C3 /* Products */,
|
||||
@@ -116,9 +112,24 @@
|
||||
FACB76A326B8937800810C9C /* parser_tests.cpp */,
|
||||
);
|
||||
name = ge0_tests;
|
||||
path = ../../ge0/ge0_tests;
|
||||
path = ../../libs/ge0/ge0_tests;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
FAEE27C02E29B6AF00855F79 /* ge0 */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
FAEE27B92E29B6AF00855F79 /* ge0.php */,
|
||||
FAEE27BA2E29B6AF00855F79 /* geo_url_parser.hpp */,
|
||||
FAEE27BB2E29B6AF00855F79 /* geo_url_parser.cpp */,
|
||||
FAEE27BC2E29B6AF00855F79 /* parser.hpp */,
|
||||
FAEE27BD2E29B6AF00855F79 /* parser.cpp */,
|
||||
FAEE27BE2E29B6AF00855F79 /* url_generator.hpp */,
|
||||
FAEE27BF2E29B6AF00855F79 /* url_generator.cpp */,
|
||||
);
|
||||
name = ge0;
|
||||
path = ../../libs/ge0;
|
||||
sourceTree = SOURCE_ROOT;
|
||||
};
|
||||
/* End PBXGroup section */
|
||||
|
||||
/* Begin PBXHeadersBuildPhase section */
|
||||
@@ -126,9 +137,9 @@
|
||||
isa = PBXHeadersBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
39C29BD223E19B3C009ECB47 /* url_generator.hpp in Headers */,
|
||||
39C29BD023E19B3C009ECB47 /* parser.hpp in Headers */,
|
||||
AC3F14C0279C6D9500AFEC02 /* geo_url_parser.hpp in Headers */,
|
||||
FAEE27C72E29B6AF00855F79 /* geo_url_parser.hpp in Headers */,
|
||||
FAEE27C82E29B6AF00855F79 /* url_generator.hpp in Headers */,
|
||||
FAEE27C92E29B6AF00855F79 /* parser.hpp in Headers */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
@@ -233,9 +244,9 @@
|
||||
isa = PBXSourcesBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
39C29BD123E19B3C009ECB47 /* parser.cpp in Sources */,
|
||||
AC3F14BF279C6D8C00AFEC02 /* geo_url_parser.cpp in Sources */,
|
||||
39C29BD323E19B3C009ECB47 /* url_generator.cpp in Sources */,
|
||||
FAEE27C22E29B6AF00855F79 /* geo_url_parser.cpp in Sources */,
|
||||
FAEE27C52E29B6AF00855F79 /* parser.cpp in Sources */,
|
||||
FAEE27C62E29B6AF00855F79 /* url_generator.cpp in Sources */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
|
||||
@@ -196,7 +196,7 @@
|
||||
670F293B1BA9D2E700F2ABF4 /* tree_test.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = tree_test.cpp; sourceTree = "<group>"; };
|
||||
670F293C1BA9D2E700F2ABF4 /* vector_test.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = vector_test.cpp; sourceTree = "<group>"; };
|
||||
670F295C1BA9D39A00F2ABF4 /* geometry_tests.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = geometry_tests.app; sourceTree = BUILT_PRODUCTS_DIR; };
|
||||
670F297E1BA9D41E00F2ABF4 /* testingmain.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = testingmain.cpp; path = ../../testing/testingmain.cpp; sourceTree = "<group>"; };
|
||||
670F297E1BA9D41E00F2ABF4 /* testingmain.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = testingmain.cpp; path = ../../../libs/testing/testingmain.cpp; sourceTree = "<group>"; };
|
||||
671C2D5422AFD904008B2B8B /* meter.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = meter.hpp; sourceTree = "<group>"; };
|
||||
6741AA9E1BF35476002C974C /* latlon.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = latlon.cpp; sourceTree = "<group>"; };
|
||||
6741AA9F1BF35476002C974C /* latlon.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = latlon.hpp; sourceTree = "<group>"; };
|
||||
@@ -307,7 +307,7 @@
|
||||
670F293C1BA9D2E700F2ABF4 /* vector_test.cpp */,
|
||||
);
|
||||
name = geometry_tests;
|
||||
path = ../../geometry/geometry_tests;
|
||||
path = ../../libs/geometry/geometry_tests;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
675344881A3F684600A0A8C3 = {
|
||||
@@ -403,7 +403,7 @@
|
||||
347F336F1C454205009758CC /* triangle2d.hpp */,
|
||||
);
|
||||
name = geometry;
|
||||
path = ../../geometry;
|
||||
path = ../../libs/geometry;
|
||||
sourceTree = SOURCE_ROOT;
|
||||
};
|
||||
675344DA1A3F68E200A0A8C3 /* region2d */ = {
|
||||
|
||||
@@ -327,7 +327,7 @@
|
||||
670C61071AB065B100C38A8C /* sort_and_merge_intervals_test.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = sort_and_merge_intervals_test.cpp; sourceTree = "<group>"; };
|
||||
670C610A1AB065B100C38A8C /* test_type.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = test_type.cpp; sourceTree = "<group>"; };
|
||||
670C610B1AB065B100C38A8C /* visibility_test.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = visibility_test.cpp; sourceTree = "<group>"; };
|
||||
670C611F1AB065E100C38A8C /* testingmain.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = testingmain.cpp; path = ../../testing/testingmain.cpp; sourceTree = "<group>"; };
|
||||
670C611F1AB065E100C38A8C /* testingmain.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = testingmain.cpp; path = ../../../libs/testing/testingmain.cpp; sourceTree = "<group>"; };
|
||||
670C61251AB0661100C38A8C /* indexer_tests.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = indexer_tests.app; sourceTree = BUILT_PRODUCTS_DIR; };
|
||||
670C61581AB0691900C38A8C /* features_offsets_table.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = features_offsets_table.cpp; sourceTree = "<group>"; };
|
||||
670C61591AB0691900C38A8C /* features_offsets_table.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = features_offsets_table.hpp; sourceTree = "<group>"; };
|
||||
@@ -570,7 +570,7 @@
|
||||
3D452AF71EE6D9F5009EAB9B /* wheelchair_tests.cpp */,
|
||||
);
|
||||
name = indexer_tests;
|
||||
path = ../../indexer/indexer_tests;
|
||||
path = ../../libs/indexer/indexer_tests;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
675340911A3F53CB00A0A8C3 = {
|
||||
@@ -740,7 +740,7 @@
|
||||
FA7F9B82273F32680093EA08 /* validate_and_format_contacts.hpp */,
|
||||
);
|
||||
name = indexer;
|
||||
path = ../../indexer;
|
||||
path = ../../libs/indexer;
|
||||
sourceTree = SOURCE_ROOT;
|
||||
};
|
||||
/* End PBXGroup section */
|
||||
|
||||
@@ -56,7 +56,7 @@
|
||||
45E4559420584ABA00D9F45E /* types.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = types.hpp; sourceTree = "<group>"; };
|
||||
45E455ED20584DCB00D9F45E /* kml_tests.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = kml_tests.app; sourceTree = BUILT_PRODUCTS_DIR; };
|
||||
45E455FF20584DEF00D9F45E /* serdes_tests.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = serdes_tests.cpp; sourceTree = "<group>"; };
|
||||
45E456122058508C00D9F45E /* testingmain.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = testingmain.cpp; path = ../../testing/testingmain.cpp; sourceTree = "<group>"; };
|
||||
45E456122058508C00D9F45E /* testingmain.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = testingmain.cpp; path = ../../../libs/testing/testingmain.cpp; sourceTree = "<group>"; };
|
||||
464344F2294F952700984CB7 /* gpx_tests.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = gpx_tests.cpp; sourceTree = "<group>"; };
|
||||
464BD0FB294546B20011955A /* serdes_gpx.cpp */ = {isa = PBXFileReference; fileEncoding = 4; indentWidth = 2; lastKnownFileType = sourcecode.cpp.cpp; path = serdes_gpx.cpp; sourceTree = "<group>"; };
|
||||
464BD0FC294546B20011955A /* serdes_gpx.hpp */ = {isa = PBXFileReference; fileEncoding = 4; indentWidth = 2; lastKnownFileType = sourcecode.cpp.h; path = serdes_gpx.hpp; sourceTree = "<group>"; };
|
||||
@@ -158,7 +158,7 @@
|
||||
45E4559120584ABA00D9F45E /* visitors.hpp */,
|
||||
);
|
||||
name = kml;
|
||||
path = ../../kml;
|
||||
path = ../../libs/kml;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
45E455EE20584DCC00D9F45E /* kml_tests */ = {
|
||||
@@ -171,7 +171,7 @@
|
||||
464344F2294F952700984CB7 /* gpx_tests.cpp */,
|
||||
);
|
||||
name = kml_tests;
|
||||
path = ../../kml/kml_tests;
|
||||
path = ../../libs/kml/kml_tests;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
45E4560220584E1C00D9F45E /* Frameworks */ = {
|
||||
|
||||
@@ -201,7 +201,7 @@
|
||||
674A29CE1B26FCFE001A525C /* kmz_unarchive_test.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = kmz_unarchive_test.cpp; sourceTree = "<group>"; };
|
||||
674A29CF1B26FCFE001A525C /* mwm_url_tests.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = mwm_url_tests.cpp; sourceTree = "<group>"; };
|
||||
674A29DF1B26FD1C001A525C /* map_tests.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = map_tests.app; sourceTree = BUILT_PRODUCTS_DIR; };
|
||||
674A29EE1B26FD5F001A525C /* testingmain.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = testingmain.cpp; path = ../../testing/testingmain.cpp; sourceTree = "<group>"; };
|
||||
674A29EE1B26FD5F001A525C /* testingmain.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = testingmain.cpp; path = ../../../libs/testing/testingmain.cpp; sourceTree = "<group>"; };
|
||||
674A2A351B27011A001A525C /* working_time_tests.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = working_time_tests.cpp; sourceTree = "<group>"; };
|
||||
674A2A371B2715FB001A525C /* osm_opening_hours.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = osm_opening_hours.hpp; sourceTree = "<group>"; };
|
||||
674C385F1BFF3095000D603B /* user_mark.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = user_mark.cpp; sourceTree = "<group>"; };
|
||||
@@ -323,7 +323,7 @@
|
||||
3DA571EF20C19262007BDE27 /* interactive_search_test.cpp */,
|
||||
);
|
||||
name = map_integration_tests;
|
||||
path = ../../map/map_integration_tests;
|
||||
path = ../../libs/map/map_integration_tests;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
3DEE1AD921EE03B400054A91 /* power_management */ = {
|
||||
@@ -362,7 +362,7 @@
|
||||
ED85D1CF2D5F508700D8075D /* track_statistics_tests.cpp */,
|
||||
);
|
||||
name = map_tests;
|
||||
path = ../../map/map_tests;
|
||||
path = ../../libs/map/map_tests;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
675345B21A4054AD00A0A8C3 = {
|
||||
@@ -466,7 +466,7 @@
|
||||
3D4E99811FB462B60025B48C /* viewport_search_params.hpp */,
|
||||
);
|
||||
name = map;
|
||||
path = ../../map;
|
||||
path = ../../libs/map;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
BB4E5F201FCC663700A77250 /* transit */ = {
|
||||
|
||||
@@ -57,7 +57,7 @@
|
||||
4586D0E31F48139400DF9CE5 /* diff.hpp */,
|
||||
);
|
||||
name = mwm_diff;
|
||||
path = ../../generator/mwm_diff;
|
||||
path = ../../libs/mwm_diff;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
/* End PBXGroup section */
|
||||
|
||||
@@ -147,7 +147,7 @@
|
||||
671E790F1E6A502200B2859B /* way_point.hpp */,
|
||||
);
|
||||
name = openlr;
|
||||
path = ../../openlr;
|
||||
path = ../../tools/openlr;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
/* End PBXGroup section */
|
||||
|
||||
@@ -212,7 +212,7 @@
|
||||
675341061C58C4C9002CF0D9 /* location_test.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = location_test.cpp; sourceTree = "<group>"; };
|
||||
675341071C58C4C9002CF0D9 /* measurement_tests.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = measurement_tests.cpp; sourceTree = "<group>"; };
|
||||
675341081C58C4C9002CF0D9 /* platform_test.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = platform_test.cpp; sourceTree = "<group>"; };
|
||||
675341141C58C4D8002CF0D9 /* testingmain.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = testingmain.cpp; path = ../../testing/testingmain.cpp; sourceTree = "<group>"; };
|
||||
675341141C58C4D8002CF0D9 /* testingmain.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = testingmain.cpp; path = ../../../libs/testing/testingmain.cpp; sourceTree = "<group>"; };
|
||||
675343781A3F5CF500A0A8C3 /* libplatform.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libplatform.a; sourceTree = BUILT_PRODUCTS_DIR; };
|
||||
675343861A3F5D5900A0A8C3 /* location_service/apple_location_service.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = location_service/apple_location_service.mm; sourceTree = "<group>"; };
|
||||
675343881A3F5D5900A0A8C3 /* chunks_download_strategy.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = chunks_download_strategy.cpp; sourceTree = "<group>"; };
|
||||
@@ -339,7 +339,7 @@
|
||||
44CAB5F52A1F926800819330 /* utm_mgrs_utils_tests.cpp */,
|
||||
);
|
||||
name = platform_tests;
|
||||
path = ../../platform/platform_tests;
|
||||
path = ../../libs/platform/platform_tests;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
675340E41C58C43A002CF0D9 /* platform_tests_support */ = {
|
||||
@@ -359,7 +359,7 @@
|
||||
67247FFC1C60BD6500EDE56A /* writable_dir_changer.hpp */,
|
||||
);
|
||||
name = platform_tests_support;
|
||||
path = ../../platform/platform_tests_support;
|
||||
path = ../../libs/platform/platform_tests_support;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
6753436F1A3F5CF500A0A8C3 = {
|
||||
@@ -485,7 +485,7 @@
|
||||
44DC51072A1F91EA00B6562E /* utm_mgrs_utils.cpp */,
|
||||
);
|
||||
name = platform;
|
||||
path = ../../platform;
|
||||
path = ../../libs/platform;
|
||||
sourceTree = SOURCE_ROOT;
|
||||
};
|
||||
678338A91C6DF4BD00FD6263 /* Resources */ = {
|
||||
|
||||
@@ -405,8 +405,8 @@
|
||||
567E9F731F5850460064CB96 /* bicycle_turn_test.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = bicycle_turn_test.cpp; sourceTree = "<group>"; };
|
||||
567E9F741F5850460064CB96 /* turn_test.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = turn_test.cpp; sourceTree = "<group>"; };
|
||||
567E9F7A1F58506B0064CB96 /* street_names_test.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = street_names_test.cpp; sourceTree = "<group>"; };
|
||||
567F81922154D6FF0093C25B /* city_roads.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = city_roads.cpp; path = ../../routing/city_roads.cpp; sourceTree = "<group>"; };
|
||||
567F81932154D6FF0093C25B /* city_roads.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = city_roads.hpp; path = ../../routing/city_roads.hpp; sourceTree = "<group>"; };
|
||||
567F81922154D6FF0093C25B /* city_roads.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = city_roads.cpp; sourceTree = "<group>"; };
|
||||
567F81932154D6FF0093C25B /* city_roads.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = city_roads.hpp; sourceTree = "<group>"; };
|
||||
568194731F03A32400450EC3 /* road_access_test.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = road_access_test.cpp; sourceTree = "<group>"; };
|
||||
568194741F03A32400450EC3 /* routing_helpers_tests.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = routing_helpers_tests.cpp; sourceTree = "<group>"; };
|
||||
5694723F2418C8220013CD21 /* car_directions.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = car_directions.hpp; sourceTree = "<group>"; };
|
||||
@@ -462,7 +462,7 @@
|
||||
6742ACB51C68A0B1009CB89E /* turns_generator_test.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = turns_generator_test.cpp; sourceTree = "<group>"; };
|
||||
6742ACB61C68A0B1009CB89E /* turns_sound_test.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; lineEnding = 0; path = turns_sound_test.cpp; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.cpp; };
|
||||
6742ACB71C68A0B1009CB89E /* turns_tts_text_tests.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; lineEnding = 0; path = turns_tts_text_tests.cpp; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.cpp; };
|
||||
6742ACDE1C68A13F009CB89E /* testingmain.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = testingmain.cpp; path = ../../testing/testingmain.cpp; sourceTree = "<group>"; };
|
||||
6742ACDE1C68A13F009CB89E /* testingmain.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = testingmain.cpp; path = ../../../libs/testing/testingmain.cpp; sourceTree = "<group>"; };
|
||||
6742AD0E1C68A91B009CB89E /* routing_tests.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = routing_tests.app; sourceTree = BUILT_PRODUCTS_DIR; };
|
||||
6742AD531C68BB14009CB89E /* classificator.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = classificator.txt; sourceTree = "<group>"; };
|
||||
6742AD551C68C7C1009CB89E /* types.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = types.txt; sourceTree = "<group>"; };
|
||||
@@ -635,7 +635,7 @@
|
||||
440BE38422AFB31100C548FB /* world_graph_builder.hpp */,
|
||||
);
|
||||
name = routing_tests;
|
||||
path = ../../routing/routing_tests;
|
||||
path = ../../libs/routing/routing_tests;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
6742AD511C68BAEE009CB89E /* Resources */ = {
|
||||
@@ -659,8 +659,6 @@
|
||||
675343EF1A3F640D00A0A8C3 = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
567F81922154D6FF0093C25B /* city_roads.cpp */,
|
||||
567F81932154D6FF0093C25B /* city_roads.hpp */,
|
||||
34F558351DBF2A2600A4FC11 /* common-debug.xcconfig */,
|
||||
34F558361DBF2A2600A4FC11 /* common-release.xcconfig */,
|
||||
675343FA1A3F640D00A0A8C3 /* routing */,
|
||||
@@ -688,178 +686,180 @@
|
||||
675343FA1A3F640D00A0A8C3 /* routing */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
44642D2C29CDA44700F8813A /* ruler_router.cpp */,
|
||||
44642D2B29CDA44600F8813A /* ruler_router.hpp */,
|
||||
ACAE44A327426EDB0054DD15 /* junction_visitor.cpp */,
|
||||
D549BEBC25765CFB009131F2 /* absent_regions_finder.cpp */,
|
||||
D549BEBA25765CFA009131F2 /* absent_regions_finder.hpp */,
|
||||
D549BEBC25765CFB009131F2 /* absent_regions_finder.cpp */,
|
||||
44A95C6F225F6A4F00C22F4F /* astar_graph.hpp */,
|
||||
674F9BBA1B0A580E00704FFA /* async_router.cpp */,
|
||||
674F9BBB1B0A580E00704FFA /* async_router.hpp */,
|
||||
674F9BBA1B0A580E00704FFA /* async_router.cpp */,
|
||||
671F58BA1B874EA20032311E /* base */,
|
||||
569472402418C8220013CD21 /* car_directions.cpp */,
|
||||
5694723F2418C8220013CD21 /* car_directions.hpp */,
|
||||
5670595B1F3AF97F0062672D /* checkpoint_predictor.cpp */,
|
||||
569472402418C8220013CD21 /* car_directions.cpp */,
|
||||
5670595C1F3AF97F0062672D /* checkpoint_predictor.hpp */,
|
||||
0CF709351F05172200D5067E /* checkpoints.cpp */,
|
||||
5670595B1F3AF97F0062672D /* checkpoint_predictor.cpp */,
|
||||
0C15B8011F02A61B0058E253 /* checkpoints.hpp */,
|
||||
0CF709351F05172200D5067E /* checkpoints.cpp */,
|
||||
567F81932154D6FF0093C25B /* city_roads.hpp */,
|
||||
567F81922154D6FF0093C25B /* city_roads.cpp */,
|
||||
56473D72214825B4007E6FBA /* city_roads_serialization.hpp */,
|
||||
0C62BFE51E8ADC3100055A79 /* coding.hpp */,
|
||||
D57834BE2562ED5F0020A420 /* cross_border_graph.cpp */,
|
||||
D57834BF2562ED5F0020A420 /* cross_border_graph.hpp */,
|
||||
0C5F5D1D1E798B0400307B98 /* cross_mwm_connector_serialization.hpp */,
|
||||
0C5F5D1E1E798B0400307B98 /* cross_mwm_connector.cpp */,
|
||||
D57834BE2562ED5F0020A420 /* cross_border_graph.cpp */,
|
||||
0C5F5D1F1E798B0400307B98 /* cross_mwm_connector.hpp */,
|
||||
56C439241E93BF8C00998E29 /* cross_mwm_graph.cpp */,
|
||||
0C5F5D1E1E798B0400307B98 /* cross_mwm_connector.cpp */,
|
||||
0C5F5D1D1E798B0400307B98 /* cross_mwm_connector_serialization.hpp */,
|
||||
56C439251E93BF8C00998E29 /* cross_mwm_graph.hpp */,
|
||||
56C439241E93BF8C00998E29 /* cross_mwm_graph.cpp */,
|
||||
56FA20461FBF23A90045DE78 /* cross_mwm_ids.hpp */,
|
||||
56CC5A361E3884960016AC46 /* cross_mwm_index_graph.hpp */,
|
||||
D5C9497B2525C855001E45E2 /* directions_engine_helpers.cpp */,
|
||||
D5C9497A2525C854001E45E2 /* directions_engine_helpers.hpp */,
|
||||
D52EF20125260E1500DFEB57 /* directions_engine.cpp */,
|
||||
670EE56E1B664796001E8064 /* directions_engine.hpp */,
|
||||
D52EF20125260E1500DFEB57 /* directions_engine.cpp */,
|
||||
D5C9497A2525C854001E45E2 /* directions_engine_helpers.hpp */,
|
||||
D5C9497B2525C855001E45E2 /* directions_engine_helpers.cpp */,
|
||||
D549BEB825765CFA009131F2 /* dummy_world_graph.hpp */,
|
||||
0C5FEC521DDE191E0017688C /* edge_estimator.cpp */,
|
||||
0C5FEC531DDE191E0017688C /* edge_estimator.hpp */,
|
||||
0C5FEC521DDE191E0017688C /* edge_estimator.cpp */,
|
||||
40C227FD1F61C07C0046696C /* fake_edges_container.hpp */,
|
||||
40C645141F8D167E002E05A0 /* fake_ending.cpp */,
|
||||
40C645151F8D167E002E05A0 /* fake_ending.hpp */,
|
||||
40C645141F8D167E002E05A0 /* fake_ending.cpp */,
|
||||
40655E731F8BA46B0065305E /* fake_feature_ids.hpp */,
|
||||
D51A9C13242E379C00F750F8 /* fake_graph.cpp */,
|
||||
405F48E81F75231E005BA81A /* fake_graph.hpp */,
|
||||
D51A9C13242E379C00F750F8 /* fake_graph.cpp */,
|
||||
40576F771F7A788B000B593B /* fake_vertex.hpp */,
|
||||
674F9BBC1B0A580E00704FFA /* features_road_graph.cpp */,
|
||||
674F9BBD1B0A580E00704FFA /* features_road_graph.hpp */,
|
||||
674F9BBC1B0A580E00704FFA /* features_road_graph.cpp */,
|
||||
560A273A233BB18900B20E8F /* following_info.hpp */,
|
||||
0C5FEC561DDE192A0017688C /* geometry.cpp */,
|
||||
0C5FEC571DDE192A0017688C /* geometry.hpp */,
|
||||
D526BA76241FC5580076E0B0 /* guides_connections.cpp */,
|
||||
0C5FEC561DDE192A0017688C /* geometry.cpp */,
|
||||
D526BA77241FC5580076E0B0 /* guides_connections.hpp */,
|
||||
D526BA75241FC5580076E0B0 /* guides_graph.cpp */,
|
||||
D526BA76241FC5580076E0B0 /* guides_connections.cpp */,
|
||||
D526BA78241FC5580076E0B0 /* guides_graph.hpp */,
|
||||
0C090C7F1E4E274000D52AFD /* index_graph_loader.cpp */,
|
||||
0C090C801E4E274000D52AFD /* index_graph_loader.hpp */,
|
||||
0C08AA321DF83223004195DD /* index_graph_serialization.cpp */,
|
||||
0C08AA331DF83223004195DD /* index_graph_serialization.hpp */,
|
||||
4408A63921F1E7F0008171B8 /* index_graph_starter_joints.hpp */,
|
||||
0C0DF91F1DE898B70055A22F /* index_graph_starter.cpp */,
|
||||
0C0DF9201DE898B70055A22F /* index_graph_starter.hpp */,
|
||||
0C5FEC581DDE192A0017688C /* index_graph.cpp */,
|
||||
D526BA75241FC5580076E0B0 /* guides_graph.cpp */,
|
||||
0C5FEC591DDE192A0017688C /* index_graph.hpp */,
|
||||
0C5BC9CF1E28FD4E0071BFDD /* index_road_graph.cpp */,
|
||||
0C5FEC581DDE192A0017688C /* index_graph.cpp */,
|
||||
0C090C801E4E274000D52AFD /* index_graph_loader.hpp */,
|
||||
0C090C7F1E4E274000D52AFD /* index_graph_loader.cpp */,
|
||||
0C08AA331DF83223004195DD /* index_graph_serialization.hpp */,
|
||||
0C08AA321DF83223004195DD /* index_graph_serialization.cpp */,
|
||||
0C0DF9201DE898B70055A22F /* index_graph_starter.hpp */,
|
||||
0C0DF91F1DE898B70055A22F /* index_graph_starter.cpp */,
|
||||
4408A63921F1E7F0008171B8 /* index_graph_starter_joints.hpp */,
|
||||
0C5BC9D01E28FD4E0071BFDD /* index_road_graph.hpp */,
|
||||
0C12ED211E5C822A0080D0F4 /* index_router.cpp */,
|
||||
0C5BC9CF1E28FD4E0071BFDD /* index_road_graph.cpp */,
|
||||
0C12ED221E5C822A0080D0F4 /* index_router.hpp */,
|
||||
0C5FEC5A1DDE192A0017688C /* joint_index.cpp */,
|
||||
0C5FEC5B1DDE192A0017688C /* joint_index.hpp */,
|
||||
4408A63A21F1E7F0008171B8 /* joint_segment.cpp */,
|
||||
4408A63821F1E7F0008171B8 /* joint_segment.hpp */,
|
||||
0C5FEC5C1DDE192A0017688C /* joint.cpp */,
|
||||
0C12ED211E5C822A0080D0F4 /* index_router.cpp */,
|
||||
0C5FEC5D1DDE192A0017688C /* joint.hpp */,
|
||||
0C5FEC5C1DDE192A0017688C /* joint.cpp */,
|
||||
0C5FEC5B1DDE192A0017688C /* joint_index.hpp */,
|
||||
0C5FEC5A1DDE192A0017688C /* joint_index.cpp */,
|
||||
4408A63821F1E7F0008171B8 /* joint_segment.hpp */,
|
||||
4408A63A21F1E7F0008171B8 /* joint_segment.cpp */,
|
||||
56DAC2C72398F3C8000BC50D /* junction_visitor.hpp */,
|
||||
44F4EDC523A78C2D005254C4 /* latlon_with_altitude.cpp */,
|
||||
ACAE44A327426EDB0054DD15 /* junction_visitor.cpp */,
|
||||
44F4EDC623A78C2E005254C4 /* latlon_with_altitude.hpp */,
|
||||
4433A8E823993BD200E1350B /* leaps_graph.cpp */,
|
||||
44F4EDC523A78C2D005254C4 /* latlon_with_altitude.cpp */,
|
||||
4433A8EA23993BD700E1350B /* leaps_graph.hpp */,
|
||||
4443DC3522789793000C8E32 /* leaps_postprocessor.cpp */,
|
||||
4433A8E823993BD200E1350B /* leaps_graph.cpp */,
|
||||
4443DC3622789793000C8E32 /* leaps_postprocessor.hpp */,
|
||||
4443DC3522789793000C8E32 /* leaps_postprocessor.cpp */,
|
||||
56099E251CC7C97D00A7772A /* loaded_path_segment.hpp */,
|
||||
56FEAA6D219E8A610073DF5F /* maxspeeds_serialization.cpp */,
|
||||
56FEAA6C219E8A600073DF5F /* maxspeeds_serialization.hpp */,
|
||||
5631B667219B125C009F47D4 /* maxspeeds.cpp */,
|
||||
5631B668219B125C009F47D4 /* maxspeeds.hpp */,
|
||||
D5481E4D24BF4F70008FB1D8 /* mwm_hierarchy_handler.cpp */,
|
||||
5631B667219B125C009F47D4 /* maxspeeds.cpp */,
|
||||
56FEAA6C219E8A600073DF5F /* maxspeeds_serialization.hpp */,
|
||||
56FEAA6D219E8A610073DF5F /* maxspeeds_serialization.cpp */,
|
||||
D5481E4C24BF4F70008FB1D8 /* mwm_hierarchy_handler.hpp */,
|
||||
670D049C1B0B4A970013A7AC /* nearest_edge_finder.cpp */,
|
||||
D5481E4D24BF4F70008FB1D8 /* mwm_hierarchy_handler.cpp */,
|
||||
670D049D1B0B4A970013A7AC /* nearest_edge_finder.hpp */,
|
||||
44B284C523F5A21300A3FBB7 /* opening_hours_serdes.cpp */,
|
||||
670D049C1B0B4A970013A7AC /* nearest_edge_finder.cpp */,
|
||||
44B284C623F5A21300A3FBB7 /* opening_hours_serdes.hpp */,
|
||||
670EE56F1B664796001E8064 /* pedestrian_directions.cpp */,
|
||||
44B284C523F5A21300A3FBB7 /* opening_hours_serdes.cpp */,
|
||||
670EE5701B664796001E8064 /* pedestrian_directions.hpp */,
|
||||
56CBED5422E9CE2600D51AF7 /* position_accumulator.cpp */,
|
||||
670EE56F1B664796001E8064 /* pedestrian_directions.cpp */,
|
||||
56CBED5322E9CE2500D51AF7 /* position_accumulator.hpp */,
|
||||
D549BEB925765CFA009131F2 /* regions_router.cpp */,
|
||||
56CBED5422E9CE2600D51AF7 /* position_accumulator.cpp */,
|
||||
D549BEB725765CFA009131F2 /* regions_router.hpp */,
|
||||
D549BEBB25765CFA009131F2 /* regions_sparse_graph.cpp */,
|
||||
D549BEB925765CFA009131F2 /* regions_router.cpp */,
|
||||
D549BEB625765CFA009131F2 /* regions_sparse_graph.hpp */,
|
||||
67C79B9F1E2CEE1400C40034 /* restriction_loader.cpp */,
|
||||
D549BEBB25765CFA009131F2 /* regions_sparse_graph.cpp */,
|
||||
67C79BA01E2CEE1400C40034 /* restriction_loader.hpp */,
|
||||
349D1CDE1E3F589900A878FD /* restrictions_serialization.cpp */,
|
||||
67C79B9F1E2CEE1400C40034 /* restriction_loader.cpp */,
|
||||
349D1CDF1E3F589900A878FD /* restrictions_serialization.hpp */,
|
||||
4432C5B524067E6700C9E445 /* road_access_serialization.cpp */,
|
||||
5694CEC61EBA25F7004576D3 /* road_access_serialization.hpp */,
|
||||
5694CEC71EBA25F7004576D3 /* road_access.cpp */,
|
||||
349D1CDE1E3F589900A878FD /* restrictions_serialization.cpp */,
|
||||
5694CEC81EBA25F7004576D3 /* road_access.hpp */,
|
||||
674F9BC41B0A580E00704FFA /* road_graph.cpp */,
|
||||
5694CEC71EBA25F7004576D3 /* road_access.cpp */,
|
||||
5694CEC61EBA25F7004576D3 /* road_access_serialization.hpp */,
|
||||
4432C5B524067E6700C9E445 /* road_access_serialization.cpp */,
|
||||
674F9BC51B0A580E00704FFA /* road_graph.hpp */,
|
||||
0C5FEC661DDE193F0017688C /* road_index.cpp */,
|
||||
674F9BC41B0A580E00704FFA /* road_graph.cpp */,
|
||||
0C5FEC671DDE193F0017688C /* road_index.hpp */,
|
||||
0C5FEC661DDE193F0017688C /* road_index.cpp */,
|
||||
0C5FEC681DDE193F0017688C /* road_point.hpp */,
|
||||
0C8705041E0182F200BCAF71 /* route_point.hpp */,
|
||||
40A111CB1F2F6776005E6AD5 /* route_weight.cpp */,
|
||||
40A111CC1F2F6776005E6AD5 /* route_weight.hpp */,
|
||||
6753440D1A3F644F00A0A8C3 /* route.cpp */,
|
||||
6753440E1A3F644F00A0A8C3 /* route.hpp */,
|
||||
A1616E291B6B60AB003F078E /* router_delegate.cpp */,
|
||||
A1616E2A1B6B60AB003F078E /* router_delegate.hpp */,
|
||||
670EE5711B664796001E8064 /* router.cpp */,
|
||||
6753440D1A3F644F00A0A8C3 /* route.cpp */,
|
||||
0C8705041E0182F200BCAF71 /* route_point.hpp */,
|
||||
40A111CC1F2F6776005E6AD5 /* route_weight.hpp */,
|
||||
40A111CB1F2F6776005E6AD5 /* route_weight.cpp */,
|
||||
6753440F1A3F644F00A0A8C3 /* router.hpp */,
|
||||
670EE5711B664796001E8064 /* router.cpp */,
|
||||
A1616E2A1B6B60AB003F078E /* router_delegate.hpp */,
|
||||
A1616E291B6B60AB003F078E /* router_delegate.cpp */,
|
||||
562BDE1F20D14860008EFF6F /* routing_callbacks.hpp */,
|
||||
0C08AA381DF8329B004195DD /* routing_exceptions.hpp */,
|
||||
0C0DF9281DE898FF0055A22F /* routing_helpers.cpp */,
|
||||
56EA2FD41D8FD8590083F01A /* routing_helpers.hpp */,
|
||||
44C56C0922296498006C2A1D /* routing_options.cpp */,
|
||||
0C0DF9281DE898FF0055A22F /* routing_helpers.cpp */,
|
||||
44C56C0822296498006C2A1D /* routing_options.hpp */,
|
||||
44C56C0922296498006C2A1D /* routing_options.cpp */,
|
||||
56099E261CC7C97D00A7772A /* routing_result_graph.hpp */,
|
||||
670EE55A1B6001E7001E8064 /* routing_session.cpp */,
|
||||
670EE55B1B6001E7001E8064 /* routing_session.hpp */,
|
||||
0C45D7381F2F75500065C3ED /* routing_settings.cpp */,
|
||||
670EE55A1B6001E7001E8064 /* routing_session.cpp */,
|
||||
670EE55C1B6001E7001E8064 /* routing_settings.hpp */,
|
||||
441CC8C523ACF42C008B9A49 /* segment.cpp */,
|
||||
0C45D7381F2F75500065C3ED /* routing_settings.cpp */,
|
||||
44642D2B29CDA44600F8813A /* ruler_router.hpp */,
|
||||
44642D2C29CDA44700F8813A /* ruler_router.cpp */,
|
||||
0C470E6F1E0D4EB1005B824D /* segment.hpp */,
|
||||
0C81E1551F0258AA00DC66DF /* segmented_route.cpp */,
|
||||
441CC8C523ACF42C008B9A49 /* segment.cpp */,
|
||||
0C81E1561F0258AA00DC66DF /* segmented_route.hpp */,
|
||||
40F7F3E31F7D246D0082D564 /* single_vehicle_world_graph.cpp */,
|
||||
0C81E1551F0258AA00DC66DF /* segmented_route.cpp */,
|
||||
40F7F3E21F7D246C0082D564 /* single_vehicle_world_graph.hpp */,
|
||||
F6C3A1B421AC298F0060EEC8 /* speed_camera_manager.cpp */,
|
||||
F6C3A1B321AC298E0060EEC8 /* speed_camera_manager.hpp */,
|
||||
5610731A221ABF96008447B2 /* speed_camera_prohibition.cpp */,
|
||||
56107319221ABF96008447B2 /* speed_camera_prohibition.hpp */,
|
||||
44E5574B2136EED000B01439 /* speed_camera_ser_des.cpp */,
|
||||
44E557492136EEC800B01439 /* speed_camera_ser_des.hpp */,
|
||||
44AE4A10214FBB8D006321F5 /* speed_camera.cpp */,
|
||||
40F7F3E31F7D246D0082D564 /* single_vehicle_world_graph.cpp */,
|
||||
44AE4A11214FBB8D006321F5 /* speed_camera.hpp */,
|
||||
0C81E1511F02589800DC66DF /* traffic_stash.cpp */,
|
||||
44AE4A10214FBB8D006321F5 /* speed_camera.cpp */,
|
||||
F6C3A1B321AC298E0060EEC8 /* speed_camera_manager.hpp */,
|
||||
F6C3A1B421AC298F0060EEC8 /* speed_camera_manager.cpp */,
|
||||
56107319221ABF96008447B2 /* speed_camera_prohibition.hpp */,
|
||||
5610731A221ABF96008447B2 /* speed_camera_prohibition.cpp */,
|
||||
44E557492136EEC800B01439 /* speed_camera_ser_des.hpp */,
|
||||
44E5574B2136EED000B01439 /* speed_camera_ser_des.cpp */,
|
||||
0C81E1521F02589800DC66DF /* traffic_stash.hpp */,
|
||||
4065EA821F8260000094DEF3 /* transit_graph_loader.cpp */,
|
||||
4065EA831F8260000094DEF3 /* transit_graph_loader.hpp */,
|
||||
4081AD4D1F8E4C1C006CE8A5 /* transit_graph.cpp */,
|
||||
0C81E1511F02589800DC66DF /* traffic_stash.cpp */,
|
||||
4065EA841F8260000094DEF3 /* transit_graph.hpp */,
|
||||
4081AD4D1F8E4C1C006CE8A5 /* transit_graph.cpp */,
|
||||
4065EA831F8260000094DEF3 /* transit_graph_loader.hpp */,
|
||||
4065EA821F8260000094DEF3 /* transit_graph_loader.cpp */,
|
||||
40BEC0801F99FFD600E06CA4 /* transit_info.hpp */,
|
||||
4065EA7F1F824A6C0094DEF3 /* transit_world_graph.cpp */,
|
||||
4065EA7E1F824A6C0094DEF3 /* transit_world_graph.hpp */,
|
||||
4065EA7F1F824A6C0094DEF3 /* transit_world_graph.cpp */,
|
||||
56099E271CC7C97D00A7772A /* turn_candidate.hpp */,
|
||||
674F9BC61B0A580E00704FFA /* turns_generator.cpp */,
|
||||
674F9BC71B0A580E00704FFA /* turns_generator.hpp */,
|
||||
AC53BEEF282BE95B00E6DE59 /* turns_generator_utils.cpp */,
|
||||
AC53BEEE282BE95B00E6DE59 /* turns_generator_utils.hpp */,
|
||||
6741AA9A1BF35331002C974C /* turns_notification_manager.cpp */,
|
||||
6741AA9B1BF35331002C974C /* turns_notification_manager.hpp */,
|
||||
67C7D4251B4EB48F00FE41AA /* turns_sound_settings.cpp */,
|
||||
67C7D4261B4EB48F00FE41AA /* turns_sound_settings.hpp */,
|
||||
4652D9142BAA3C5600C71046 /* turns_tts_text_i18n.cpp */,
|
||||
4652D9152BAA3C5600C71046 /* turns_tts_text_i18n.hpp */,
|
||||
67AB92E11B7B3E6E00AB5194 /* turns_tts_text.cpp */,
|
||||
67AB92E21B7B3E6E00AB5194 /* turns_tts_text.hpp */,
|
||||
675344101A3F644F00A0A8C3 /* turns.cpp */,
|
||||
675344111A3F644F00A0A8C3 /* turns.hpp */,
|
||||
5694CEC91EBA25F7004576D3 /* vehicle_mask.cpp */,
|
||||
675344101A3F644F00A0A8C3 /* turns.cpp */,
|
||||
674F9BC71B0A580E00704FFA /* turns_generator.hpp */,
|
||||
674F9BC61B0A580E00704FFA /* turns_generator.cpp */,
|
||||
AC53BEEE282BE95B00E6DE59 /* turns_generator_utils.hpp */,
|
||||
AC53BEEF282BE95B00E6DE59 /* turns_generator_utils.cpp */,
|
||||
6741AA9B1BF35331002C974C /* turns_notification_manager.hpp */,
|
||||
6741AA9A1BF35331002C974C /* turns_notification_manager.cpp */,
|
||||
67C7D4261B4EB48F00FE41AA /* turns_sound_settings.hpp */,
|
||||
67C7D4251B4EB48F00FE41AA /* turns_sound_settings.cpp */,
|
||||
67AB92E21B7B3E6E00AB5194 /* turns_tts_text.hpp */,
|
||||
67AB92E11B7B3E6E00AB5194 /* turns_tts_text.cpp */,
|
||||
4652D9152BAA3C5600C71046 /* turns_tts_text_i18n.hpp */,
|
||||
4652D9142BAA3C5600C71046 /* turns_tts_text_i18n.cpp */,
|
||||
0C08AA361DF8324D004195DD /* vehicle_mask.hpp */,
|
||||
0C090C851E4E276700D52AFD /* world_graph.cpp */,
|
||||
5694CEC91EBA25F7004576D3 /* vehicle_mask.cpp */,
|
||||
0C090C861E4E276700D52AFD /* world_graph.hpp */,
|
||||
0C090C851E4E276700D52AFD /* world_graph.cpp */,
|
||||
);
|
||||
name = routing;
|
||||
path = ../../routing;
|
||||
path = ../../libs/routing;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
67BD35961C69F03E003AA26F /* routing_integration_tests */ = {
|
||||
@@ -881,7 +881,7 @@
|
||||
567E9F741F5850460064CB96 /* turn_test.cpp */,
|
||||
);
|
||||
name = routing_integration_tests;
|
||||
path = ../../routing/routing_integration_tests;
|
||||
path = ../../libs/routing/routing_integration_tests;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
/* End PBXGroup section */
|
||||
|
||||
@@ -43,7 +43,7 @@
|
||||
671E78911E6A3C9C00B2859B /* common-release.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; name = "common-release.xcconfig"; path = "../common-release.xcconfig"; sourceTree = "<group>"; };
|
||||
671E78961E6A3DA700B2859B /* routing_common_tests.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = routing_common_tests.app; sourceTree = BUILT_PRODUCTS_DIR; };
|
||||
671E78AD1E6A3FDB00B2859B /* vehicle_model_test.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = vehicle_model_test.cpp; sourceTree = "<group>"; };
|
||||
671E78AF1E6A3FEF00B2859B /* testingmain.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = testingmain.cpp; path = ../../testing/testingmain.cpp; sourceTree = "<group>"; };
|
||||
671E78AF1E6A3FEF00B2859B /* testingmain.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = testingmain.cpp; path = ../../../libs/testing/testingmain.cpp; sourceTree = "<group>"; };
|
||||
F6E4ECDF223AB60600C8A79A /* car_model_coefs.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = car_model_coefs.hpp; sourceTree = "<group>"; };
|
||||
/* End PBXFileReference section */
|
||||
|
||||
@@ -106,7 +106,7 @@
|
||||
671E78871E6A3C5D00B2859B /* vehicle_model.hpp */,
|
||||
);
|
||||
name = routing_common;
|
||||
path = ../../routing_common;
|
||||
path = ../../libs/routing_common;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
671E78971E6A3DA800B2859B /* routing_common_tests */ = {
|
||||
@@ -117,7 +117,7 @@
|
||||
671E78AD1E6A3FDB00B2859B /* vehicle_model_test.cpp */,
|
||||
);
|
||||
name = routing_common_tests;
|
||||
path = ../../routing_common/routing_common_tests;
|
||||
path = ../../libs/routing_common/routing_common_tests;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
671E78B41E6A404F00B2859B /* Frameworks */ = {
|
||||
|
||||
@@ -445,7 +445,7 @@
|
||||
671C62171AE9227C00076BD0 /* latlon_match_test.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = latlon_match_test.cpp; sourceTree = "<group>"; };
|
||||
671C62181AE9227C00076BD0 /* locality_finder_test.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = locality_finder_test.cpp; sourceTree = "<group>"; };
|
||||
671C621B1AE9227C00076BD0 /* string_match_test.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = string_match_test.cpp; sourceTree = "<group>"; };
|
||||
671C62241AE9229A00076BD0 /* testingmain.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = testingmain.cpp; path = ../../testing/testingmain.cpp; sourceTree = "<group>"; };
|
||||
671C62241AE9229A00076BD0 /* testingmain.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = testingmain.cpp; path = ../../../libs/testing/testingmain.cpp; sourceTree = "<group>"; };
|
||||
675346B01A4055CF00A0A8C3 /* libsearch.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libsearch.a; sourceTree = BUILT_PRODUCTS_DIR; };
|
||||
675346BE1A40560D00A0A8C3 /* algos.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = algos.hpp; sourceTree = "<group>"; };
|
||||
675346BF1A40560D00A0A8C3 /* approximate_string_match.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = approximate_string_match.cpp; sourceTree = "<group>"; };
|
||||
@@ -687,7 +687,7 @@
|
||||
405DB10620FF472300EE3824 /* utils_test.cpp */,
|
||||
);
|
||||
name = search_integration_tests;
|
||||
path = ../../search/search_integration_tests;
|
||||
path = ../../libs/search/search_integration_tests;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
671C620D1AE9225100076BD0 /* search_tests */ = {
|
||||
@@ -720,7 +720,7 @@
|
||||
44CAB5F72A1F928200819330 /* utm_mgrs_coords_match_test.cpp */,
|
||||
);
|
||||
name = search_tests;
|
||||
path = ../../search/search_tests;
|
||||
path = ../../libs/search/search_tests;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
675346A71A4055CF00A0A8C3 = {
|
||||
@@ -900,7 +900,7 @@
|
||||
44A871B92A1F917400A80D62 /* utm_mgrs_coords_match.hpp */,
|
||||
);
|
||||
name = search;
|
||||
path = ../../search;
|
||||
path = ../../libs/search;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
6796248E1D10134200AE4E3C /* search_tests_support */ = {
|
||||
@@ -917,7 +917,7 @@
|
||||
39AEF84F1FB45DA100943FC9 /* test_with_custom_mwms.hpp */,
|
||||
);
|
||||
name = search_tests_support;
|
||||
path = ../../search/search_tests_support;
|
||||
path = ../../libs/search/search_tests_support;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
/* End PBXGroup section */
|
||||
|
||||
@@ -154,7 +154,7 @@
|
||||
456660EC20E25AA90085E8C1 /* gl_program_params_tests.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = gl_program_params_tests.cpp; sourceTree = "<group>"; };
|
||||
456660ED20E25AA90085E8C1 /* gl_shaders_desktop_compile_tests.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = gl_shaders_desktop_compile_tests.cpp; sourceTree = "<group>"; };
|
||||
456660EE20E25AA90085E8C1 /* gl_shaders_mobile_compile_test.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = gl_shaders_mobile_compile_test.cpp; sourceTree = "<group>"; };
|
||||
456660F220E25AD40085E8C1 /* testingmain.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = testingmain.cpp; path = ../../testing/testingmain.cpp; sourceTree = "<group>"; };
|
||||
456660F220E25AD40085E8C1 /* testingmain.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = testingmain.cpp; path = ../../../libs/testing/testingmain.cpp; sourceTree = "<group>"; };
|
||||
456660F520E25E2E0085E8C1 /* libdrape.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; path = libdrape.a; sourceTree = BUILT_PRODUCTS_DIR; };
|
||||
456660F820E25E4C0085E8C1 /* OpenGL.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = OpenGL.framework; path = System/Library/Frameworks/OpenGL.framework; sourceTree = SDKROOT; };
|
||||
456660FC20E25EDD0085E8C1 /* libexpat.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; path = libexpat.a; sourceTree = BUILT_PRODUCTS_DIR; };
|
||||
@@ -163,8 +163,8 @@
|
||||
4566610220E25EEF0085E8C1 /* libcoding.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; path = libcoding.a; sourceTree = BUILT_PRODUCTS_DIR; };
|
||||
4566610420E25EF70085E8C1 /* libplatform.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; path = libplatform.a; sourceTree = BUILT_PRODUCTS_DIR; };
|
||||
4566610620E25F560085E8C1 /* libz.tbd */ = {isa = PBXFileReference; lastKnownFileType = "sourcecode.text-based-dylib-definition"; name = libz.tbd; path = usr/lib/libz.tbd; sourceTree = SDKROOT; };
|
||||
4566610820E25F790085E8C1 /* test_main_loop.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = test_main_loop.hpp; path = ../../qt_tstfrm/test_main_loop.hpp; sourceTree = "<group>"; };
|
||||
4566610920E25F790085E8C1 /* test_main_loop.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = test_main_loop.cpp; path = ../../qt_tstfrm/test_main_loop.cpp; sourceTree = "<group>"; };
|
||||
4566610820E25F790085E8C1 /* test_main_loop.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = test_main_loop.hpp; path = ../../../libs/qt_tstfrm/test_main_loop.hpp; sourceTree = "<group>"; };
|
||||
4566610920E25F790085E8C1 /* test_main_loop.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = test_main_loop.cpp; path = ../../../libs/qt_tstfrm/test_main_loop.cpp; sourceTree = "<group>"; };
|
||||
4577B28221F2088800864FAC /* vulkan_program_pool.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = vulkan_program_pool.cpp; sourceTree = "<group>"; };
|
||||
4577B28321F2088800864FAC /* vulkan_program_params.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = vulkan_program_params.cpp; sourceTree = "<group>"; };
|
||||
4577B28421F2088800864FAC /* vulkan_program_params.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = vulkan_program_params.hpp; sourceTree = "<group>"; };
|
||||
@@ -266,7 +266,7 @@
|
||||
4577B28521F2088800864FAC /* vulkan_program_pool.hpp */,
|
||||
);
|
||||
name = shaders;
|
||||
path = ../../shaders;
|
||||
path = ../../libs/shaders;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
4566608E20E2562C0085E8C1 /* GL */ = {
|
||||
@@ -362,7 +362,7 @@
|
||||
456660F220E25AD40085E8C1 /* testingmain.cpp */,
|
||||
);
|
||||
name = shaders_tests;
|
||||
path = ../../shaders/shaders_tests;
|
||||
path = ../../libs/shaders/shaders_tests;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
456660F420E25E2E0085E8C1 /* Frameworks */ = {
|
||||
@@ -520,96 +520,96 @@
|
||||
files = (
|
||||
);
|
||||
inputPaths = (
|
||||
"${SRCROOT}/../../shaders/GL/area.vsh.glsl",
|
||||
"${SRCROOT}/../../shaders/GL/area3d.vsh.glsl",
|
||||
"${SRCROOT}/../../shaders/GL/area3d_outline.vsh.glsl",
|
||||
"${SRCROOT}/../../shaders/GL/arrow3d.fsh.glsl",
|
||||
"${SRCROOT}/../../shaders/GL/arrow3d.vsh.glsl",
|
||||
"${SRCROOT}/../../shaders/GL/arrow3d_outline.fsh.glsl",
|
||||
"${SRCROOT}/../../shaders/GL/arrow3d_shadow.fsh.glsl",
|
||||
"${SRCROOT}/../../shaders/GL/arrow3d_shadow.vsh.glsl",
|
||||
"${SRCROOT}/../../shaders/GL/circle.fsh.glsl",
|
||||
"${SRCROOT}/../../shaders/GL/circle.vsh.glsl",
|
||||
"${SRCROOT}/../../shaders/GL/circle_point.fsh.glsl",
|
||||
"${SRCROOT}/../../shaders/GL/circle_point.vsh.glsl",
|
||||
"${SRCROOT}/../../shaders/GL/colored_symbol.fsh.glsl",
|
||||
"${SRCROOT}/../../shaders/GL/colored_symbol.vsh.glsl",
|
||||
"${SRCROOT}/../../shaders/GL/colored_symbol_billboard.vsh.glsl",
|
||||
"${SRCROOT}/../../shaders/GL/dashed_line.fsh.glsl",
|
||||
"${SRCROOT}/../../shaders/GL/dashed_line.vsh.glsl",
|
||||
"${SRCROOT}/../../shaders/GL/debug_rect.fsh.glsl",
|
||||
"${SRCROOT}/../../shaders/GL/debug_rect.vsh.glsl",
|
||||
"${SRCROOT}/../../shaders/GL/hatching_area.fsh.glsl",
|
||||
"${SRCROOT}/../../shaders/GL/hatching_area.vsh.glsl",
|
||||
"${SRCROOT}/../../shaders/GL/line.fsh.glsl",
|
||||
"${SRCROOT}/../../shaders/GL/line.vsh.glsl",
|
||||
"${SRCROOT}/../../shaders/GL/masked_texturing.fsh.glsl",
|
||||
"${SRCROOT}/../../shaders/GL/masked_texturing.vsh.glsl",
|
||||
"${SRCROOT}/../../shaders/GL/masked_texturing_billboard.vsh.glsl",
|
||||
"${SRCROOT}/../../shaders/GL/my_position.vsh.glsl",
|
||||
"${SRCROOT}/../../shaders/GL/path_symbol.vsh.glsl",
|
||||
"${SRCROOT}/../../shaders/GL/position_accuracy3d.vsh.glsl",
|
||||
"${SRCROOT}/../../shaders/GL/route.fsh.glsl",
|
||||
"${SRCROOT}/../../shaders/GL/route.vsh.glsl",
|
||||
"${SRCROOT}/../../shaders/GL/route_arrow.fsh.glsl",
|
||||
"${SRCROOT}/../../shaders/GL/route_arrow.vsh.glsl",
|
||||
"${SRCROOT}/../../shaders/GL/route_dash.fsh.glsl",
|
||||
"${SRCROOT}/../../shaders/GL/route_marker.fsh.glsl",
|
||||
"${SRCROOT}/../../shaders/GL/route_marker.vsh.glsl",
|
||||
"${SRCROOT}/../../shaders/GL/ruler.vsh.glsl",
|
||||
"${SRCROOT}/../../shaders/GL/screen_quad.vsh.glsl",
|
||||
"${SRCROOT}/../../shaders/GL/selection_line.fsh.glsl",
|
||||
"${SRCROOT}/../../shaders/GL/selection_line.vsh.glsl",
|
||||
"${SRCROOT}/../../shaders/GL/shader_index.txt",
|
||||
"${SRCROOT}/../../shaders/GL/shaders_lib.glsl",
|
||||
"${SRCROOT}/../../shaders/GL/smaa_blending_weight.fsh.glsl",
|
||||
"${SRCROOT}/../../shaders/GL/smaa_blending_weight.vsh.glsl",
|
||||
"${SRCROOT}/../../shaders/GL/smaa_edges.fsh.glsl",
|
||||
"${SRCROOT}/../../shaders/GL/smaa_edges.vsh.glsl",
|
||||
"${SRCROOT}/../../shaders/GL/smaa_final.fsh.glsl",
|
||||
"${SRCROOT}/../../shaders/GL/smaa_final.vsh.glsl",
|
||||
"${SRCROOT}/../../shaders/GL/solid_color.fsh.glsl",
|
||||
"${SRCROOT}/../../shaders/GL/text.fsh.glsl",
|
||||
"${SRCROOT}/../../shaders/GL/text.vsh.glsl",
|
||||
"${SRCROOT}/../../shaders/GL/text_billboard.vsh.glsl",
|
||||
"${SRCROOT}/../../shaders/GL/text_outlined.vsh.glsl",
|
||||
"${SRCROOT}/../../shaders/GL/text_outlined_billboard.vsh.glsl",
|
||||
"${SRCROOT}/../../shaders/GL/text_outlined_gui.vsh.glsl",
|
||||
"${SRCROOT}/../../shaders/GL/texturing.fsh.glsl",
|
||||
"${SRCROOT}/../../shaders/GL/texturing.vsh.glsl",
|
||||
"${SRCROOT}/../../shaders/GL/texturing3d.fsh.glsl",
|
||||
"${SRCROOT}/../../shaders/GL/texturing_billboard.vsh.glsl",
|
||||
"${SRCROOT}/../../shaders/GL/texturing_gui.vsh.glsl",
|
||||
"${SRCROOT}/../../shaders/GL/traffic.fsh.glsl",
|
||||
"${SRCROOT}/../../shaders/GL/traffic.vsh.glsl",
|
||||
"${SRCROOT}/../../shaders/GL/traffic_circle.fsh.glsl",
|
||||
"${SRCROOT}/../../shaders/GL/traffic_circle.vsh.glsl",
|
||||
"${SRCROOT}/../../shaders/GL/traffic_line.fsh.glsl",
|
||||
"${SRCROOT}/../../shaders/GL/traffic_line.vsh.glsl",
|
||||
"${SRCROOT}/../../shaders/GL/transit.fsh.glsl",
|
||||
"${SRCROOT}/../../shaders/GL/transit.vsh.glsl",
|
||||
"${SRCROOT}/../../shaders/GL/transit_circle.fsh.glsl",
|
||||
"${SRCROOT}/../../shaders/GL/transit_circle.vsh.glsl",
|
||||
"${SRCROOT}/../../shaders/GL/transit_marker.fsh.glsl",
|
||||
"${SRCROOT}/../../shaders/GL/transit_marker.vsh.glsl",
|
||||
"${SRCROOT}/../../shaders/GL/user_mark.fsh.glsl",
|
||||
"${SRCROOT}/../../shaders/GL/user_mark.vsh.glsl",
|
||||
"${SRCROOT}/../../shaders/GL/user_mark_billboard.vsh.glsl",
|
||||
"${SRCROOT}/../../shaders/gl_shaders_preprocessor.py",
|
||||
"$(SRCROOT)/../../shaders/GL/shader_index.txt",
|
||||
"$(SRCROOT)/../../shaders/programs.hpp",
|
||||
"$(SRCROOT)/../../shaders/GL/shaders_lib.glsl",
|
||||
"${OMIM_ROOT}/libs/shaders/GL/area.vsh.glsl",
|
||||
"${OMIM_ROOT}/libs/shaders/GL/area3d.vsh.glsl",
|
||||
"${OMIM_ROOT}/libs/shaders/GL/area3d_outline.vsh.glsl",
|
||||
"${OMIM_ROOT}/libs/shaders/GL/arrow3d.fsh.glsl",
|
||||
"${OMIM_ROOT}/libs/shaders/GL/arrow3d.vsh.glsl",
|
||||
"${OMIM_ROOT}/libs/shaders/GL/arrow3d_outline.fsh.glsl",
|
||||
"${OMIM_ROOT}/libs/shaders/GL/arrow3d_shadow.fsh.glsl",
|
||||
"${OMIM_ROOT}/libs/shaders/GL/arrow3d_shadow.vsh.glsl",
|
||||
"${OMIM_ROOT}/libs/shaders/GL/circle.fsh.glsl",
|
||||
"${OMIM_ROOT}/libs/shaders/GL/circle.vsh.glsl",
|
||||
"${OMIM_ROOT}/libs/shaders/GL/circle_point.fsh.glsl",
|
||||
"${OMIM_ROOT}/libs/shaders/GL/circle_point.vsh.glsl",
|
||||
"${OMIM_ROOT}/libs/shaders/GL/colored_symbol.fsh.glsl",
|
||||
"${OMIM_ROOT}/libs/shaders/GL/colored_symbol.vsh.glsl",
|
||||
"${OMIM_ROOT}/libs/shaders/GL/colored_symbol_billboard.vsh.glsl",
|
||||
"${OMIM_ROOT}/libs/shaders/GL/dashed_line.fsh.glsl",
|
||||
"${OMIM_ROOT}/libs/shaders/GL/dashed_line.vsh.glsl",
|
||||
"${OMIM_ROOT}/libs/shaders/GL/debug_rect.fsh.glsl",
|
||||
"${OMIM_ROOT}/libs/shaders/GL/debug_rect.vsh.glsl",
|
||||
"${OMIM_ROOT}/libs/shaders/GL/hatching_area.fsh.glsl",
|
||||
"${OMIM_ROOT}/libs/shaders/GL/hatching_area.vsh.glsl",
|
||||
"${OMIM_ROOT}/libs/shaders/GL/line.fsh.glsl",
|
||||
"${OMIM_ROOT}/libs/shaders/GL/line.vsh.glsl",
|
||||
"${OMIM_ROOT}/libs/shaders/GL/masked_texturing.fsh.glsl",
|
||||
"${OMIM_ROOT}/libs/shaders/GL/masked_texturing.vsh.glsl",
|
||||
"${OMIM_ROOT}/libs/shaders/GL/masked_texturing_billboard.vsh.glsl",
|
||||
"${OMIM_ROOT}/libs/shaders/GL/my_position.vsh.glsl",
|
||||
"${OMIM_ROOT}/libs/shaders/GL/path_symbol.vsh.glsl",
|
||||
"${OMIM_ROOT}/libs/shaders/GL/position_accuracy3d.vsh.glsl",
|
||||
"${OMIM_ROOT}/libs/shaders/GL/route.fsh.glsl",
|
||||
"${OMIM_ROOT}/libs/shaders/GL/route.vsh.glsl",
|
||||
"${OMIM_ROOT}/libs/shaders/GL/route_arrow.fsh.glsl",
|
||||
"${OMIM_ROOT}/libs/shaders/GL/route_arrow.vsh.glsl",
|
||||
"${OMIM_ROOT}/libs/shaders/GL/route_dash.fsh.glsl",
|
||||
"${OMIM_ROOT}/libs/shaders/GL/route_marker.fsh.glsl",
|
||||
"${OMIM_ROOT}/libs/shaders/GL/route_marker.vsh.glsl",
|
||||
"${OMIM_ROOT}/libs/shaders/GL/ruler.vsh.glsl",
|
||||
"${OMIM_ROOT}/libs/shaders/GL/screen_quad.vsh.glsl",
|
||||
"${OMIM_ROOT}/libs/shaders/GL/selection_line.fsh.glsl",
|
||||
"${OMIM_ROOT}/libs/shaders/GL/selection_line.vsh.glsl",
|
||||
"${OMIM_ROOT}/libs/shaders/GL/shader_index.txt",
|
||||
"${OMIM_ROOT}/libs/shaders/GL/shaders_lib.glsl",
|
||||
"${OMIM_ROOT}/libs/shaders/GL/smaa_blending_weight.fsh.glsl",
|
||||
"${OMIM_ROOT}/libs/shaders/GL/smaa_blending_weight.vsh.glsl",
|
||||
"${OMIM_ROOT}/libs/shaders/GL/smaa_edges.fsh.glsl",
|
||||
"${OMIM_ROOT}/libs/shaders/GL/smaa_edges.vsh.glsl",
|
||||
"${OMIM_ROOT}/libs/shaders/GL/smaa_final.fsh.glsl",
|
||||
"${OMIM_ROOT}/libs/shaders/GL/smaa_final.vsh.glsl",
|
||||
"${OMIM_ROOT}/libs/shaders/GL/solid_color.fsh.glsl",
|
||||
"${OMIM_ROOT}/libs/shaders/GL/text.fsh.glsl",
|
||||
"${OMIM_ROOT}/libs/shaders/GL/text.vsh.glsl",
|
||||
"${OMIM_ROOT}/libs/shaders/GL/text_billboard.vsh.glsl",
|
||||
"${OMIM_ROOT}/libs/shaders/GL/text_outlined.vsh.glsl",
|
||||
"${OMIM_ROOT}/libs/shaders/GL/text_outlined_billboard.vsh.glsl",
|
||||
"${OMIM_ROOT}/libs/shaders/GL/text_outlined_gui.vsh.glsl",
|
||||
"${OMIM_ROOT}/libs/shaders/GL/texturing.fsh.glsl",
|
||||
"${OMIM_ROOT}/libs/shaders/GL/texturing.vsh.glsl",
|
||||
"${OMIM_ROOT}/libs/shaders/GL/texturing3d.fsh.glsl",
|
||||
"${OMIM_ROOT}/libs/shaders/GL/texturing_billboard.vsh.glsl",
|
||||
"${OMIM_ROOT}/libs/shaders/GL/texturing_gui.vsh.glsl",
|
||||
"${OMIM_ROOT}/libs/shaders/GL/traffic.fsh.glsl",
|
||||
"${OMIM_ROOT}/libs/shaders/GL/traffic.vsh.glsl",
|
||||
"${OMIM_ROOT}/libs/shaders/GL/traffic_circle.fsh.glsl",
|
||||
"${OMIM_ROOT}/libs/shaders/GL/traffic_circle.vsh.glsl",
|
||||
"${OMIM_ROOT}/libs/shaders/GL/traffic_line.fsh.glsl",
|
||||
"${OMIM_ROOT}/libs/shaders/GL/traffic_line.vsh.glsl",
|
||||
"${OMIM_ROOT}/libs/shaders/GL/transit.fsh.glsl",
|
||||
"${OMIM_ROOT}/libs/shaders/GL/transit.vsh.glsl",
|
||||
"${OMIM_ROOT}/libs/shaders/GL/transit_circle.fsh.glsl",
|
||||
"${OMIM_ROOT}/libs/shaders/GL/transit_circle.vsh.glsl",
|
||||
"${OMIM_ROOT}/libs/shaders/GL/transit_marker.fsh.glsl",
|
||||
"${OMIM_ROOT}/libs/shaders/GL/transit_marker.vsh.glsl",
|
||||
"${OMIM_ROOT}/libs/shaders/GL/user_mark.fsh.glsl",
|
||||
"${OMIM_ROOT}/libs/shaders/GL/user_mark.vsh.glsl",
|
||||
"${OMIM_ROOT}/libs/shaders/GL/user_mark_billboard.vsh.glsl",
|
||||
"${OMIM_ROOT}/libs/shaders/gl_shaders_preprocessor.py",
|
||||
"${OMIM_ROOT}/libs/shaders/GL/shader_index.txt",
|
||||
"${OMIM_ROOT}/libs/shaders/programs.hpp",
|
||||
"${OMIM_ROOT}/libs/shaders/GL/shaders_lib.glsl",
|
||||
);
|
||||
name = "Run Script";
|
||||
outputFileListPaths = (
|
||||
);
|
||||
outputPaths = (
|
||||
"$(SRCROOT)/../../shaders/gl_shaders.hpp",
|
||||
"$(SRCROOT)/../../shaders/gl_shaders.cpp",
|
||||
"${OMIM_ROOT}/libs/shaders/gl_shaders.hpp",
|
||||
"${OMIM_ROOT}/libs/shaders/gl_shaders.cpp",
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
shellPath = /bin/sh;
|
||||
shellScript = "# Without this check shaders library is always rebuilt in XCode 13.\n# See https://stackoverflow.com/a/69481200/1209392\nif [ $ACTION != \"indexbuild\" ]; then\npython3 ${SRCROOT}/../../shaders/gl_shaders_preprocessor.py ${SRCROOT}/../../shaders/GL shader_index.txt programs.hpp shaders_lib.glsl ${SRCROOT}/../../shaders gl_shaders\nfi\n";
|
||||
shellScript = "# Without this check shaders library is always rebuilt in XCode 13.\n# See https://stackoverflow.com/a/69481200/1209392\nif [ $ACTION != \"indexbuild\" ]; then\npython3 ${OMIM_ROOT}/libs/shaders/gl_shaders_preprocessor.py ${OMIM_ROOT}/libs/shaders/GL shader_index.txt programs.hpp shaders_lib.glsl ${OMIM_ROOT}/libs/shaders gl_shaders\nfi\n";
|
||||
};
|
||||
/* End PBXShellScriptBuildPhase section */
|
||||
|
||||
|
||||
@@ -186,7 +186,7 @@
|
||||
67247FCA1C60BA8A00EDE56A /* task_runner.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = task_runner.hpp; sourceTree = "<group>"; };
|
||||
67247FCB1C60BA8A00EDE56A /* test_map_files_downloader.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = test_map_files_downloader.cpp; sourceTree = "<group>"; };
|
||||
67247FCC1C60BA8A00EDE56A /* test_map_files_downloader.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = test_map_files_downloader.hpp; sourceTree = "<group>"; };
|
||||
67247FD71C60BA9900EDE56A /* testingmain.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = testingmain.cpp; path = ../../testing/testingmain.cpp; sourceTree = "<group>"; };
|
||||
67247FD71C60BA9900EDE56A /* testingmain.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = testingmain.cpp; path = ../../../libs/testing/testingmain.cpp; sourceTree = "<group>"; };
|
||||
6724800E1C60CE7300EDE56A /* storage_group_download_tests.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = storage_group_download_tests.cpp; sourceTree = "<group>"; };
|
||||
6724800F1C60CE7300EDE56A /* storage_http_tests.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = storage_http_tests.cpp; sourceTree = "<group>"; };
|
||||
6741251A1B4C05FA00A3E828 /* map_files_downloader.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = map_files_downloader.hpp; sourceTree = "<group>"; };
|
||||
@@ -293,7 +293,7 @@
|
||||
67247FD71C60BA9900EDE56A /* testingmain.cpp */,
|
||||
);
|
||||
name = storage_tests;
|
||||
path = ../../storage/storage_tests;
|
||||
path = ../../libs/storage/storage_tests;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
672480071C60CE3D00EDE56A /* storage_integration_tests */ = {
|
||||
@@ -310,7 +310,7 @@
|
||||
56D8CB981CAC17A80003F420 /* test_defines.hpp */,
|
||||
);
|
||||
name = storage_integration_tests;
|
||||
path = ../../storage/storage_integration_tests;
|
||||
path = ../../libs/storage/storage_integration_tests;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
675342D71A3F59EF00A0A8C3 = {
|
||||
@@ -390,7 +390,7 @@
|
||||
675343041A3F5A2600A0A8C3 /* storage.hpp */,
|
||||
);
|
||||
name = storage;
|
||||
path = ../../storage;
|
||||
path = ../../libs/storage;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
676C83F81C6387D000DC9603 /* Resources */ = {
|
||||
|
||||
@@ -49,7 +49,7 @@
|
||||
6772592B1DBA26FD00BF54EE /* protocol.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = protocol.cpp; sourceTree = "<group>"; };
|
||||
6772592C1DBA26FD00BF54EE /* protocol.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = protocol.hpp; sourceTree = "<group>"; };
|
||||
67A7144D1DC2524E005FF350 /* bindings.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = bindings.cpp; sourceTree = "<group>"; };
|
||||
67B6E7B71DB8BBA900745F8A /* testingmain.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = testingmain.cpp; path = ../../testing/testingmain.cpp; sourceTree = "<group>"; };
|
||||
67B6E7B71DB8BBA900745F8A /* testingmain.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = testingmain.cpp; path = ../../../libs/testing/testingmain.cpp; sourceTree = "<group>"; };
|
||||
67EC0CB61DBE4A320021F484 /* protocol_test.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = protocol_test.cpp; sourceTree = "<group>"; };
|
||||
D5F7FFB52382CE0E00BF7B97 /* archival_reporter.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = archival_reporter.cpp; sourceTree = "<group>"; };
|
||||
D5F7FFB62382CE0E00BF7B97 /* archive.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = archive.hpp; sourceTree = "<group>"; };
|
||||
@@ -140,7 +140,7 @@
|
||||
675E88631DB7AC9000F8EBDA /* reporter.hpp */,
|
||||
);
|
||||
name = tracking;
|
||||
path = ../../tracking;
|
||||
path = ../../libs/tracking;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
675E88831DB7ACEA00F8EBDA /* tracking_tests */ = {
|
||||
@@ -152,7 +152,7 @@
|
||||
67B6E7B71DB8BBA900745F8A /* testingmain.cpp */,
|
||||
);
|
||||
name = tracking_tests;
|
||||
path = ../../tracking/tracking_tests;
|
||||
path = ../../libs/tracking/tracking_tests;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
675E888D1DB7B03400F8EBDA /* Frameworks */ = {
|
||||
@@ -176,7 +176,7 @@
|
||||
67A7144D1DC2524E005FF350 /* bindings.cpp */,
|
||||
);
|
||||
name = pytracking;
|
||||
path = ../../tracking/pytracking;
|
||||
path = ../../libs/tracking/pytracking;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
/* End PBXGroup section */
|
||||
|
||||
@@ -41,7 +41,7 @@
|
||||
67BECB5E1DDA44FD00FC4E99 /* traffic_info.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = traffic_info.hpp; sourceTree = "<group>"; };
|
||||
67BECB671DDA466800FC4E99 /* traffic_tests.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = traffic_tests.app; sourceTree = BUILT_PRODUCTS_DIR; };
|
||||
67BECB7F1DDA46A100FC4E99 /* traffic_info_test.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = traffic_info_test.cpp; sourceTree = "<group>"; };
|
||||
67BECB8A1DDA478800FC4E99 /* testingmain.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = testingmain.cpp; path = ../../testing/testingmain.cpp; sourceTree = "<group>"; };
|
||||
67BECB8A1DDA478800FC4E99 /* testingmain.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = testingmain.cpp; path = ../../../libs/testing/testingmain.cpp; sourceTree = "<group>"; };
|
||||
67BECB941DDA4AC800FC4E99 /* bindings.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = bindings.cpp; sourceTree = "<group>"; };
|
||||
FAFD413F26BBE3FC00D1DE1B /* libbase.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; path = libbase.a; sourceTree = BUILT_PRODUCTS_DIR; };
|
||||
FAFD414126BBE3FC00D1DE1B /* libcoding.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; path = libcoding.a; sourceTree = BUILT_PRODUCTS_DIR; };
|
||||
@@ -121,7 +121,7 @@
|
||||
67BECB5E1DDA44FD00FC4E99 /* traffic_info.hpp */,
|
||||
);
|
||||
name = traffic;
|
||||
path = ../../traffic;
|
||||
path = ../../libs/traffic;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
67BECB7E1DDA467A00FC4E99 /* traffic_tests */ = {
|
||||
@@ -131,7 +131,7 @@
|
||||
67BECB7F1DDA46A100FC4E99 /* traffic_info_test.cpp */,
|
||||
);
|
||||
name = traffic_tests;
|
||||
path = ../../traffic/traffic_tests;
|
||||
path = ../../libs/traffic/traffic_tests;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
67BECB831DDA474400FC4E99 /* Frameworks */ = {
|
||||
@@ -158,7 +158,7 @@
|
||||
67BECB941DDA4AC800FC4E99 /* bindings.cpp */,
|
||||
);
|
||||
name = pytraffic;
|
||||
path = ../../traffic/pytraffic;
|
||||
path = ../../libs/traffic/pytraffic;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
/* End PBXGroup section */
|
||||
|
||||
@@ -93,7 +93,7 @@
|
||||
D55B290624CACF9E000E2EBE /* transit_version.hpp */,
|
||||
);
|
||||
name = transit;
|
||||
path = ../../transit;
|
||||
path = ../../libs/transit;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
D56AD1D624CB02BF0057F2E0 /* experimental */ = {
|
||||
|
||||
Reference in New Issue
Block a user