Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'xcode/geometry/geometry.xcodeproj/project.pbxproj')
-rw-r--r--xcode/geometry/geometry.xcodeproj/project.pbxproj26
1 files changed, 23 insertions, 3 deletions
diff --git a/xcode/geometry/geometry.xcodeproj/project.pbxproj b/xcode/geometry/geometry.xcodeproj/project.pbxproj
index 70812d901a..08a25c8c9b 100644
--- a/xcode/geometry/geometry.xcodeproj/project.pbxproj
+++ b/xcode/geometry/geometry.xcodeproj/project.pbxproj
@@ -7,6 +7,11 @@
objects = {
/* Begin PBXBuildFile section */
+ 344A713C1F3DA07000B8DDB8 /* nearby_points_sweeper.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 344A713A1F3DA07000B8DDB8 /* nearby_points_sweeper.cpp */; };
+ 344A713D1F3DA07000B8DDB8 /* nearby_points_sweeper.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 344A713B1F3DA07000B8DDB8 /* nearby_points_sweeper.hpp */; };
+ 344A71411F3DA08300B8DDB8 /* nearby_points_sweeper_test.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 344A713E1F3DA08300B8DDB8 /* nearby_points_sweeper_test.cpp */; };
+ 344A71421F3DA08300B8DDB8 /* clipping_test.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 344A713F1F3DA08300B8DDB8 /* clipping_test.cpp */; };
+ 344A71431F3DA08300B8DDB8 /* algorithm_test.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 344A71401F3DA08300B8DDB8 /* algorithm_test.cpp */; };
345C55F51C93140A00B6783F /* clipping.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 345C55F31C93140A00B6783F /* clipping.cpp */; };
345C55F61C93140A00B6783F /* clipping.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 345C55F41C93140A00B6783F /* clipping.hpp */; };
347F33701C454205009758CC /* triangle2d.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 347F336E1C454205009758CC /* triangle2d.cpp */; };
@@ -97,6 +102,11 @@
/* End PBXCopyFilesBuildPhase section */
/* Begin PBXFileReference section */
+ 344A713A1F3DA07000B8DDB8 /* nearby_points_sweeper.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = nearby_points_sweeper.cpp; sourceTree = "<group>"; };
+ 344A713B1F3DA07000B8DDB8 /* nearby_points_sweeper.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = nearby_points_sweeper.hpp; sourceTree = "<group>"; };
+ 344A713E1F3DA08300B8DDB8 /* nearby_points_sweeper_test.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = nearby_points_sweeper_test.cpp; sourceTree = "<group>"; };
+ 344A713F1F3DA08300B8DDB8 /* clipping_test.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = clipping_test.cpp; sourceTree = "<group>"; };
+ 344A71401F3DA08300B8DDB8 /* algorithm_test.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = algorithm_test.cpp; sourceTree = "<group>"; };
345C55F31C93140A00B6783F /* clipping.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = clipping.cpp; sourceTree = "<group>"; };
345C55F41C93140A00B6783F /* clipping.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = clipping.hpp; sourceTree = "<group>"; };
347F336E1C454205009758CC /* triangle2d.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = triangle2d.cpp; sourceTree = "<group>"; };
@@ -201,12 +211,11 @@
670F29211BA9D25D00F2ABF4 /* geometry_tests */ = {
isa = PBXGroup;
children = (
- E92D8BD01C15AF9100A98D17 /* mercator_test.cpp */,
- 670F299F1BAAC61C00F2ABF4 /* libs */,
- 670F297E1BA9D41E00F2ABF4 /* testingmain.cpp */,
+ 344A71401F3DA08300B8DDB8 /* algorithm_test.cpp */,
670F29221BA9D2E700F2ABF4 /* angle_test.cpp */,
670F29231BA9D2E700F2ABF4 /* anyrect_test.cpp */,
670F29241BA9D2E700F2ABF4 /* cellid_test.cpp */,
+ 344A713F1F3DA08300B8DDB8 /* clipping_test.cpp */,
670F29251BA9D2E700F2ABF4 /* common_test.cpp */,
670F29261BA9D2E700F2ABF4 /* covering_test.cpp */,
670F29271BA9D2E700F2ABF4 /* distance_on_sphere_test.cpp */,
@@ -215,6 +224,9 @@
670F292A1BA9D2E700F2ABF4 /* intersect_test.cpp */,
670F292B1BA9D2E700F2ABF4 /* large_polygon.hpp */,
670F292C1BA9D2E700F2ABF4 /* latlon_test.cpp */,
+ 670F299F1BAAC61C00F2ABF4 /* libs */,
+ E92D8BD01C15AF9100A98D17 /* mercator_test.cpp */,
+ 344A713E1F3DA08300B8DDB8 /* nearby_points_sweeper_test.cpp */,
670F292D1BA9D2E700F2ABF4 /* packer_test.cpp */,
670F292E1BA9D2E700F2ABF4 /* point_test.cpp */,
670F292F1BA9D2E700F2ABF4 /* pointu_to_uint64_test.cpp */,
@@ -228,6 +240,7 @@
670F29371BA9D2E700F2ABF4 /* simplification_test.cpp */,
670F29381BA9D2E700F2ABF4 /* spline_test.cpp */,
670F29391BA9D2E700F2ABF4 /* test_regions.hpp */,
+ 670F297E1BA9D41E00F2ABF4 /* testingmain.cpp */,
670F293A1BA9D2E700F2ABF4 /* transformations_test.cpp */,
670F293B1BA9D2E700F2ABF4 /* tree_test.cpp */,
670F293C1BA9D2E700F2ABF4 /* vector_test.cpp */,
@@ -286,6 +299,8 @@
6741AA9F1BF35476002C974C /* latlon.hpp */,
E92D8BD21C15AFAA00A98D17 /* mercator.cpp */,
E92D8BD31C15AFAA00A98D17 /* mercator.hpp */,
+ 344A713A1F3DA07000B8DDB8 /* nearby_points_sweeper.cpp */,
+ 344A713B1F3DA07000B8DDB8 /* nearby_points_sweeper.hpp */,
675344A91A3F687400A0A8C3 /* packer.cpp */,
675344AA1A3F687400A0A8C3 /* packer.hpp */,
675344AB1A3F687400A0A8C3 /* point2d.hpp */,
@@ -333,6 +348,7 @@
files = (
675344BD1A3F687400A0A8C3 /* angles.hpp in Headers */,
675344E01A3F68F900A0A8C3 /* boost_concept.hpp in Headers */,
+ 344A713D1F3DA07000B8DDB8 /* nearby_points_sweeper.hpp in Headers */,
675344C01A3F687400A0A8C3 /* cellid.hpp in Headers */,
675344CB1A3F687400A0A8C3 /* polyline2d.hpp in Headers */,
56EB1ED11C6B6DF30022D831 /* segment2d.hpp in Headers */,
@@ -477,10 +493,13 @@
buildActionMask = 2147483647;
files = (
675344C31A3F687400A0A8C3 /* distance_on_sphere.cpp in Sources */,
+ 344A71431F3DA08300B8DDB8 /* algorithm_test.cpp in Sources */,
675344CF1A3F687400A0A8C3 /* robust_orientation.cpp in Sources */,
56D5456A1C74A46D00E3719C /* algorithm.cpp in Sources */,
675344D41A3F687400A0A8C3 /* spline.cpp in Sources */,
675344D11A3F687400A0A8C3 /* screenbase.cpp in Sources */,
+ 344A71411F3DA08300B8DDB8 /* nearby_points_sweeper_test.cpp in Sources */,
+ 344A713C1F3DA07000B8DDB8 /* nearby_points_sweeper.cpp in Sources */,
347F33701C454205009758CC /* triangle2d.cpp in Sources */,
675344BC1A3F687400A0A8C3 /* angles.cpp in Sources */,
6741AAA01BF35476002C974C /* latlon.cpp in Sources */,
@@ -490,6 +509,7 @@
675344DE1A3F68F900A0A8C3 /* binary_operators.cpp in Sources */,
56EB1ED01C6B6DF30022D831 /* segment2d.cpp in Sources */,
345C55F51C93140A00B6783F /* clipping.cpp in Sources */,
+ 344A71421F3DA08300B8DDB8 /* clipping_test.cpp in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};