diff --git a/map/map_tests/map_tests.pro b/map/map_tests/map_tests.pro index 02646027cd..a7049cc7b0 100644 --- a/map/map_tests/map_tests.pro +++ b/map/map_tests/map_tests.pro @@ -7,7 +7,7 @@ TEMPLATE = app ROOT_DIR = ../.. DEPENDENCIES = map render gui routing search storage graphics indexer platform anim geometry coding base \ - freetype fribidi expat protobuf tomcrypt jansson osrm stats_client zlib succinct + freetype fribidi expat protobuf tomcrypt jansson osrm opening_hours stats_client zlib succinct drape { DEPENDENCIES *= drape_frontend drape @@ -36,3 +36,4 @@ SOURCES += \ mwm_url_tests.cpp \ navigator_test.cpp \ tracks_tests.cpp \ + working_time_tests.cpp\ diff --git a/xcode/map/map.xcodeproj/project.pbxproj b/xcode/map/map.xcodeproj/project.pbxproj index 886055a761..638bda5dd5 100644 --- a/xcode/map/map.xcodeproj/project.pbxproj +++ b/xcode/map/map.xcodeproj/project.pbxproj @@ -9,6 +9,39 @@ /* Begin PBXBuildFile section */ 674A29C71B26F83C001A525C /* navigator_utils.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 67D1C8041AE50EEE00A239E3 /* navigator_utils.cpp */; }; 674A29C81B26F844001A525C /* navigator_utils.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 67D1C8051AE50EEE00A239E3 /* navigator_utils.hpp */; }; + 674A29F01B26FD6F001A525C /* testingmain.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 674A29EE1B26FD5F001A525C /* testingmain.cpp */; }; + 674A2A0D1B26FE62001A525C /* libalohalitics.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 674A29F11B26FE62001A525C /* libalohalitics.a */; }; + 674A2A0E1B26FE62001A525C /* libanim.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 674A29F21B26FE62001A525C /* libanim.a */; }; + 674A2A0F1B26FE62001A525C /* libapi.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 674A29F31B26FE62001A525C /* libapi.a */; }; + 674A2A101B26FE62001A525C /* libbase.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 674A29F41B26FE62001A525C /* libbase.a */; }; + 674A2A111B26FE62001A525C /* libcoding.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 674A29F51B26FE62001A525C /* libcoding.a */; }; + 674A2A131B26FE62001A525C /* libexpat.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 674A29F71B26FE62001A525C /* libexpat.a */; }; + 674A2A141B26FE62001A525C /* libfreetype.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 674A29F81B26FE62001A525C /* libfreetype.a */; }; + 674A2A151B26FE62001A525C /* libfribidi.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 674A29F91B26FE62001A525C /* libfribidi.a */; }; + 674A2A161B26FE62001A525C /* libgenerator.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 674A29FA1B26FE62001A525C /* libgenerator.a */; }; + 674A2A171B26FE62001A525C /* libgeometry.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 674A29FB1B26FE62001A525C /* libgeometry.a */; }; + 674A2A1B1B26FE62001A525C /* libindexer.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 674A29FF1B26FE62001A525C /* libindexer.a */; }; + 674A2A1C1B26FE62001A525C /* libjansson.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 674A2A001B26FE62001A525C /* libjansson.a */; }; + 674A2A1D1B26FE62001A525C /* libopening_hours.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 674A2A011B26FE62001A525C /* libopening_hours.a */; }; + 674A2A1E1B26FE62001A525C /* libosrm.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 674A2A021B26FE62001A525C /* libosrm.a */; }; + 674A2A1F1B26FE62001A525C /* libplatform.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 674A2A031B26FE62001A525C /* libplatform.a */; }; + 674A2A201B26FE62001A525C /* libprotobuf.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 674A2A041B26FE62001A525C /* libprotobuf.a */; }; + 674A2A211B26FE62001A525C /* librender.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 674A2A051B26FE62001A525C /* librender.a */; }; + 674A2A221B26FE62001A525C /* librouting.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 674A2A061B26FE62001A525C /* librouting.a */; }; + 674A2A231B26FE62001A525C /* libsearch.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 674A2A071B26FE62001A525C /* libsearch.a */; }; + 674A2A251B26FE62001A525C /* libstorage.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 674A2A091B26FE62001A525C /* libstorage.a */; }; + 674A2A261B26FE62001A525C /* libsuccinct.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 674A2A0A1B26FE62001A525C /* libsuccinct.a */; }; + 674A2A271B26FE62001A525C /* libtomcrypt.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 674A2A0B1B26FE62001A525C /* libtomcrypt.a */; }; + 674A2A281B26FE62001A525C /* libzlib.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 674A2A0C1B26FE62001A525C /* libzlib.a */; }; + 674A2A2A1B26FF24001A525C /* CoreFoundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 674A2A291B26FF24001A525C /* CoreFoundation.framework */; }; + 674A2A2C1B26FF38001A525C /* IOKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 674A2A2B1B26FF38001A525C /* IOKit.framework */; }; + 674A2A2E1B26FF4F001A525C /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 674A2A2D1B26FF4F001A525C /* Cocoa.framework */; }; + 674A2A2F1B26FF7B001A525C /* libmap.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 675345BB1A4054AD00A0A8C3 /* libmap.a */; }; + 674A2A301B26FFA6001A525C /* libgraphics.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 674A29FD1B26FE62001A525C /* libgraphics.a */; }; + 674A2A311B26FFB5001A525C /* libgui.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 674A29FE1B26FE62001A525C /* libgui.a */; }; + 674A2A331B26FFE9001A525C /* OpenGL.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 674A2A321B26FFE9001A525C /* OpenGL.framework */; }; + 674A2A361B27011A001A525C /* working_time_tests.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 674A2A351B27011A001A525C /* working_time_tests.cpp */; }; + 674A2A381B2715FB001A525C /* osm_opening_hours.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 674A2A371B2715FB001A525C /* osm_opening_hours.hpp */; }; 675346381A4054E800A0A8C3 /* active_maps_layout.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 675345C91A4054E800A0A8C3 /* active_maps_layout.cpp */; }; 675346391A4054E800A0A8C3 /* active_maps_layout.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 675345CA1A4054E800A0A8C3 /* active_maps_layout.hpp */; }; 6753463A1A4054E800A0A8C3 /* address_finder.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 675345CB1A4054E800A0A8C3 /* address_finder.cpp */; }; @@ -75,8 +108,63 @@ 67D1C8121AE50EEF00A239E3 /* route_track.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 67D1C8071AE50EEF00A239E3 /* route_track.hpp */; }; /* End PBXBuildFile section */ +/* Begin PBXCopyFilesBuildPhase section */ + 674A29DD1B26FD1C001A525C /* CopyFiles */ = { + isa = PBXCopyFilesBuildPhase; + buildActionMask = 2147483647; + dstPath = /usr/share/man/man1/; + dstSubfolderSpec = 0; + files = ( + ); + runOnlyForDeploymentPostprocessing = 1; + }; +/* End PBXCopyFilesBuildPhase section */ + /* Begin PBXFileReference section */ 670D05A41B0DF4250013A7AC /* defaults.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; name = defaults.xcconfig; path = ../defaults.xcconfig; sourceTree = ""; }; + 674A29CB1B26FCFE001A525C /* bookmarks_test.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = bookmarks_test.cpp; sourceTree = ""; }; + 674A29CC1B26FCFE001A525C /* ge0_parser_tests.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = ge0_parser_tests.cpp; sourceTree = ""; }; + 674A29CD1B26FCFE001A525C /* geourl_test.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = geourl_test.cpp; sourceTree = ""; }; + 674A29CE1B26FCFE001A525C /* kmz_unarchive_test.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = kmz_unarchive_test.cpp; sourceTree = ""; }; + 674A29CF1B26FCFE001A525C /* mwm_url_tests.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = mwm_url_tests.cpp; sourceTree = ""; }; + 674A29D01B26FCFE001A525C /* navigator_test.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = navigator_test.cpp; sourceTree = ""; }; + 674A29D21B26FCFE001A525C /* tracks_tests.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = tracks_tests.cpp; sourceTree = ""; }; + 674A29DF1B26FD1C001A525C /* map_tests */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = map_tests; sourceTree = BUILT_PRODUCTS_DIR; }; + 674A29EE1B26FD5F001A525C /* testingmain.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = testingmain.cpp; path = ../../testing/testingmain.cpp; sourceTree = ""; }; + 674A29F11B26FE62001A525C /* libalohalitics.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libalohalitics.a; path = "../../../omim-xcode-build/Debug/libalohalitics.a"; sourceTree = ""; }; + 674A29F21B26FE62001A525C /* libanim.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libanim.a; path = "../../../omim-xcode-build/Debug/libanim.a"; sourceTree = ""; }; + 674A29F31B26FE62001A525C /* libapi.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libapi.a; path = "../../../omim-xcode-build/Debug/libapi.a"; sourceTree = ""; }; + 674A29F41B26FE62001A525C /* libbase.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libbase.a; path = "../../../omim-xcode-build/Debug/libbase.a"; sourceTree = ""; }; + 674A29F51B26FE62001A525C /* libcoding.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libcoding.a; path = "../../../omim-xcode-build/Debug/libcoding.a"; sourceTree = ""; }; + 674A29F61B26FE62001A525C /* libdrape.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libdrape.a; path = "../../../omim-xcode-build/Debug/libdrape.a"; sourceTree = ""; }; + 674A29F71B26FE62001A525C /* libexpat.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libexpat.a; path = "../../../omim-xcode-build/Debug/libexpat.a"; sourceTree = ""; }; + 674A29F81B26FE62001A525C /* libfreetype.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libfreetype.a; path = "../../../omim-xcode-build/Debug/libfreetype.a"; sourceTree = ""; }; + 674A29F91B26FE62001A525C /* libfribidi.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libfribidi.a; path = "../../../omim-xcode-build/Debug/libfribidi.a"; sourceTree = ""; }; + 674A29FA1B26FE62001A525C /* libgenerator.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libgenerator.a; path = "../../../omim-xcode-build/Debug/libgenerator.a"; sourceTree = ""; }; + 674A29FB1B26FE62001A525C /* libgeometry.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libgeometry.a; path = "../../../omim-xcode-build/Debug/libgeometry.a"; sourceTree = ""; }; + 674A29FC1B26FE62001A525C /* libgflags.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libgflags.a; path = "../../../omim-xcode-build/Debug/libgflags.a"; sourceTree = ""; }; + 674A29FD1B26FE62001A525C /* libgraphics.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libgraphics.a; path = "../../../omim-xcode-build/Debug/libgraphics.a"; sourceTree = ""; }; + 674A29FE1B26FE62001A525C /* libgui.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libgui.a; path = "../../../omim-xcode-build/Debug/libgui.a"; sourceTree = ""; }; + 674A29FF1B26FE62001A525C /* libindexer.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libindexer.a; path = "../../../omim-xcode-build/Debug/libindexer.a"; sourceTree = ""; }; + 674A2A001B26FE62001A525C /* libjansson.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libjansson.a; path = "../../../omim-xcode-build/Debug/libjansson.a"; sourceTree = ""; }; + 674A2A011B26FE62001A525C /* libopening_hours.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libopening_hours.a; path = "../../../omim-xcode-build/Debug/libopening_hours.a"; sourceTree = ""; }; + 674A2A021B26FE62001A525C /* libosrm.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libosrm.a; path = "../../../omim-xcode-build/Debug/libosrm.a"; sourceTree = ""; }; + 674A2A031B26FE62001A525C /* libplatform.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libplatform.a; path = "../../../omim-xcode-build/Debug/libplatform.a"; sourceTree = ""; }; + 674A2A041B26FE62001A525C /* libprotobuf.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libprotobuf.a; path = "../../../omim-xcode-build/Debug/libprotobuf.a"; sourceTree = ""; }; + 674A2A051B26FE62001A525C /* librender.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = librender.a; path = "../../../omim-xcode-build/Debug/librender.a"; sourceTree = ""; }; + 674A2A061B26FE62001A525C /* librouting.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = librouting.a; path = "../../../omim-xcode-build/Debug/librouting.a"; sourceTree = ""; }; + 674A2A071B26FE62001A525C /* libsearch.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libsearch.a; path = "../../../omim-xcode-build/Debug/libsearch.a"; sourceTree = ""; }; + 674A2A081B26FE62001A525C /* libsgitess.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libsgitess.a; path = "/Volumes/AltHD/omim/xcode/sgitess/../../../omim-xcode-build/Debug/libsgitess.a"; sourceTree = ""; }; + 674A2A091B26FE62001A525C /* libstorage.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libstorage.a; path = "../../../omim-xcode-build/Debug/libstorage.a"; sourceTree = ""; }; + 674A2A0A1B26FE62001A525C /* libsuccinct.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libsuccinct.a; path = "../../../omim-xcode-build/Debug/libsuccinct.a"; sourceTree = ""; }; + 674A2A0B1B26FE62001A525C /* libtomcrypt.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libtomcrypt.a; path = "../../../omim-xcode-build/Debug/libtomcrypt.a"; sourceTree = ""; }; + 674A2A0C1B26FE62001A525C /* libzlib.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libzlib.a; path = "../../../omim-xcode-build/Debug/libzlib.a"; sourceTree = ""; }; + 674A2A291B26FF24001A525C /* CoreFoundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreFoundation.framework; path = System/Library/Frameworks/CoreFoundation.framework; sourceTree = SDKROOT; }; + 674A2A2B1B26FF38001A525C /* IOKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = IOKit.framework; path = System/Library/Frameworks/IOKit.framework; sourceTree = SDKROOT; }; + 674A2A2D1B26FF4F001A525C /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Cocoa.framework; path = System/Library/Frameworks/Cocoa.framework; sourceTree = SDKROOT; }; + 674A2A321B26FFE9001A525C /* OpenGL.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = OpenGL.framework; path = System/Library/Frameworks/OpenGL.framework; sourceTree = SDKROOT; }; + 674A2A351B27011A001A525C /* working_time_tests.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = working_time_tests.cpp; sourceTree = ""; }; + 674A2A371B2715FB001A525C /* osm_opening_hours.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = osm_opening_hours.hpp; sourceTree = ""; }; 675345BB1A4054AD00A0A8C3 /* libmap.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libmap.a; sourceTree = BUILT_PRODUCTS_DIR; }; 675345C91A4054E800A0A8C3 /* active_maps_layout.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = active_maps_layout.cpp; sourceTree = ""; }; 675345CA1A4054E800A0A8C3 /* active_maps_layout.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = active_maps_layout.hpp; sourceTree = ""; }; @@ -147,6 +235,43 @@ /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ + 674A29DC1B26FD1C001A525C /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + 674A2A331B26FFE9001A525C /* OpenGL.framework in Frameworks */, + 674A2A311B26FFB5001A525C /* libgui.a in Frameworks */, + 674A2A301B26FFA6001A525C /* libgraphics.a in Frameworks */, + 674A2A2F1B26FF7B001A525C /* libmap.a in Frameworks */, + 674A2A2E1B26FF4F001A525C /* Cocoa.framework in Frameworks */, + 674A2A2C1B26FF38001A525C /* IOKit.framework in Frameworks */, + 674A2A2A1B26FF24001A525C /* CoreFoundation.framework in Frameworks */, + 674A2A0D1B26FE62001A525C /* libalohalitics.a in Frameworks */, + 674A2A0E1B26FE62001A525C /* libanim.a in Frameworks */, + 674A2A0F1B26FE62001A525C /* libapi.a in Frameworks */, + 674A2A101B26FE62001A525C /* libbase.a in Frameworks */, + 674A2A111B26FE62001A525C /* libcoding.a in Frameworks */, + 674A2A131B26FE62001A525C /* libexpat.a in Frameworks */, + 674A2A141B26FE62001A525C /* libfreetype.a in Frameworks */, + 674A2A151B26FE62001A525C /* libfribidi.a in Frameworks */, + 674A2A161B26FE62001A525C /* libgenerator.a in Frameworks */, + 674A2A171B26FE62001A525C /* libgeometry.a in Frameworks */, + 674A2A1B1B26FE62001A525C /* libindexer.a in Frameworks */, + 674A2A1C1B26FE62001A525C /* libjansson.a in Frameworks */, + 674A2A1D1B26FE62001A525C /* libopening_hours.a in Frameworks */, + 674A2A1E1B26FE62001A525C /* libosrm.a in Frameworks */, + 674A2A1F1B26FE62001A525C /* libplatform.a in Frameworks */, + 674A2A201B26FE62001A525C /* libprotobuf.a in Frameworks */, + 674A2A211B26FE62001A525C /* librender.a in Frameworks */, + 674A2A221B26FE62001A525C /* librouting.a in Frameworks */, + 674A2A231B26FE62001A525C /* libsearch.a in Frameworks */, + 674A2A251B26FE62001A525C /* libstorage.a in Frameworks */, + 674A2A261B26FE62001A525C /* libsuccinct.a in Frameworks */, + 674A2A271B26FE62001A525C /* libtomcrypt.a in Frameworks */, + 674A2A281B26FE62001A525C /* libzlib.a in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; 675345B81A4054AD00A0A8C3 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; @@ -157,11 +282,69 @@ /* End PBXFrameworksBuildPhase section */ /* Begin PBXGroup section */ + 674A29CA1B26FCC0001A525C /* map_tests */ = { + isa = PBXGroup; + children = ( + 674A29EE1B26FD5F001A525C /* testingmain.cpp */, + 674A29CB1B26FCFE001A525C /* bookmarks_test.cpp */, + 674A29CC1B26FCFE001A525C /* ge0_parser_tests.cpp */, + 674A29CD1B26FCFE001A525C /* geourl_test.cpp */, + 674A29CE1B26FCFE001A525C /* kmz_unarchive_test.cpp */, + 674A29CF1B26FCFE001A525C /* mwm_url_tests.cpp */, + 674A29D01B26FCFE001A525C /* navigator_test.cpp */, + 674A29D21B26FCFE001A525C /* tracks_tests.cpp */, + 674A2A351B27011A001A525C /* working_time_tests.cpp */, + ); + name = map_tests; + path = ../../map/map_tests; + sourceTree = ""; + }; + 674A2A341B2700B2001A525C /* libs */ = { + isa = PBXGroup; + children = ( + 674A2A321B26FFE9001A525C /* OpenGL.framework */, + 674A2A2D1B26FF4F001A525C /* Cocoa.framework */, + 674A2A2B1B26FF38001A525C /* IOKit.framework */, + 674A2A291B26FF24001A525C /* CoreFoundation.framework */, + 674A29F11B26FE62001A525C /* libalohalitics.a */, + 674A29F21B26FE62001A525C /* libanim.a */, + 674A29F31B26FE62001A525C /* libapi.a */, + 674A29F41B26FE62001A525C /* libbase.a */, + 674A29F51B26FE62001A525C /* libcoding.a */, + 674A29F61B26FE62001A525C /* libdrape.a */, + 674A29F71B26FE62001A525C /* libexpat.a */, + 674A29F81B26FE62001A525C /* libfreetype.a */, + 674A29F91B26FE62001A525C /* libfribidi.a */, + 674A29FA1B26FE62001A525C /* libgenerator.a */, + 674A29FB1B26FE62001A525C /* libgeometry.a */, + 674A29FC1B26FE62001A525C /* libgflags.a */, + 674A29FD1B26FE62001A525C /* libgraphics.a */, + 674A29FE1B26FE62001A525C /* libgui.a */, + 674A29FF1B26FE62001A525C /* libindexer.a */, + 674A2A001B26FE62001A525C /* libjansson.a */, + 674A2A011B26FE62001A525C /* libopening_hours.a */, + 674A2A021B26FE62001A525C /* libosrm.a */, + 674A2A031B26FE62001A525C /* libplatform.a */, + 674A2A041B26FE62001A525C /* libprotobuf.a */, + 674A2A051B26FE62001A525C /* librender.a */, + 674A2A061B26FE62001A525C /* librouting.a */, + 674A2A071B26FE62001A525C /* libsearch.a */, + 674A2A081B26FE62001A525C /* libsgitess.a */, + 674A2A091B26FE62001A525C /* libstorage.a */, + 674A2A0A1B26FE62001A525C /* libsuccinct.a */, + 674A2A0B1B26FE62001A525C /* libtomcrypt.a */, + 674A2A0C1B26FE62001A525C /* libzlib.a */, + ); + name = libs; + sourceTree = ""; + }; 675345B21A4054AD00A0A8C3 = { isa = PBXGroup; children = ( 670D05A41B0DF4250013A7AC /* defaults.xcconfig */, + 674A2A341B2700B2001A525C /* libs */, 675345BD1A4054AD00A0A8C3 /* map */, + 674A29CA1B26FCC0001A525C /* map_tests */, 675345BC1A4054AD00A0A8C3 /* Products */, ); sourceTree = ""; @@ -170,6 +353,7 @@ isa = PBXGroup; children = ( 675345BB1A4054AD00A0A8C3 /* libmap.a */, + 674A29DF1B26FD1C001A525C /* map_tests */, ); name = Products; sourceTree = ""; @@ -243,6 +427,7 @@ 675346301A4054E800A0A8C3 /* user_mark_dl_cache.cpp */, 675346311A4054E800A0A8C3 /* user_mark_dl_cache.hpp */, 675346331A4054E800A0A8C3 /* user_mark.hpp */, + 674A2A371B2715FB001A525C /* osm_opening_hours.hpp */, ); name = map; path = ../../map; @@ -288,12 +473,30 @@ 675346A01A4054E800A0A8C3 /* user_mark_dl_cache.hpp in Headers */, 675346651A4054E800A0A8C3 /* framework.hpp in Headers */, 675346531A4054E800A0A8C3 /* country_tree.hpp in Headers */, + 674A2A381B2715FB001A525C /* osm_opening_hours.hpp in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; /* End PBXHeadersBuildPhase section */ /* Begin PBXNativeTarget section */ + 674A29DE1B26FD1C001A525C /* map_tests */ = { + isa = PBXNativeTarget; + buildConfigurationList = 674A29E31B26FD1C001A525C /* Build configuration list for PBXNativeTarget "map_tests" */; + buildPhases = ( + 674A29DB1B26FD1C001A525C /* Sources */, + 674A29DC1B26FD1C001A525C /* Frameworks */, + 674A29DD1B26FD1C001A525C /* CopyFiles */, + ); + buildRules = ( + ); + dependencies = ( + ); + name = map_tests; + productName = map_tests; + productReference = 674A29DF1B26FD1C001A525C /* map_tests */; + productType = "com.apple.product-type.tool"; + }; 675345BA1A4054AD00A0A8C3 /* map */ = { isa = PBXNativeTarget; buildConfigurationList = 675345C61A4054AD00A0A8C3 /* Build configuration list for PBXNativeTarget "map" */; @@ -320,6 +523,9 @@ LastUpgradeCheck = 0630; ORGANIZATIONNAME = maps.me; TargetAttributes = { + 674A29DE1B26FD1C001A525C = { + CreatedOnToolsVersion = 6.3.2; + }; 675345BA1A4054AD00A0A8C3 = { CreatedOnToolsVersion = 6.1; }; @@ -338,11 +544,21 @@ projectRoot = ""; targets = ( 675345BA1A4054AD00A0A8C3 /* map */, + 674A29DE1B26FD1C001A525C /* map_tests */, ); }; /* End PBXProject section */ /* Begin PBXSourcesBuildPhase section */ + 674A29DB1B26FD1C001A525C /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 674A29F01B26FD6F001A525C /* testingmain.cpp in Sources */, + 674A2A361B27011A001A525C /* working_time_tests.cpp in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; 675345B71A4054AD00A0A8C3 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; @@ -386,6 +602,64 @@ /* End PBXSourcesBuildPhase section */ /* Begin XCBuildConfiguration section */ + 674A29E41B26FD1C001A525C /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + DEBUG_INFORMATION_FORMAT = dwarf; + FRAMEWORK_SEARCH_PATHS = "$(QT_PATH)/lib"; + GCC_NO_COMMON_BLOCKS = YES; + GCC_PREPROCESSOR_DEFINITIONS = ( + "DEBUG=1", + "$(inherited)", + ); + LIBRARY_SEARCH_PATHS = ( + "$(inherited)", + "/Volumes/AltHD/omim-xcode-build/Debug", + "/Volumes/AltHD/omim/xcode/sgitess/../../../omim-xcode-build/Debug", + ); + OTHER_LDFLAGS = ( + "-framework", + QtCore, + "-framework", + QtNetwork, + "-framework", + QtWidgets, + "-framework", + QtOpenGL, + "-framework", + QtGui, + ); + PRODUCT_NAME = "$(TARGET_NAME)"; + }; + name = Debug; + }; + 674A29E51B26FD1C001A525C /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + COPY_PHASE_STRIP = NO; + FRAMEWORK_SEARCH_PATHS = "$(QT_PATH)/lib"; + GCC_NO_COMMON_BLOCKS = YES; + LIBRARY_SEARCH_PATHS = ( + "$(inherited)", + "/Volumes/AltHD/omim-xcode-build/Debug", + "/Volumes/AltHD/omim/xcode/sgitess/../../../omim-xcode-build/Debug", + ); + OTHER_LDFLAGS = ( + "-framework", + QtCore, + "-framework", + QtNetwork, + "-framework", + QtWidgets, + "-framework", + QtOpenGL, + "-framework", + QtGui, + ); + PRODUCT_NAME = "$(TARGET_NAME)"; + }; + name = Release; + }; 675345C41A4054AD00A0A8C3 /* Debug */ = { isa = XCBuildConfiguration; baseConfigurationReference = 670D05A41B0DF4250013A7AC /* defaults.xcconfig */; @@ -504,6 +778,14 @@ /* End XCBuildConfiguration section */ /* Begin XCConfigurationList section */ + 674A29E31B26FD1C001A525C /* Build configuration list for PBXNativeTarget "map_tests" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 674A29E41B26FD1C001A525C /* Debug */, + 674A29E51B26FD1C001A525C /* Release */, + ); + defaultConfigurationIsVisible = 0; + }; 675345B61A4054AD00A0A8C3 /* Build configuration list for PBXProject "map" */ = { isa = XCConfigurationList; buildConfigurations = (