forked from organicmaps/organicmaps-tmp
[ios] Fixed build
This commit is contained in:
parent
1d44465080
commit
3cd6936c9e
1 changed files with 4 additions and 4 deletions
|
@ -78,7 +78,6 @@
|
|||
3D74EF151F8B902C0081202C /* bwt.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 3D74EF0F1F8B902C0081202C /* bwt.hpp */; };
|
||||
3D7815731F3A145F0068B6AC /* task_loop.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 3D7815711F3A145F0068B6AC /* task_loop.hpp */; };
|
||||
3D78157B1F3D89EC0068B6AC /* waiter.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 3D78157A1F3D89EC0068B6AC /* waiter.hpp */; };
|
||||
4443DC322278977F000C8E32 /* not_intersecting_intervals_tests.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4443DC312278977F000C8E32 /* not_intersecting_intervals_tests.cpp */; };
|
||||
4443DC3422789787000C8E32 /* not_intersecting_intervals.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 4443DC3322789786000C8E32 /* not_intersecting_intervals.hpp */; };
|
||||
564BB445206E89ED00BDD211 /* fifo_cache.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 564BB444206E89ED00BDD211 /* fifo_cache.hpp */; };
|
||||
56B1A0741E69DE4D00395022 /* random.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 56B1A0711E69DE4D00395022 /* random.cpp */; };
|
||||
|
@ -153,6 +152,7 @@
|
|||
E1B7FFC221FA19FE00F094DC /* thread_pool_delayed.hpp in Headers */ = {isa = PBXBuildFile; fileRef = E1B7FFBE21FA19FD00F094DC /* thread_pool_delayed.hpp */; };
|
||||
E1B7FFC321FA19FE00F094DC /* thread_utils.hpp in Headers */ = {isa = PBXBuildFile; fileRef = E1B7FFBF21FA19FD00F094DC /* thread_utils.hpp */; };
|
||||
E1B7FFC421FA19FE00F094DC /* thread_pool_delayed.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E1B7FFC021FA19FE00F094DC /* thread_pool_delayed.cpp */; };
|
||||
F61B9797229BFDF2000E878B /* non_intersecting_intervals_tests.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F61B9796229BFDF1000E878B /* non_intersecting_intervals_tests.cpp */; };
|
||||
/* End PBXBuildFile section */
|
||||
|
||||
/* Begin PBXFileReference section */
|
||||
|
@ -229,7 +229,6 @@
|
|||
3D74EF0F1F8B902C0081202C /* bwt.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = bwt.hpp; sourceTree = "<group>"; };
|
||||
3D7815711F3A145F0068B6AC /* task_loop.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = task_loop.hpp; sourceTree = "<group>"; };
|
||||
3D78157A1F3D89EC0068B6AC /* waiter.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = waiter.hpp; sourceTree = "<group>"; };
|
||||
4443DC312278977F000C8E32 /* not_intersecting_intervals_tests.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = not_intersecting_intervals_tests.cpp; sourceTree = "<group>"; };
|
||||
4443DC3322789786000C8E32 /* not_intersecting_intervals.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = not_intersecting_intervals.hpp; sourceTree = "<group>"; };
|
||||
564BB444206E89ED00BDD211 /* fifo_cache.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = fifo_cache.hpp; sourceTree = "<group>"; };
|
||||
564BB446206E8A4D00BDD211 /* fifo_cache_test.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = fifo_cache_test.cpp; sourceTree = "<group>"; };
|
||||
|
@ -310,6 +309,7 @@
|
|||
E1B7FFC021FA19FE00F094DC /* thread_pool_delayed.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = thread_pool_delayed.cpp; sourceTree = "<group>"; };
|
||||
E1B7FFC521FA1A2100F094DC /* thread_pool_computational_tests.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = thread_pool_computational_tests.cpp; sourceTree = "<group>"; };
|
||||
E1B7FFC621FA1A2200F094DC /* thread_pool_delayed_tests.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = thread_pool_delayed_tests.cpp; sourceTree = "<group>"; };
|
||||
F61B9796229BFDF1000E878B /* non_intersecting_intervals_tests.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = non_intersecting_intervals_tests.cpp; sourceTree = "<group>"; };
|
||||
/* End PBXFileReference section */
|
||||
|
||||
/* Begin PBXFrameworksBuildPhase section */
|
||||
|
@ -334,8 +334,8 @@
|
|||
39FD26C71CC659D200AFF551 /* base_tests */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
F61B9796229BFDF1000E878B /* non_intersecting_intervals_tests.cpp */,
|
||||
390F1C0F2294299A00EA58E3 /* file_name_utils_tests.cpp */,
|
||||
4443DC312278977F000C8E32 /* not_intersecting_intervals_tests.cpp */,
|
||||
E1B7FFC521FA1A2100F094DC /* thread_pool_computational_tests.cpp */,
|
||||
E1B7FFC621FA1A2200F094DC /* thread_pool_delayed_tests.cpp */,
|
||||
39F1E53021C961B800D961DC /* beam_tests.cpp */,
|
||||
|
@ -757,6 +757,7 @@
|
|||
390F1C0E2294298E00EA58E3 /* file_name_utils.cpp in Sources */,
|
||||
6753453D1A3F6F6A00A0A8C3 /* message.cpp in Sources */,
|
||||
675342081A3F57E400A0A8C3 /* thread.cpp in Sources */,
|
||||
F61B9797229BFDF2000E878B /* non_intersecting_intervals_tests.cpp in Sources */,
|
||||
675342061A3F57E400A0A8C3 /* thread_pool.cpp in Sources */,
|
||||
670E39441C46C76900E9C0A6 /* sunrise_sunset.cpp in Sources */,
|
||||
6753420E1A3F57E400A0A8C3 /* timer.cpp in Sources */,
|
||||
|
@ -772,7 +773,6 @@
|
|||
3D74EF131F8B902C0081202C /* move_to_front.cpp in Sources */,
|
||||
675341CD1A3F57E400A0A8C3 /* base.cpp in Sources */,
|
||||
675342011A3F57E400A0A8C3 /* string_utils.cpp in Sources */,
|
||||
4443DC322278977F000C8E32 /* not_intersecting_intervals_tests.cpp in Sources */,
|
||||
674A7E2E1C0DB03D003D48E1 /* timegm.cpp in Sources */,
|
||||
E1B7FFC421FA19FE00F094DC /* thread_pool_delayed.cpp in Sources */,
|
||||
6753420A1A3F57E400A0A8C3 /* threaded_container.cpp in Sources */,
|
||||
|
|
Loading…
Add table
Reference in a new issue