diff --git a/xcode/generator_tool/generator_tool.xcodeproj/project.pbxproj b/xcode/generator_tool/generator_tool.xcodeproj/project.pbxproj index 5b5e578cd2..7f31a8169d 100644 --- a/xcode/generator_tool/generator_tool.xcodeproj/project.pbxproj +++ b/xcode/generator_tool/generator_tool.xcodeproj/project.pbxproj @@ -7,6 +7,8 @@ objects = { /* Begin PBXBuildFile section */ + 6719DD5E1B95AB0F0018166F /* libtess2.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 6719DD5D1B95AB0F0018166F /* libtess2.a */; }; + 6719DD5F1B95AB570018166F /* libtess2.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 6719DD5D1B95AB0F0018166F /* libtess2.a */; }; 671F58B91B8611360032311E /* intermediate_data_test.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 671F58B71B86109B0032311E /* intermediate_data_test.cpp */; }; 6726C2231A4C2BBD005EEA39 /* IOKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 675343E01A3F600D00A0A8C3 /* IOKit.framework */; }; 6726C2261A4C2BBD005EEA39 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 675343E21A3F607600A0A8C3 /* Cocoa.framework */; }; @@ -20,7 +22,6 @@ 674A28D51B1C8001001A525C /* libplatform.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 674A28D31B1C8001001A525C /* libplatform.a */; }; 674A28D61B1C8001001A525C /* librouting.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 674A28D41B1C8001001A525C /* librouting.a */; }; 674A28D81B1C800D001A525C /* libbase.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 674A28D71B1C800D001A525C /* libbase.a */; }; - 674A28DA1B1C8015001A525C /* libsgitess.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 674A28D91B1C8015001A525C /* libsgitess.a */; }; 674A28DC1B1C801D001A525C /* libprotobuf.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 674A28DB1B1C801D001A525C /* libprotobuf.a */; }; 674A28DE1B1C8027001A525C /* libtomcrypt.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 674A28DD1B1C8027001A525C /* libtomcrypt.a */; }; 674A28DF1B1C80EA001A525C /* libbase.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 674A28D71B1C800D001A525C /* libbase.a */; }; @@ -33,7 +34,6 @@ 674A28E61B1C80EA001A525C /* libplatform.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 674A28D31B1C8001001A525C /* libplatform.a */; }; 674A28E71B1C80EA001A525C /* libprotobuf.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 674A28DB1B1C801D001A525C /* libprotobuf.a */; }; 674A28E81B1C80EA001A525C /* librouting.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 674A28D41B1C8001001A525C /* librouting.a */; }; - 674A28E91B1C80EA001A525C /* libsgitess.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 674A28D91B1C8015001A525C /* libsgitess.a */; }; 674A28EA1B1C80EA001A525C /* libtomcrypt.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 674A28DD1B1C8027001A525C /* libtomcrypt.a */; }; 674A28EC1B1C80F4001A525C /* libstorage.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 674A28EB1B1C80F4001A525C /* libstorage.a */; }; 674A28EE1B1C80FB001A525C /* libjansson.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 674A28ED1B1C80FB001A525C /* libjansson.a */; }; @@ -134,6 +134,7 @@ 670B84FF1A9F73C700CE4492 /* weak_ptr.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = weak_ptr.hpp; sourceTree = ""; }; 670B85001A9F73C700CE4492 /* windows.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = windows.hpp; sourceTree = ""; }; 670D05AD1B0E08260013A7AC /* defaults.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; name = defaults.xcconfig; path = ../defaults.xcconfig; sourceTree = ""; }; + 6719DD5D1B95AB0F0018166F /* libtess2.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libtess2.a; path = "../../../omim-xcode-build/Debug/libtess2.a"; sourceTree = ""; }; 671F58B71B86109B0032311E /* intermediate_data_test.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = intermediate_data_test.cpp; sourceTree = ""; }; 6726C1E31A4C28D5005EEA39 /* check_mwms.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = check_mwms.cpp; sourceTree = ""; }; 6726C1E41A4C28D5005EEA39 /* classificator_tests.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = classificator_tests.cpp; sourceTree = ""; }; @@ -184,9 +185,9 @@ isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( + 6719DD5E1B95AB0F0018166F /* libtess2.a in Frameworks */, 674A28DE1B1C8027001A525C /* libtomcrypt.a in Frameworks */, 674A28DC1B1C801D001A525C /* libprotobuf.a in Frameworks */, - 674A28DA1B1C8015001A525C /* libsgitess.a in Frameworks */, 674A28D81B1C800D001A525C /* libbase.a in Frameworks */, 674A28D51B1C8001001A525C /* libplatform.a in Frameworks */, 674A28D61B1C8001001A525C /* librouting.a in Frameworks */, @@ -205,6 +206,7 @@ isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( + 6719DD5F1B95AB570018166F /* libtess2.a in Frameworks */, 674A28F41B1C8125001A525C /* libosrm.a in Frameworks */, 674A28F21B1C8119001A525C /* libsuccinct.a in Frameworks */, 674A28F01B1C8104001A525C /* libsearch.a in Frameworks */, @@ -220,7 +222,6 @@ 674A28E61B1C80EA001A525C /* libplatform.a in Frameworks */, 674A28E71B1C80EA001A525C /* libprotobuf.a in Frameworks */, 674A28E81B1C80EA001A525C /* librouting.a in Frameworks */, - 674A28E91B1C80EA001A525C /* libsgitess.a in Frameworks */, 674A28EA1B1C80EA001A525C /* libtomcrypt.a in Frameworks */, 675344431A3F65E800A0A8C3 /* IOKit.framework in Frameworks */, 675343E31A3F607600A0A8C3 /* Cocoa.framework in Frameworks */, @@ -319,6 +320,7 @@ 6753414F1A3F54D800A0A8C3 = { isa = PBXGroup; children = ( + 6719DD5D1B95AB0F0018166F /* libtess2.a */, 67AB92CC1B73D15700AB5194 /* Foundation.framework */, 67AB92CA1B73D10B00AB5194 /* libsuccinct.a */, 67AB92C81B73D10200AB5194 /* libosrm.a */, @@ -490,6 +492,7 @@ "/Volumes/AltHD/omim/xcode/map/../../../omim-xcode-build/Debug", "/Volumes/AltHD/omim/xcode/osrm/../../../omim-xcode-build/Debug", "/Volumes/AltHD/omim/xcode/succinct/../../../omim-xcode-build/Debug", + "/Volumes/AltHD/omim-xcode-build/Debug", ); PRODUCT_NAME = generator_tests; }; @@ -507,6 +510,7 @@ "/Volumes/AltHD/omim/xcode/map/../../../omim-xcode-build/Debug", "/Volumes/AltHD/omim/xcode/osrm/../../../omim-xcode-build/Debug", "/Volumes/AltHD/omim/xcode/succinct/../../../omim-xcode-build/Debug", + "/Volumes/AltHD/omim-xcode-build/Debug", ); PRODUCT_NAME = generator_tests; }; @@ -617,7 +621,10 @@ buildSettings = { FRAMEWORK_SEARCH_PATHS = "$(inherited)"; HEADER_SEARCH_PATHS = "$(inherited)"; - LIBRARY_SEARCH_PATHS = "$(inherited)"; + LIBRARY_SEARCH_PATHS = ( + "$(inherited)", + "/Volumes/AltHD/omim-xcode-build/Debug", + ); PRODUCT_NAME = "$(TARGET_NAME)"; }; name = Debug; @@ -628,7 +635,10 @@ FRAMEWORK_SEARCH_PATHS = "$(inherited)"; GCC_PREPROCESSOR_DEFINITIONS = "RELEASE=1"; HEADER_SEARCH_PATHS = "$(inherited)"; - LIBRARY_SEARCH_PATHS = "$(inherited)"; + LIBRARY_SEARCH_PATHS = ( + "$(inherited)", + "/Volumes/AltHD/omim-xcode-build/Debug", + ); PRODUCT_NAME = "$(TARGET_NAME)"; }; name = Release; diff --git a/xcode/omim.xcworkspace/contents.xcworkspacedata b/xcode/omim.xcworkspace/contents.xcworkspacedata index b2793de53f..f8cffa5e8d 100644 --- a/xcode/omim.xcworkspace/contents.xcworkspacedata +++ b/xcode/omim.xcworkspace/contents.xcworkspacedata @@ -7,9 +7,6 @@ - - @@ -46,6 +43,9 @@ + + diff --git a/xcode/sgitess/sgitess.xcodeproj/project.pbxproj b/xcode/sgitess/sgitess.xcodeproj/project.pbxproj deleted file mode 100644 index 322e2079e5..0000000000 --- a/xcode/sgitess/sgitess.xcodeproj/project.pbxproj +++ /dev/null @@ -1,355 +0,0 @@ -// !$*UTF8*$! -{ - archiveVersion = 1; - classes = { - }; - objectVersion = 46; - objects = { - -/* Begin PBXBuildFile section */ - 675343521A3F5C3000A0A8C3 /* dict-list.h in Headers */ = {isa = PBXBuildFile; fileRef = 675343351A3F5C3000A0A8C3 /* dict-list.h */; }; - 675343531A3F5C3000A0A8C3 /* dict.c in Sources */ = {isa = PBXBuildFile; fileRef = 675343361A3F5C3000A0A8C3 /* dict.c */; }; - 675343541A3F5C3000A0A8C3 /* dict.h in Headers */ = {isa = PBXBuildFile; fileRef = 675343371A3F5C3000A0A8C3 /* dict.h */; }; - 675343551A3F5C3000A0A8C3 /* geom.c in Sources */ = {isa = PBXBuildFile; fileRef = 675343381A3F5C3000A0A8C3 /* geom.c */; }; - 675343561A3F5C3000A0A8C3 /* geom.h in Headers */ = {isa = PBXBuildFile; fileRef = 675343391A3F5C3000A0A8C3 /* geom.h */; }; - 675343571A3F5C3000A0A8C3 /* gluos.h in Headers */ = {isa = PBXBuildFile; fileRef = 6753433B1A3F5C3000A0A8C3 /* gluos.h */; }; - 675343581A3F5C3000A0A8C3 /* interface.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 6753433C1A3F5C3000A0A8C3 /* interface.cpp */; }; - 675343591A3F5C3000A0A8C3 /* interface.h in Headers */ = {isa = PBXBuildFile; fileRef = 6753433D1A3F5C3000A0A8C3 /* interface.h */; }; - 6753435A1A3F5C3000A0A8C3 /* memalloc.c in Sources */ = {isa = PBXBuildFile; fileRef = 6753433E1A3F5C3000A0A8C3 /* memalloc.c */; }; - 6753435B1A3F5C3000A0A8C3 /* memalloc.h in Headers */ = {isa = PBXBuildFile; fileRef = 6753433F1A3F5C3000A0A8C3 /* memalloc.h */; }; - 6753435C1A3F5C3000A0A8C3 /* mesh.c in Sources */ = {isa = PBXBuildFile; fileRef = 675343401A3F5C3000A0A8C3 /* mesh.c */; }; - 6753435D1A3F5C3000A0A8C3 /* mesh.h in Headers */ = {isa = PBXBuildFile; fileRef = 675343411A3F5C3000A0A8C3 /* mesh.h */; }; - 6753435E1A3F5C3000A0A8C3 /* normal.c in Sources */ = {isa = PBXBuildFile; fileRef = 675343421A3F5C3000A0A8C3 /* normal.c */; }; - 6753435F1A3F5C3000A0A8C3 /* normal.h in Headers */ = {isa = PBXBuildFile; fileRef = 675343431A3F5C3000A0A8C3 /* normal.h */; }; - 675343621A3F5C3000A0A8C3 /* priorityq-sort.h in Headers */ = {isa = PBXBuildFile; fileRef = 675343461A3F5C3000A0A8C3 /* priorityq-sort.h */; }; - 675343631A3F5C3000A0A8C3 /* priorityq.c in Sources */ = {isa = PBXBuildFile; fileRef = 675343471A3F5C3000A0A8C3 /* priorityq.c */; }; - 675343641A3F5C3000A0A8C3 /* priorityq.h in Headers */ = {isa = PBXBuildFile; fileRef = 675343481A3F5C3000A0A8C3 /* priorityq.h */; }; - 675343651A3F5C3000A0A8C3 /* render.c in Sources */ = {isa = PBXBuildFile; fileRef = 6753434A1A3F5C3000A0A8C3 /* render.c */; }; - 675343661A3F5C3000A0A8C3 /* render.h in Headers */ = {isa = PBXBuildFile; fileRef = 6753434B1A3F5C3000A0A8C3 /* render.h */; }; - 675343671A3F5C3000A0A8C3 /* sweep.c in Sources */ = {isa = PBXBuildFile; fileRef = 6753434C1A3F5C3000A0A8C3 /* sweep.c */; }; - 675343681A3F5C3000A0A8C3 /* sweep.h in Headers */ = {isa = PBXBuildFile; fileRef = 6753434D1A3F5C3000A0A8C3 /* sweep.h */; }; - 675343691A3F5C3000A0A8C3 /* tess.c in Sources */ = {isa = PBXBuildFile; fileRef = 6753434E1A3F5C3000A0A8C3 /* tess.c */; }; - 6753436A1A3F5C3000A0A8C3 /* tess.h in Headers */ = {isa = PBXBuildFile; fileRef = 6753434F1A3F5C3000A0A8C3 /* tess.h */; }; - 6753436B1A3F5C3000A0A8C3 /* tessmono.c in Sources */ = {isa = PBXBuildFile; fileRef = 675343501A3F5C3000A0A8C3 /* tessmono.c */; }; - 6753436C1A3F5C3000A0A8C3 /* tessmono.h in Headers */ = {isa = PBXBuildFile; fileRef = 675343511A3F5C3000A0A8C3 /* tessmono.h */; }; -/* End PBXBuildFile section */ - -/* Begin PBXFileReference section */ - 670D05AE1B0E09690013A7AC /* defaults.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; name = defaults.xcconfig; path = ../defaults.xcconfig; sourceTree = ""; }; - 675343271A3F5BFE00A0A8C3 /* libsgitess.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libsgitess.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 675343351A3F5C3000A0A8C3 /* dict-list.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "dict-list.h"; sourceTree = ""; }; - 675343361A3F5C3000A0A8C3 /* dict.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = dict.c; sourceTree = ""; }; - 675343371A3F5C3000A0A8C3 /* dict.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = dict.h; sourceTree = ""; }; - 675343381A3F5C3000A0A8C3 /* geom.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = geom.c; sourceTree = ""; }; - 675343391A3F5C3000A0A8C3 /* geom.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = geom.h; sourceTree = ""; }; - 6753433B1A3F5C3000A0A8C3 /* gluos.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gluos.h; sourceTree = ""; }; - 6753433C1A3F5C3000A0A8C3 /* interface.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = interface.cpp; sourceTree = ""; }; - 6753433D1A3F5C3000A0A8C3 /* interface.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = interface.h; sourceTree = ""; }; - 6753433E1A3F5C3000A0A8C3 /* memalloc.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = memalloc.c; sourceTree = ""; }; - 6753433F1A3F5C3000A0A8C3 /* memalloc.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = memalloc.h; sourceTree = ""; }; - 675343401A3F5C3000A0A8C3 /* mesh.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = mesh.c; sourceTree = ""; }; - 675343411A3F5C3000A0A8C3 /* mesh.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = mesh.h; sourceTree = ""; }; - 675343421A3F5C3000A0A8C3 /* normal.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = normal.c; sourceTree = ""; }; - 675343431A3F5C3000A0A8C3 /* normal.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = normal.h; sourceTree = ""; }; - 675343461A3F5C3000A0A8C3 /* priorityq-sort.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "priorityq-sort.h"; sourceTree = ""; }; - 675343471A3F5C3000A0A8C3 /* priorityq.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = priorityq.c; sourceTree = ""; }; - 675343481A3F5C3000A0A8C3 /* priorityq.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = priorityq.h; sourceTree = ""; }; - 6753434A1A3F5C3000A0A8C3 /* render.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = render.c; sourceTree = ""; }; - 6753434B1A3F5C3000A0A8C3 /* render.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = render.h; sourceTree = ""; }; - 6753434C1A3F5C3000A0A8C3 /* sweep.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = sweep.c; sourceTree = ""; }; - 6753434D1A3F5C3000A0A8C3 /* sweep.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = sweep.h; sourceTree = ""; }; - 6753434E1A3F5C3000A0A8C3 /* tess.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = tess.c; sourceTree = ""; }; - 6753434F1A3F5C3000A0A8C3 /* tess.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = tess.h; sourceTree = ""; }; - 675343501A3F5C3000A0A8C3 /* tessmono.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = tessmono.c; sourceTree = ""; }; - 675343511A3F5C3000A0A8C3 /* tessmono.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = tessmono.h; sourceTree = ""; }; -/* End PBXFileReference section */ - -/* Begin PBXFrameworksBuildPhase section */ - 675343241A3F5BFE00A0A8C3 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXFrameworksBuildPhase section */ - -/* Begin PBXGroup section */ - 6753431E1A3F5BFE00A0A8C3 = { - isa = PBXGroup; - children = ( - 670D05AE1B0E09690013A7AC /* defaults.xcconfig */, - 675343291A3F5BFE00A0A8C3 /* sgitess */, - 675343281A3F5BFE00A0A8C3 /* Products */, - ); - sourceTree = ""; - }; - 675343281A3F5BFE00A0A8C3 /* Products */ = { - isa = PBXGroup; - children = ( - 675343271A3F5BFE00A0A8C3 /* libsgitess.a */, - ); - name = Products; - sourceTree = ""; - }; - 675343291A3F5BFE00A0A8C3 /* sgitess */ = { - isa = PBXGroup; - children = ( - 675343351A3F5C3000A0A8C3 /* dict-list.h */, - 675343361A3F5C3000A0A8C3 /* dict.c */, - 675343371A3F5C3000A0A8C3 /* dict.h */, - 675343381A3F5C3000A0A8C3 /* geom.c */, - 675343391A3F5C3000A0A8C3 /* geom.h */, - 6753433B1A3F5C3000A0A8C3 /* gluos.h */, - 6753433C1A3F5C3000A0A8C3 /* interface.cpp */, - 6753433D1A3F5C3000A0A8C3 /* interface.h */, - 6753433E1A3F5C3000A0A8C3 /* memalloc.c */, - 6753433F1A3F5C3000A0A8C3 /* memalloc.h */, - 675343401A3F5C3000A0A8C3 /* mesh.c */, - 675343411A3F5C3000A0A8C3 /* mesh.h */, - 675343421A3F5C3000A0A8C3 /* normal.c */, - 675343431A3F5C3000A0A8C3 /* normal.h */, - 675343461A3F5C3000A0A8C3 /* priorityq-sort.h */, - 675343471A3F5C3000A0A8C3 /* priorityq.c */, - 675343481A3F5C3000A0A8C3 /* priorityq.h */, - 6753434A1A3F5C3000A0A8C3 /* render.c */, - 6753434B1A3F5C3000A0A8C3 /* render.h */, - 6753434C1A3F5C3000A0A8C3 /* sweep.c */, - 6753434D1A3F5C3000A0A8C3 /* sweep.h */, - 6753434E1A3F5C3000A0A8C3 /* tess.c */, - 6753434F1A3F5C3000A0A8C3 /* tess.h */, - 675343501A3F5C3000A0A8C3 /* tessmono.c */, - 675343511A3F5C3000A0A8C3 /* tessmono.h */, - ); - name = sgitess; - path = ../../3party/sgitess; - sourceTree = ""; - }; -/* End PBXGroup section */ - -/* Begin PBXHeadersBuildPhase section */ - 675343251A3F5BFE00A0A8C3 /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - 675343591A3F5C3000A0A8C3 /* interface.h in Headers */, - 675343561A3F5C3000A0A8C3 /* geom.h in Headers */, - 675343661A3F5C3000A0A8C3 /* render.h in Headers */, - 6753436C1A3F5C3000A0A8C3 /* tessmono.h in Headers */, - 6753436A1A3F5C3000A0A8C3 /* tess.h in Headers */, - 675343541A3F5C3000A0A8C3 /* dict.h in Headers */, - 675343521A3F5C3000A0A8C3 /* dict-list.h in Headers */, - 675343641A3F5C3000A0A8C3 /* priorityq.h in Headers */, - 675343621A3F5C3000A0A8C3 /* priorityq-sort.h in Headers */, - 6753435B1A3F5C3000A0A8C3 /* memalloc.h in Headers */, - 675343571A3F5C3000A0A8C3 /* gluos.h in Headers */, - 6753435D1A3F5C3000A0A8C3 /* mesh.h in Headers */, - 675343681A3F5C3000A0A8C3 /* sweep.h in Headers */, - 6753435F1A3F5C3000A0A8C3 /* normal.h in Headers */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXHeadersBuildPhase section */ - -/* Begin PBXNativeTarget section */ - 675343261A3F5BFE00A0A8C3 /* sgitess */ = { - isa = PBXNativeTarget; - buildConfigurationList = 675343321A3F5BFE00A0A8C3 /* Build configuration list for PBXNativeTarget "sgitess" */; - buildPhases = ( - 675343231A3F5BFE00A0A8C3 /* Sources */, - 675343241A3F5BFE00A0A8C3 /* Frameworks */, - 675343251A3F5BFE00A0A8C3 /* Headers */, - ); - buildRules = ( - ); - dependencies = ( - ); - name = sgitess; - productName = sgitess; - productReference = 675343271A3F5BFE00A0A8C3 /* libsgitess.a */; - productType = "com.apple.product-type.library.static"; - }; -/* End PBXNativeTarget section */ - -/* Begin PBXProject section */ - 6753431F1A3F5BFE00A0A8C3 /* Project object */ = { - isa = PBXProject; - attributes = { - LastUpgradeCheck = 0630; - ORGANIZATIONNAME = maps.me; - TargetAttributes = { - 675343261A3F5BFE00A0A8C3 = { - CreatedOnToolsVersion = 6.1; - }; - }; - }; - buildConfigurationList = 675343221A3F5BFE00A0A8C3 /* Build configuration list for PBXProject "sgitess" */; - compatibilityVersion = "Xcode 3.2"; - developmentRegion = English; - hasScannedForEncodings = 0; - knownRegions = ( - en, - ); - mainGroup = 6753431E1A3F5BFE00A0A8C3; - productRefGroup = 675343281A3F5BFE00A0A8C3 /* Products */; - projectDirPath = ""; - projectRoot = ""; - targets = ( - 675343261A3F5BFE00A0A8C3 /* sgitess */, - ); - }; -/* End PBXProject section */ - -/* Begin PBXSourcesBuildPhase section */ - 675343231A3F5BFE00A0A8C3 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 6753435E1A3F5C3000A0A8C3 /* normal.c in Sources */, - 6753435C1A3F5C3000A0A8C3 /* mesh.c in Sources */, - 675343531A3F5C3000A0A8C3 /* dict.c in Sources */, - 675343671A3F5C3000A0A8C3 /* sweep.c in Sources */, - 675343651A3F5C3000A0A8C3 /* render.c in Sources */, - 675343691A3F5C3000A0A8C3 /* tess.c in Sources */, - 6753435A1A3F5C3000A0A8C3 /* memalloc.c in Sources */, - 675343551A3F5C3000A0A8C3 /* geom.c in Sources */, - 675343581A3F5C3000A0A8C3 /* interface.cpp in Sources */, - 675343631A3F5C3000A0A8C3 /* priorityq.c in Sources */, - 6753436B1A3F5C3000A0A8C3 /* tessmono.c in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXSourcesBuildPhase section */ - -/* Begin XCBuildConfiguration section */ - 675343301A3F5BFE00A0A8C3 /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 670D05AE1B0E09690013A7AC /* defaults.xcconfig */; - buildSettings = { - ALWAYS_SEARCH_USER_PATHS = NO; - CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; - CLANG_CXX_LIBRARY = "libc++"; - CLANG_ENABLE_MODULES = YES; - CLANG_ENABLE_OBJC_ARC = YES; - CLANG_WARN_BOOL_CONVERSION = YES; - CLANG_WARN_CONSTANT_CONVERSION = YES; - CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; - CLANG_WARN_EMPTY_BODY = YES; - CLANG_WARN_ENUM_CONVERSION = YES; - CLANG_WARN_INT_CONVERSION = YES; - CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; - CLANG_WARN_UNREACHABLE_CODE = YES; - CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; - COPY_PHASE_STRIP = NO; - ENABLE_STRICT_OBJC_MSGSEND = YES; - GCC_C_LANGUAGE_STANDARD = gnu99; - GCC_DYNAMIC_NO_PIC = NO; - GCC_OPTIMIZATION_LEVEL = 0; - GCC_PREPROCESSOR_DEFINITIONS = ( - "DEBUG=1", - "$(inherited)", - ); - GCC_SYMBOLS_PRIVATE_EXTERN = NO; - GCC_WARN_64_TO_32_BIT_CONVERSION = YES; - GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; - GCC_WARN_UNDECLARED_SELECTOR = YES; - GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; - GCC_WARN_UNUSED_FUNCTION = YES; - GCC_WARN_UNUSED_VARIABLE = YES; - HEADER_SEARCH_PATHS = "$(inherited)"; - MACOSX_DEPLOYMENT_TARGET = 10.10; - MTL_ENABLE_DEBUG_INFO = YES; - ONLY_ACTIVE_ARCH = YES; - SDKROOT = macosx; - }; - name = Debug; - }; - 675343311A3F5BFE00A0A8C3 /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 670D05AE1B0E09690013A7AC /* defaults.xcconfig */; - buildSettings = { - ALWAYS_SEARCH_USER_PATHS = NO; - CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; - CLANG_CXX_LIBRARY = "libc++"; - CLANG_ENABLE_MODULES = YES; - CLANG_ENABLE_OBJC_ARC = YES; - CLANG_WARN_BOOL_CONVERSION = YES; - CLANG_WARN_CONSTANT_CONVERSION = YES; - CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; - CLANG_WARN_EMPTY_BODY = YES; - CLANG_WARN_ENUM_CONVERSION = YES; - CLANG_WARN_INT_CONVERSION = YES; - CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; - CLANG_WARN_UNREACHABLE_CODE = YES; - CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; - COPY_PHASE_STRIP = YES; - DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; - ENABLE_NS_ASSERTIONS = NO; - ENABLE_STRICT_OBJC_MSGSEND = YES; - GCC_C_LANGUAGE_STANDARD = gnu99; - GCC_WARN_64_TO_32_BIT_CONVERSION = YES; - GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; - GCC_WARN_UNDECLARED_SELECTOR = YES; - GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; - GCC_WARN_UNUSED_FUNCTION = YES; - GCC_WARN_UNUSED_VARIABLE = YES; - HEADER_SEARCH_PATHS = "$(inherited)"; - MACOSX_DEPLOYMENT_TARGET = 10.10; - MTL_ENABLE_DEBUG_INFO = NO; - SDKROOT = macosx; - }; - name = Release; - }; - 675343331A3F5BFE00A0A8C3 /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - COMBINE_HIDPI_IMAGES = YES; - EXECUTABLE_PREFIX = lib; - GCC_ENABLE_CPP_EXCEPTIONS = YES; - GCC_ENABLE_CPP_RTTI = YES; - GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = "$(inherited)"; - PRODUCT_NAME = "$(TARGET_NAME)"; - WARNING_CFLAGS = "-w"; - }; - name = Debug; - }; - 675343341A3F5BFE00A0A8C3 /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - COMBINE_HIDPI_IMAGES = YES; - EXECUTABLE_PREFIX = lib; - GCC_ENABLE_CPP_EXCEPTIONS = YES; - GCC_ENABLE_CPP_RTTI = YES; - GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = "$(inherited)"; - PRODUCT_NAME = "$(TARGET_NAME)"; - WARNING_CFLAGS = "-w"; - }; - name = Release; - }; -/* End XCBuildConfiguration section */ - -/* Begin XCConfigurationList section */ - 675343221A3F5BFE00A0A8C3 /* Build configuration list for PBXProject "sgitess" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 675343301A3F5BFE00A0A8C3 /* Debug */, - 675343311A3F5BFE00A0A8C3 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - 675343321A3F5BFE00A0A8C3 /* Build configuration list for PBXNativeTarget "sgitess" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 675343331A3F5BFE00A0A8C3 /* Debug */, - 675343341A3F5BFE00A0A8C3 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; -/* End XCConfigurationList section */ - }; - rootObject = 6753431F1A3F5BFE00A0A8C3 /* Project object */; -} diff --git a/xcode/tess2/tess2.xcodeproj/project.pbxproj b/xcode/tess2/tess2.xcodeproj/project.pbxproj new file mode 100644 index 0000000000..560eaaea9e --- /dev/null +++ b/xcode/tess2/tess2.xcodeproj/project.pbxproj @@ -0,0 +1,309 @@ +// !$*UTF8*$! +{ + archiveVersion = 1; + classes = { + }; + objectVersion = 46; + objects = { + +/* Begin PBXBuildFile section */ + 6719DD4E1B95A9440018166F /* bucketalloc.c in Sources */ = {isa = PBXBuildFile; fileRef = 6719DD401B95A9440018166F /* bucketalloc.c */; }; + 6719DD4F1B95A9440018166F /* bucketalloc.h in Headers */ = {isa = PBXBuildFile; fileRef = 6719DD411B95A9440018166F /* bucketalloc.h */; }; + 6719DD501B95A9440018166F /* dict.c in Sources */ = {isa = PBXBuildFile; fileRef = 6719DD421B95A9440018166F /* dict.c */; }; + 6719DD511B95A9440018166F /* dict.h in Headers */ = {isa = PBXBuildFile; fileRef = 6719DD431B95A9440018166F /* dict.h */; }; + 6719DD521B95A9440018166F /* geom.c in Sources */ = {isa = PBXBuildFile; fileRef = 6719DD441B95A9440018166F /* geom.c */; }; + 6719DD531B95A9440018166F /* geom.h in Headers */ = {isa = PBXBuildFile; fileRef = 6719DD451B95A9440018166F /* geom.h */; }; + 6719DD541B95A9440018166F /* mesh.c in Sources */ = {isa = PBXBuildFile; fileRef = 6719DD461B95A9440018166F /* mesh.c */; }; + 6719DD551B95A9440018166F /* mesh.h in Headers */ = {isa = PBXBuildFile; fileRef = 6719DD471B95A9440018166F /* mesh.h */; }; + 6719DD561B95A9440018166F /* priorityq.c in Sources */ = {isa = PBXBuildFile; fileRef = 6719DD481B95A9440018166F /* priorityq.c */; }; + 6719DD571B95A9440018166F /* priorityq.h in Headers */ = {isa = PBXBuildFile; fileRef = 6719DD491B95A9440018166F /* priorityq.h */; }; + 6719DD581B95A9440018166F /* sweep.c in Sources */ = {isa = PBXBuildFile; fileRef = 6719DD4A1B95A9440018166F /* sweep.c */; }; + 6719DD591B95A9440018166F /* sweep.h in Headers */ = {isa = PBXBuildFile; fileRef = 6719DD4B1B95A9440018166F /* sweep.h */; }; + 6719DD5A1B95A9440018166F /* tess.c in Sources */ = {isa = PBXBuildFile; fileRef = 6719DD4C1B95A9440018166F /* tess.c */; }; + 6719DD5B1B95A9440018166F /* tess.h in Headers */ = {isa = PBXBuildFile; fileRef = 6719DD4D1B95A9440018166F /* tess.h */; }; +/* End PBXBuildFile section */ + +/* Begin PBXFileReference section */ + 6719DD381B95A8E70018166F /* libtess2.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libtess2.a; sourceTree = BUILT_PRODUCTS_DIR; }; + 6719DD401B95A9440018166F /* bucketalloc.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = bucketalloc.c; path = Source/bucketalloc.c; sourceTree = ""; }; + 6719DD411B95A9440018166F /* bucketalloc.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = bucketalloc.h; path = Source/bucketalloc.h; sourceTree = ""; }; + 6719DD421B95A9440018166F /* dict.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = dict.c; path = Source/dict.c; sourceTree = ""; }; + 6719DD431B95A9440018166F /* dict.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = dict.h; path = Source/dict.h; sourceTree = ""; }; + 6719DD441B95A9440018166F /* geom.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = geom.c; path = Source/geom.c; sourceTree = ""; }; + 6719DD451B95A9440018166F /* geom.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = geom.h; path = Source/geom.h; sourceTree = ""; }; + 6719DD461B95A9440018166F /* mesh.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = mesh.c; path = Source/mesh.c; sourceTree = ""; }; + 6719DD471B95A9440018166F /* mesh.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = mesh.h; path = Source/mesh.h; sourceTree = ""; }; + 6719DD481B95A9440018166F /* priorityq.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = priorityq.c; path = Source/priorityq.c; sourceTree = ""; }; + 6719DD491B95A9440018166F /* priorityq.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = priorityq.h; path = Source/priorityq.h; sourceTree = ""; }; + 6719DD4A1B95A9440018166F /* sweep.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = sweep.c; path = Source/sweep.c; sourceTree = ""; }; + 6719DD4B1B95A9440018166F /* sweep.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = sweep.h; path = Source/sweep.h; sourceTree = ""; }; + 6719DD4C1B95A9440018166F /* tess.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = tess.c; path = Source/tess.c; sourceTree = ""; }; + 6719DD4D1B95A9440018166F /* tess.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = tess.h; path = Source/tess.h; sourceTree = ""; }; + 6719DD5C1B95A9500018166F /* defaults.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; name = defaults.xcconfig; path = ../defaults.xcconfig; sourceTree = ""; }; +/* End PBXFileReference section */ + +/* Begin PBXFrameworksBuildPhase section */ + 6719DD351B95A8E70018166F /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXFrameworksBuildPhase section */ + +/* Begin PBXGroup section */ + 6719DD2F1B95A8E70018166F = { + isa = PBXGroup; + children = ( + 6719DD5C1B95A9500018166F /* defaults.xcconfig */, + 6719DD3F1B95A8F80018166F /* tess2 */, + 6719DD391B95A8E70018166F /* Products */, + ); + sourceTree = ""; + }; + 6719DD391B95A8E70018166F /* Products */ = { + isa = PBXGroup; + children = ( + 6719DD381B95A8E70018166F /* libtess2.a */, + ); + name = Products; + sourceTree = ""; + }; + 6719DD3F1B95A8F80018166F /* tess2 */ = { + isa = PBXGroup; + children = ( + 6719DD401B95A9440018166F /* bucketalloc.c */, + 6719DD411B95A9440018166F /* bucketalloc.h */, + 6719DD421B95A9440018166F /* dict.c */, + 6719DD431B95A9440018166F /* dict.h */, + 6719DD441B95A9440018166F /* geom.c */, + 6719DD451B95A9440018166F /* geom.h */, + 6719DD461B95A9440018166F /* mesh.c */, + 6719DD471B95A9440018166F /* mesh.h */, + 6719DD481B95A9440018166F /* priorityq.c */, + 6719DD491B95A9440018166F /* priorityq.h */, + 6719DD4A1B95A9440018166F /* sweep.c */, + 6719DD4B1B95A9440018166F /* sweep.h */, + 6719DD4C1B95A9440018166F /* tess.c */, + 6719DD4D1B95A9440018166F /* tess.h */, + ); + name = tess2; + path = ../../3party/libtess2; + sourceTree = ""; + }; +/* End PBXGroup section */ + +/* Begin PBXHeadersBuildPhase section */ + 6719DD361B95A8E70018166F /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + 6719DD531B95A9440018166F /* geom.h in Headers */, + 6719DD571B95A9440018166F /* priorityq.h in Headers */, + 6719DD551B95A9440018166F /* mesh.h in Headers */, + 6719DD5B1B95A9440018166F /* tess.h in Headers */, + 6719DD591B95A9440018166F /* sweep.h in Headers */, + 6719DD511B95A9440018166F /* dict.h in Headers */, + 6719DD4F1B95A9440018166F /* bucketalloc.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXHeadersBuildPhase section */ + +/* Begin PBXNativeTarget section */ + 6719DD371B95A8E70018166F /* tess2 */ = { + isa = PBXNativeTarget; + buildConfigurationList = 6719DD3C1B95A8E70018166F /* Build configuration list for PBXNativeTarget "tess2" */; + buildPhases = ( + 6719DD341B95A8E70018166F /* Sources */, + 6719DD351B95A8E70018166F /* Frameworks */, + 6719DD361B95A8E70018166F /* Headers */, + ); + buildRules = ( + ); + dependencies = ( + ); + name = tess2; + productName = tess2; + productReference = 6719DD381B95A8E70018166F /* libtess2.a */; + productType = "com.apple.product-type.library.static"; + }; +/* End PBXNativeTarget section */ + +/* Begin PBXProject section */ + 6719DD301B95A8E70018166F /* Project object */ = { + isa = PBXProject; + attributes = { + LastUpgradeCheck = 0640; + ORGANIZATIONNAME = maps.me; + TargetAttributes = { + 6719DD371B95A8E70018166F = { + CreatedOnToolsVersion = 6.4; + }; + }; + }; + buildConfigurationList = 6719DD331B95A8E70018166F /* Build configuration list for PBXProject "tess2" */; + compatibilityVersion = "Xcode 3.2"; + developmentRegion = English; + hasScannedForEncodings = 0; + knownRegions = ( + en, + ); + mainGroup = 6719DD2F1B95A8E70018166F; + productRefGroup = 6719DD391B95A8E70018166F /* Products */; + projectDirPath = ""; + projectRoot = ""; + targets = ( + 6719DD371B95A8E70018166F /* tess2 */, + ); + }; +/* End PBXProject section */ + +/* Begin PBXSourcesBuildPhase section */ + 6719DD341B95A8E70018166F /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 6719DD5A1B95A9440018166F /* tess.c in Sources */, + 6719DD581B95A9440018166F /* sweep.c in Sources */, + 6719DD541B95A9440018166F /* mesh.c in Sources */, + 6719DD561B95A9440018166F /* priorityq.c in Sources */, + 6719DD4E1B95A9440018166F /* bucketalloc.c in Sources */, + 6719DD501B95A9440018166F /* dict.c in Sources */, + 6719DD521B95A9440018166F /* geom.c in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXSourcesBuildPhase section */ + +/* Begin XCBuildConfiguration section */ + 6719DD3A1B95A8E70018166F /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 6719DD5C1B95A9500018166F /* defaults.xcconfig */; + buildSettings = { + ALWAYS_SEARCH_USER_PATHS = NO; + CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; + CLANG_CXX_LIBRARY = "libc++"; + CLANG_ENABLE_MODULES = YES; + CLANG_ENABLE_OBJC_ARC = YES; + CLANG_WARN_BOOL_CONVERSION = YES; + CLANG_WARN_CONSTANT_CONVERSION = YES; + CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; + CLANG_WARN_EMPTY_BODY = YES; + CLANG_WARN_ENUM_CONVERSION = YES; + CLANG_WARN_INT_CONVERSION = YES; + CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; + CLANG_WARN_UNREACHABLE_CODE = YES; + CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; + COPY_PHASE_STRIP = NO; + DEBUG_INFORMATION_FORMAT = dwarf; + ENABLE_STRICT_OBJC_MSGSEND = YES; + GCC_C_LANGUAGE_STANDARD = gnu99; + GCC_DYNAMIC_NO_PIC = NO; + GCC_NO_COMMON_BLOCKS = YES; + GCC_OPTIMIZATION_LEVEL = 0; + GCC_PREPROCESSOR_DEFINITIONS = ( + "DEBUG=1", + "$(inherited)", + ); + GCC_SYMBOLS_PRIVATE_EXTERN = NO; + GCC_WARN_64_TO_32_BIT_CONVERSION = YES; + GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; + GCC_WARN_UNDECLARED_SELECTOR = YES; + GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; + GCC_WARN_UNUSED_FUNCTION = YES; + GCC_WARN_UNUSED_VARIABLE = YES; + HEADER_SEARCH_PATHS = ( + "$(OMIM_ROOT)", + "$(BOOST_ROOT)", + "$(OMIM_ROOT)/3party/libtess2/Include", + ); + MACOSX_DEPLOYMENT_TARGET = 10.10; + MTL_ENABLE_DEBUG_INFO = YES; + ONLY_ACTIVE_ARCH = YES; + SDKROOT = macosx; + }; + name = Debug; + }; + 6719DD3B1B95A8E70018166F /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 6719DD5C1B95A9500018166F /* defaults.xcconfig */; + buildSettings = { + ALWAYS_SEARCH_USER_PATHS = NO; + CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; + CLANG_CXX_LIBRARY = "libc++"; + CLANG_ENABLE_MODULES = YES; + CLANG_ENABLE_OBJC_ARC = YES; + CLANG_WARN_BOOL_CONVERSION = YES; + CLANG_WARN_CONSTANT_CONVERSION = YES; + CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; + CLANG_WARN_EMPTY_BODY = YES; + CLANG_WARN_ENUM_CONVERSION = YES; + CLANG_WARN_INT_CONVERSION = YES; + CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; + CLANG_WARN_UNREACHABLE_CODE = YES; + CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; + COPY_PHASE_STRIP = NO; + DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; + ENABLE_NS_ASSERTIONS = NO; + ENABLE_STRICT_OBJC_MSGSEND = YES; + GCC_C_LANGUAGE_STANDARD = gnu99; + GCC_NO_COMMON_BLOCKS = YES; + GCC_WARN_64_TO_32_BIT_CONVERSION = YES; + GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; + GCC_WARN_UNDECLARED_SELECTOR = YES; + GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; + GCC_WARN_UNUSED_FUNCTION = YES; + GCC_WARN_UNUSED_VARIABLE = YES; + HEADER_SEARCH_PATHS = ( + "$(OMIM_ROOT)", + "$(BOOST_ROOT)", + "$(OMIM_ROOT)/3party/libtess2/Include", + ); + MACOSX_DEPLOYMENT_TARGET = 10.10; + MTL_ENABLE_DEBUG_INFO = NO; + SDKROOT = macosx; + }; + name = Release; + }; + 6719DD3D1B95A8E70018166F /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + EXECUTABLE_PREFIX = lib; + PRODUCT_NAME = "$(TARGET_NAME)"; + }; + name = Debug; + }; + 6719DD3E1B95A8E70018166F /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + EXECUTABLE_PREFIX = lib; + PRODUCT_NAME = "$(TARGET_NAME)"; + }; + name = Release; + }; +/* End XCBuildConfiguration section */ + +/* Begin XCConfigurationList section */ + 6719DD331B95A8E70018166F /* Build configuration list for PBXProject "tess2" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 6719DD3A1B95A8E70018166F /* Debug */, + 6719DD3B1B95A8E70018166F /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + 6719DD3C1B95A8E70018166F /* Build configuration list for PBXNativeTarget "tess2" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 6719DD3D1B95A8E70018166F /* Debug */, + 6719DD3E1B95A8E70018166F /* Release */, + ); + defaultConfigurationIsVisible = 0; + }; +/* End XCConfigurationList section */ + }; + rootObject = 6719DD301B95A8E70018166F /* Project object */; +}