[ios] Removed reference to missing file.

This commit is contained in:
Ilya Grechuhin 2016-10-20 10:40:50 +03:00
parent 6bbfe659ec
commit 0f3bb828d6

View file

@ -11,7 +11,6 @@
675E88651DB7AC9000F8EBDA /* connection.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 675E88611DB7AC9000F8EBDA /* connection.hpp */; };
675E88661DB7AC9000F8EBDA /* reporter.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 675E88621DB7AC9000F8EBDA /* reporter.cpp */; };
675E88671DB7AC9000F8EBDA /* reporter.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 675E88631DB7AC9000F8EBDA /* reporter.hpp */; };
675E88881DB7AD2D00F8EBDA /* testingmain.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 675E88861DB7AD2600F8EBDA /* testingmain.cpp */; };
675E88891DB7AD3100F8EBDA /* reporter_test.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 675E88841DB7AD1000F8EBDA /* reporter_test.cpp */; };
675E88921DB7B03400F8EBDA /* libbase.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 675E888E1DB7B03400F8EBDA /* libbase.a */; };
675E88931DB7B03400F8EBDA /* libcoding.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 675E888F1DB7B03400F8EBDA /* libcoding.a */; };
@ -31,7 +30,6 @@
675E88631DB7AC9000F8EBDA /* reporter.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = reporter.hpp; sourceTree = "<group>"; };
675E886C1DB7ACD900F8EBDA /* tracking_tests.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = tracking_tests.app; sourceTree = BUILT_PRODUCTS_DIR; };
675E88841DB7AD1000F8EBDA /* reporter_test.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = reporter_test.cpp; sourceTree = "<group>"; };
675E88861DB7AD2600F8EBDA /* testingmain.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = testingmain.cpp; path = /Users/darkserj/mapsme/omim/storage/storage_tests/../../testing/testingmain.cpp; sourceTree = "<absolute>"; };
675E888E1DB7B03400F8EBDA /* libbase.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libbase.a; path = "/Users/darkserj/mapsme/omim/xcode/base/../../../omim-xcode-build/Debug/libbase.a"; sourceTree = "<absolute>"; };
675E888F1DB7B03400F8EBDA /* libcoding.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libcoding.a; path = "/Users/darkserj/mapsme/omim/xcode/coding/../../../omim-xcode-build/Debug/libcoding.a"; sourceTree = "<absolute>"; };
675E88901DB7B03400F8EBDA /* libgeometry.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libgeometry.a; path = "/Users/darkserj/mapsme/omim/xcode/geometry/../../../omim-xcode-build/Debug/libgeometry.a"; sourceTree = "<absolute>"; };
@ -100,7 +98,6 @@
675E88831DB7ACEA00F8EBDA /* tracking_tests */ = {
isa = PBXGroup;
children = (
675E88861DB7AD2600F8EBDA /* testingmain.cpp */,
675E88841DB7AD1000F8EBDA /* reporter_test.cpp */,
);
name = tracking_tests;
@ -232,7 +229,6 @@
buildActionMask = 2147483647;
files = (
675E88891DB7AD3100F8EBDA /* reporter_test.cpp in Sources */,
675E88881DB7AD2D00F8EBDA /* testingmain.cpp in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};