
- Detour Navmesh supports layers - Allow to disable Navmesh BV-tree - Added DetourTileCache - Cleaned up Recast layer code - Moved portal edge detection to Recast - Removed polymesh border offset - Removed lean heighfield
664 lines
50 KiB
Plaintext
664 lines
50 KiB
Plaintext
// !$*UTF8*$!
|
|
{
|
|
archiveVersion = 1;
|
|
classes = {
|
|
};
|
|
objectVersion = 45;
|
|
objects = {
|
|
|
|
/* Begin PBXBuildFile section */
|
|
1DDD58160DA1D0A300B32029 /* MainMenu.xib in Resources */ = {isa = PBXBuildFile; fileRef = 1DDD58140DA1D0A300B32029 /* MainMenu.xib */; };
|
|
6B024C0D10060AC600CF7107 /* Icon.icns in Resources */ = {isa = PBXBuildFile; fileRef = 6B024C0C10060AC600CF7107 /* Icon.icns */; };
|
|
6B1185F51006895B0018F96F /* DetourNode.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 6B1185F41006895B0018F96F /* DetourNode.cpp */; };
|
|
6B1185FE10068B150018F96F /* DetourCommon.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 6B1185FD10068B150018F96F /* DetourCommon.cpp */; };
|
|
6B137C710F7FCBBB00459200 /* imgui.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 6B137C6C0F7FCBBB00459200 /* imgui.cpp */; };
|
|
6B137C720F7FCBBB00459200 /* MeshLoaderObj.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 6B137C6D0F7FCBBB00459200 /* MeshLoaderObj.cpp */; };
|
|
6B137C730F7FCBBB00459200 /* SDLMain.m in Sources */ = {isa = PBXBuildFile; fileRef = 6B137C6E0F7FCBBB00459200 /* SDLMain.m */; };
|
|
6B137C8B0F7FCC1100459200 /* Recast.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 6B137C820F7FCC1100459200 /* Recast.cpp */; };
|
|
6B137C8C0F7FCC1100459200 /* RecastContour.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 6B137C830F7FCC1100459200 /* RecastContour.cpp */; };
|
|
6B137C8E0F7FCC1100459200 /* RecastFilter.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 6B137C850F7FCC1100459200 /* RecastFilter.cpp */; };
|
|
6B137C900F7FCC1100459200 /* RecastMesh.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 6B137C870F7FCC1100459200 /* RecastMesh.cpp */; };
|
|
6B137C910F7FCC1100459200 /* RecastRasterization.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 6B137C880F7FCC1100459200 /* RecastRasterization.cpp */; };
|
|
6B137C920F7FCC1100459200 /* RecastRegion.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 6B137C890F7FCC1100459200 /* RecastRegion.cpp */; };
|
|
6B25B6190FFA62BE004F1BC4 /* Sample.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 6B25B6140FFA62BE004F1BC4 /* Sample.cpp */; };
|
|
6B25B61D0FFA62BE004F1BC4 /* main.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 6B25B6180FFA62BE004F1BC4 /* main.cpp */; };
|
|
6B2AEC530FFB8958005BE9CC /* Sample_TileMesh.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 6B2AEC520FFB8958005BE9CC /* Sample_TileMesh.cpp */; };
|
|
6B324C66111C5D9A00EBD2FD /* ConvexVolumeTool.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 6B324C65111C5D9A00EBD2FD /* ConvexVolumeTool.cpp */; };
|
|
6B3F9D6D13179EFC000B33D9 /* RecastLayers.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 6B3F9D6C13179EFC000B33D9 /* RecastLayers.cpp */; };
|
|
6B555DB1100B212E00247EA3 /* imguiRenderGL.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 6B555DB0100B212E00247EA3 /* imguiRenderGL.cpp */; };
|
|
6B5683B812D9E7D3000B9960 /* Sample_TempObstacles.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 6B5683B712D9E7D3000B9960 /* Sample_TempObstacles.cpp */; };
|
|
6B5DC3B713350E6300D33D05 /* DetourTileCacheBuilder.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 6B5DC3B513350E6300D33D05 /* DetourTileCacheBuilder.cpp */; };
|
|
6B62416A103434880002E346 /* RecastMeshDetail.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 6B624169103434880002E346 /* RecastMeshDetail.cpp */; };
|
|
6B8036AE113BAABE005ED67B /* Sample_Debug.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 6B8036AD113BAABE005ED67B /* Sample_Debug.cpp */; };
|
|
6B847777122D221D00ADF63D /* ValueHistory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 6B847776122D221C00ADF63D /* ValueHistory.cpp */; };
|
|
6B8632DA0F78122C00E2684A /* SDL.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6B8632D90F78122C00E2684A /* SDL.framework */; };
|
|
6B8632DC0F78123E00E2684A /* OpenGL.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6B8632DB0F78123E00E2684A /* OpenGL.framework */; };
|
|
6B86C9AA12F69DD500C92D2E /* fastlz.c in Sources */ = {isa = PBXBuildFile; fileRef = 6B86C9A812F69DD500C92D2E /* fastlz.c */; };
|
|
6B8DE88910B69E3E00DF20FB /* DetourNavMesh.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 6B8DE88710B69E3E00DF20FB /* DetourNavMesh.cpp */; };
|
|
6B8DE88A10B69E3E00DF20FB /* DetourNavMeshBuilder.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 6B8DE88810B69E3E00DF20FB /* DetourNavMeshBuilder.cpp */; };
|
|
6B9846EF11E718F800FA177B /* DetourAlloc.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 6B9846EE11E718F800FA177B /* DetourAlloc.cpp */; };
|
|
6B9847B811E7519A00FA177B /* RecastAlloc.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 6B9847B711E7519A00FA177B /* RecastAlloc.cpp */; };
|
|
6BAF3C591211663A008CFCDF /* CrowdTool.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 6BAF3C581211663A008CFCDF /* CrowdTool.cpp */; };
|
|
6BAF40DB12196A3D008CFCDF /* DetourNavMeshQuery.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 6BAF40DA12196A3D008CFCDF /* DetourNavMeshQuery.cpp */; };
|
|
6BAF4442121C3D26008CFCDF /* SampleInterfaces.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 6BAF4441121C3D26008CFCDF /* SampleInterfaces.cpp */; };
|
|
6BB5013612F458CB001B1957 /* DetourCrowd.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 6BB5013112F458CB001B1957 /* DetourCrowd.cpp */; };
|
|
6BB5013712F458CB001B1957 /* DetourLocalBoundary.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 6BB5013212F458CB001B1957 /* DetourLocalBoundary.cpp */; };
|
|
6BB5013812F458CB001B1957 /* DetourPathCorridor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 6BB5013312F458CB001B1957 /* DetourPathCorridor.cpp */; };
|
|
6BB5013912F458CB001B1957 /* DetourPathQueue.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 6BB5013412F458CB001B1957 /* DetourPathQueue.cpp */; };
|
|
6BB5013A12F458CB001B1957 /* DetourProximityGrid.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 6BB5013512F458CB001B1957 /* DetourProximityGrid.cpp */; };
|
|
6BB501E312F46B6A001B1957 /* DetourObstacleAvoidance.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 6BB501E212F46B6A001B1957 /* DetourObstacleAvoidance.cpp */; };
|
|
6BB788170FC0472B003C24DB /* ChunkyTriMesh.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 6BB788160FC0472B003C24DB /* ChunkyTriMesh.cpp */; };
|
|
6BB7FC0B10EBB6AA006DA0A6 /* NavMeshTesterTool.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 6BB7FC0A10EBB6AA006DA0A6 /* NavMeshTesterTool.cpp */; };
|
|
6BB7FDA510F36F0E006DA0A6 /* InputGeom.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 6BB7FDA410F36F0E006DA0A6 /* InputGeom.cpp */; };
|
|
6BB93C7D10CFE1D500F74F2B /* DebugDraw.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 6BB93C7A10CFE1D500F74F2B /* DebugDraw.cpp */; };
|
|
6BB93C7E10CFE1D500F74F2B /* DetourDebugDraw.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 6BB93C7B10CFE1D500F74F2B /* DetourDebugDraw.cpp */; };
|
|
6BB93C7F10CFE1D500F74F2B /* RecastDebugDraw.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 6BB93C7C10CFE1D500F74F2B /* RecastDebugDraw.cpp */; };
|
|
6BB93CF610CFEC4500F74F2B /* RecastDump.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 6BB93CF510CFEC4500F74F2B /* RecastDump.cpp */; };
|
|
6BCF32361104CD05009445BF /* OffMeshConnectionTool.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 6BCF32351104CD05009445BF /* OffMeshConnectionTool.cpp */; };
|
|
6BD1B1D01323E2EC00587F83 /* Sample_SoloMesh.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 6BD1B1CF1323E2EC00587F83 /* Sample_SoloMesh.cpp */; };
|
|
6BD402011224279400995864 /* PerfTimer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 6BD402001224279400995864 /* PerfTimer.cpp */; };
|
|
6BF5F23A11747606000502A6 /* Filelist.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 6BF5F23911747606000502A6 /* Filelist.cpp */; };
|
|
6BF5F2401174763B000502A6 /* SlideShow.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 6BF5F23F1174763B000502A6 /* SlideShow.cpp */; };
|
|
6BF7C1401111953A002B3F46 /* TestCase.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 6BF7C13F1111953A002B3F46 /* TestCase.cpp */; };
|
|
6BF7C4541115C277002B3F46 /* RecastArea.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 6BF7C4531115C277002B3F46 /* RecastArea.cpp */; };
|
|
8D11072B0486CEB800E47090 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 089C165CFE840E0CC02AAC07 /* InfoPlist.strings */; };
|
|
8D11072F0486CEB800E47090 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1058C7A1FEA54F0111CA2CBB /* Cocoa.framework */; };
|
|
/* End PBXBuildFile section */
|
|
|
|
/* Begin PBXFileReference section */
|
|
089C165DFE840E0CC02AAC07 /* English */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = English; path = English.lproj/InfoPlist.strings; sourceTree = "<group>"; };
|
|
1058C7A1FEA54F0111CA2CBB /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Cocoa.framework; path = /System/Library/Frameworks/Cocoa.framework; sourceTree = "<absolute>"; };
|
|
13E42FB307B3F0F600E4EEF1 /* CoreData.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreData.framework; path = /System/Library/Frameworks/CoreData.framework; sourceTree = "<absolute>"; };
|
|
1DDD58150DA1D0A300B32029 /* English */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = English; path = English.lproj/MainMenu.xib; sourceTree = "<group>"; };
|
|
29B97324FDCFA39411CA2CEA /* AppKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AppKit.framework; path = /System/Library/Frameworks/AppKit.framework; sourceTree = "<absolute>"; };
|
|
29B97325FDCFA39411CA2CEA /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = /System/Library/Frameworks/Foundation.framework; sourceTree = "<absolute>"; };
|
|
32CA4F630368D1EE00C91783 /* Recast_Prefix.pch */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Recast_Prefix.pch; sourceTree = "<group>"; };
|
|
6B024C0C10060AC600CF7107 /* Icon.icns */ = {isa = PBXFileReference; lastKnownFileType = image.icns; path = Icon.icns; sourceTree = "<group>"; };
|
|
6B1185F41006895B0018F96F /* DetourNode.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = DetourNode.cpp; path = ../../../Detour/Source/DetourNode.cpp; sourceTree = SOURCE_ROOT; };
|
|
6B1185F61006896B0018F96F /* DetourNode.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = DetourNode.h; path = ../../../Detour/Include/DetourNode.h; sourceTree = SOURCE_ROOT; };
|
|
6B1185FC10068B040018F96F /* DetourCommon.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = DetourCommon.h; path = ../../../Detour/Include/DetourCommon.h; sourceTree = SOURCE_ROOT; };
|
|
6B1185FD10068B150018F96F /* DetourCommon.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = DetourCommon.cpp; path = ../../../Detour/Source/DetourCommon.cpp; sourceTree = SOURCE_ROOT; };
|
|
6B137C6C0F7FCBBB00459200 /* imgui.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = imgui.cpp; path = ../../Source/imgui.cpp; sourceTree = SOURCE_ROOT; };
|
|
6B137C6D0F7FCBBB00459200 /* MeshLoaderObj.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = MeshLoaderObj.cpp; path = ../../Source/MeshLoaderObj.cpp; sourceTree = SOURCE_ROOT; };
|
|
6B137C6E0F7FCBBB00459200 /* SDLMain.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = SDLMain.m; path = ../../Source/SDLMain.m; sourceTree = SOURCE_ROOT; };
|
|
6B137C7A0F7FCBE400459200 /* imgui.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = imgui.h; path = ../../Include/imgui.h; sourceTree = SOURCE_ROOT; };
|
|
6B137C7B0F7FCBE400459200 /* MeshLoaderObj.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = MeshLoaderObj.h; path = ../../Include/MeshLoaderObj.h; sourceTree = SOURCE_ROOT; };
|
|
6B137C7C0F7FCBE400459200 /* SDLMain.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SDLMain.h; path = ../../Include/SDLMain.h; sourceTree = SOURCE_ROOT; };
|
|
6B137C7E0F7FCBFE00459200 /* Recast.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = Recast.h; path = ../../../Recast/Include/Recast.h; sourceTree = SOURCE_ROOT; };
|
|
6B137C820F7FCC1100459200 /* Recast.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Recast.cpp; path = ../../../Recast/Source/Recast.cpp; sourceTree = SOURCE_ROOT; };
|
|
6B137C830F7FCC1100459200 /* RecastContour.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = RecastContour.cpp; path = ../../../Recast/Source/RecastContour.cpp; sourceTree = SOURCE_ROOT; };
|
|
6B137C850F7FCC1100459200 /* RecastFilter.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = RecastFilter.cpp; path = ../../../Recast/Source/RecastFilter.cpp; sourceTree = SOURCE_ROOT; };
|
|
6B137C870F7FCC1100459200 /* RecastMesh.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = RecastMesh.cpp; path = ../../../Recast/Source/RecastMesh.cpp; sourceTree = SOURCE_ROOT; };
|
|
6B137C880F7FCC1100459200 /* RecastRasterization.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = RecastRasterization.cpp; path = ../../../Recast/Source/RecastRasterization.cpp; sourceTree = SOURCE_ROOT; };
|
|
6B137C890F7FCC1100459200 /* RecastRegion.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = RecastRegion.cpp; path = ../../../Recast/Source/RecastRegion.cpp; sourceTree = SOURCE_ROOT; };
|
|
6B25B6100FFA62AD004F1BC4 /* Sample.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = Sample.h; path = ../../Include/Sample.h; sourceTree = SOURCE_ROOT; };
|
|
6B25B6140FFA62BE004F1BC4 /* Sample.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Sample.cpp; path = ../../Source/Sample.cpp; sourceTree = SOURCE_ROOT; };
|
|
6B25B6180FFA62BE004F1BC4 /* main.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = main.cpp; path = ../../Source/main.cpp; sourceTree = SOURCE_ROOT; };
|
|
6B2AEC510FFB8946005BE9CC /* Sample_TileMesh.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = Sample_TileMesh.h; path = ../../Include/Sample_TileMesh.h; sourceTree = SOURCE_ROOT; };
|
|
6B2AEC520FFB8958005BE9CC /* Sample_TileMesh.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Sample_TileMesh.cpp; path = ../../Source/Sample_TileMesh.cpp; sourceTree = SOURCE_ROOT; };
|
|
6B324C64111C5D9A00EBD2FD /* ConvexVolumeTool.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ConvexVolumeTool.h; path = ../../Include/ConvexVolumeTool.h; sourceTree = SOURCE_ROOT; };
|
|
6B324C65111C5D9A00EBD2FD /* ConvexVolumeTool.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = ConvexVolumeTool.cpp; path = ../../Source/ConvexVolumeTool.cpp; sourceTree = SOURCE_ROOT; };
|
|
6B3F9D6C13179EFC000B33D9 /* RecastLayers.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = RecastLayers.cpp; path = ../../../Recast/Source/RecastLayers.cpp; sourceTree = SOURCE_ROOT; };
|
|
6B555DAE100B211D00247EA3 /* imguiRenderGL.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = imguiRenderGL.h; path = ../../Include/imguiRenderGL.h; sourceTree = SOURCE_ROOT; };
|
|
6B555DB0100B212E00247EA3 /* imguiRenderGL.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = imguiRenderGL.cpp; path = ../../Source/imguiRenderGL.cpp; sourceTree = SOURCE_ROOT; };
|
|
6B555DF6100B273500247EA3 /* stb_truetype.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = stb_truetype.h; path = ../../Contrib/stb_truetype.h; sourceTree = SOURCE_ROOT; };
|
|
6B5683B612D9E7D3000B9960 /* Sample_TempObstacles.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = Sample_TempObstacles.h; path = ../../Include/Sample_TempObstacles.h; sourceTree = SOURCE_ROOT; };
|
|
6B5683B712D9E7D3000B9960 /* Sample_TempObstacles.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Sample_TempObstacles.cpp; path = ../../Source/Sample_TempObstacles.cpp; sourceTree = SOURCE_ROOT; };
|
|
6B5DC3B513350E6300D33D05 /* DetourTileCacheBuilder.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = DetourTileCacheBuilder.cpp; sourceTree = "<group>"; };
|
|
6B5DC3B613350E6300D33D05 /* DetourTileCacheBuilder.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DetourTileCacheBuilder.h; sourceTree = "<group>"; };
|
|
6B624169103434880002E346 /* RecastMeshDetail.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = RecastMeshDetail.cpp; path = ../../../Recast/Source/RecastMeshDetail.cpp; sourceTree = SOURCE_ROOT; };
|
|
6B8036AC113BAABE005ED67B /* Sample_Debug.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = Sample_Debug.h; path = ../../Include/Sample_Debug.h; sourceTree = SOURCE_ROOT; };
|
|
6B8036AD113BAABE005ED67B /* Sample_Debug.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Sample_Debug.cpp; path = ../../Source/Sample_Debug.cpp; sourceTree = SOURCE_ROOT; };
|
|
6B847774122D220D00ADF63D /* ValueHistory.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ValueHistory.h; path = ../../Include/ValueHistory.h; sourceTree = SOURCE_ROOT; };
|
|
6B847776122D221C00ADF63D /* ValueHistory.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = ValueHistory.cpp; path = ../../Source/ValueHistory.cpp; sourceTree = SOURCE_ROOT; };
|
|
6B8632D90F78122C00E2684A /* SDL.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = SDL.framework; path = Library/Frameworks/SDL.framework; sourceTree = SDKROOT; };
|
|
6B8632DB0F78123E00E2684A /* OpenGL.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = OpenGL.framework; path = System/Library/Frameworks/OpenGL.framework; sourceTree = SDKROOT; };
|
|
6B86B21213387FB200B14842 /* DetourStatus.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = DetourStatus.h; path = ../../../Detour/Include/DetourStatus.h; sourceTree = SOURCE_ROOT; };
|
|
6B86C9A812F69DD500C92D2E /* fastlz.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = fastlz.c; path = ../../Contrib/fastlz/fastlz.c; sourceTree = SOURCE_ROOT; };
|
|
6B86C9A912F69DD500C92D2E /* fastlz.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = fastlz.h; path = ../../Contrib/fastlz/fastlz.h; sourceTree = SOURCE_ROOT; };
|
|
6B8DE88710B69E3E00DF20FB /* DetourNavMesh.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = DetourNavMesh.cpp; path = ../../../Detour/Source/DetourNavMesh.cpp; sourceTree = SOURCE_ROOT; };
|
|
6B8DE88810B69E3E00DF20FB /* DetourNavMeshBuilder.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = DetourNavMeshBuilder.cpp; path = ../../../Detour/Source/DetourNavMeshBuilder.cpp; sourceTree = SOURCE_ROOT; };
|
|
6B8DE88B10B69E4C00DF20FB /* DetourNavMesh.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = DetourNavMesh.h; path = ../../../Detour/Include/DetourNavMesh.h; sourceTree = SOURCE_ROOT; };
|
|
6B8DE88C10B69E4C00DF20FB /* DetourNavMeshBuilder.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = DetourNavMeshBuilder.h; path = ../../../Detour/Include/DetourNavMeshBuilder.h; sourceTree = SOURCE_ROOT; };
|
|
6B9846ED11E718F800FA177B /* DetourAlloc.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = DetourAlloc.h; path = ../../../Detour/Include/DetourAlloc.h; sourceTree = SOURCE_ROOT; };
|
|
6B9846EE11E718F800FA177B /* DetourAlloc.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = DetourAlloc.cpp; path = ../../../Detour/Source/DetourAlloc.cpp; sourceTree = SOURCE_ROOT; };
|
|
6B98470511E733B600FA177B /* RecastAlloc.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = RecastAlloc.h; path = ../../../Recast/Include/RecastAlloc.h; sourceTree = SOURCE_ROOT; };
|
|
6B9847B711E7519A00FA177B /* RecastAlloc.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = RecastAlloc.cpp; path = ../../../Recast/Source/RecastAlloc.cpp; sourceTree = SOURCE_ROOT; };
|
|
6BAF3C571211663A008CFCDF /* CrowdTool.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = CrowdTool.h; path = ../../Include/CrowdTool.h; sourceTree = SOURCE_ROOT; };
|
|
6BAF3C581211663A008CFCDF /* CrowdTool.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = CrowdTool.cpp; path = ../../Source/CrowdTool.cpp; sourceTree = SOURCE_ROOT; };
|
|
6BAF40D912196A25008CFCDF /* DetourNavMeshQuery.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = DetourNavMeshQuery.h; path = ../../../Detour/Include/DetourNavMeshQuery.h; sourceTree = SOURCE_ROOT; };
|
|
6BAF40DA12196A3D008CFCDF /* DetourNavMeshQuery.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = DetourNavMeshQuery.cpp; path = ../../../Detour/Source/DetourNavMeshQuery.cpp; sourceTree = SOURCE_ROOT; };
|
|
6BAF427A121ADCC2008CFCDF /* DetourAssert.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = DetourAssert.h; path = ../../../Detour/Include/DetourAssert.h; sourceTree = SOURCE_ROOT; };
|
|
6BAF4440121C3D0A008CFCDF /* SampleInterfaces.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SampleInterfaces.h; path = ../../Include/SampleInterfaces.h; sourceTree = SOURCE_ROOT; };
|
|
6BAF4441121C3D26008CFCDF /* SampleInterfaces.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = SampleInterfaces.cpp; path = ../../Source/SampleInterfaces.cpp; sourceTree = SOURCE_ROOT; };
|
|
6BAF4561121D173A008CFCDF /* RecastAssert.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = RecastAssert.h; path = ../../../Recast/Include/RecastAssert.h; sourceTree = SOURCE_ROOT; };
|
|
6BB5012C12F458CB001B1957 /* DetourCrowd.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = DetourCrowd.h; path = ../../../DetourCrowd/Include/DetourCrowd.h; sourceTree = SOURCE_ROOT; };
|
|
6BB5012D12F458CB001B1957 /* DetourLocalBoundary.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = DetourLocalBoundary.h; path = ../../../DetourCrowd/Include/DetourLocalBoundary.h; sourceTree = SOURCE_ROOT; };
|
|
6BB5012E12F458CB001B1957 /* DetourPathCorridor.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = DetourPathCorridor.h; path = ../../../DetourCrowd/Include/DetourPathCorridor.h; sourceTree = SOURCE_ROOT; };
|
|
6BB5012F12F458CB001B1957 /* DetourPathQueue.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = DetourPathQueue.h; path = ../../../DetourCrowd/Include/DetourPathQueue.h; sourceTree = SOURCE_ROOT; };
|
|
6BB5013012F458CB001B1957 /* DetourProximityGrid.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = DetourProximityGrid.h; path = ../../../DetourCrowd/Include/DetourProximityGrid.h; sourceTree = SOURCE_ROOT; };
|
|
6BB5013112F458CB001B1957 /* DetourCrowd.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = DetourCrowd.cpp; path = ../../../DetourCrowd/Source/DetourCrowd.cpp; sourceTree = SOURCE_ROOT; };
|
|
6BB5013212F458CB001B1957 /* DetourLocalBoundary.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = DetourLocalBoundary.cpp; path = ../../../DetourCrowd/Source/DetourLocalBoundary.cpp; sourceTree = SOURCE_ROOT; };
|
|
6BB5013312F458CB001B1957 /* DetourPathCorridor.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = DetourPathCorridor.cpp; path = ../../../DetourCrowd/Source/DetourPathCorridor.cpp; sourceTree = SOURCE_ROOT; };
|
|
6BB5013412F458CB001B1957 /* DetourPathQueue.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = DetourPathQueue.cpp; path = ../../../DetourCrowd/Source/DetourPathQueue.cpp; sourceTree = SOURCE_ROOT; };
|
|
6BB5013512F458CB001B1957 /* DetourProximityGrid.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = DetourProximityGrid.cpp; path = ../../../DetourCrowd/Source/DetourProximityGrid.cpp; sourceTree = SOURCE_ROOT; };
|
|
6BB501E112F46B6A001B1957 /* DetourObstacleAvoidance.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = DetourObstacleAvoidance.h; path = ../../../DetourCrowd/Include/DetourObstacleAvoidance.h; sourceTree = SOURCE_ROOT; };
|
|
6BB501E212F46B6A001B1957 /* DetourObstacleAvoidance.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = DetourObstacleAvoidance.cpp; path = ../../../DetourCrowd/Source/DetourObstacleAvoidance.cpp; sourceTree = SOURCE_ROOT; };
|
|
6BB788160FC0472B003C24DB /* ChunkyTriMesh.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = ChunkyTriMesh.cpp; path = ../../Source/ChunkyTriMesh.cpp; sourceTree = SOURCE_ROOT; };
|
|
6BB788180FC04753003C24DB /* ChunkyTriMesh.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ChunkyTriMesh.h; path = ../../Include/ChunkyTriMesh.h; sourceTree = SOURCE_ROOT; };
|
|
6BB7FC0910EBB6AA006DA0A6 /* NavMeshTesterTool.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = NavMeshTesterTool.h; path = ../../Include/NavMeshTesterTool.h; sourceTree = SOURCE_ROOT; };
|
|
6BB7FC0A10EBB6AA006DA0A6 /* NavMeshTesterTool.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = NavMeshTesterTool.cpp; path = ../../Source/NavMeshTesterTool.cpp; sourceTree = SOURCE_ROOT; };
|
|
6BB7FDA310F36EFC006DA0A6 /* InputGeom.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = InputGeom.h; path = ../../Include/InputGeom.h; sourceTree = SOURCE_ROOT; };
|
|
6BB7FDA410F36F0E006DA0A6 /* InputGeom.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = InputGeom.cpp; path = ../../Source/InputGeom.cpp; sourceTree = SOURCE_ROOT; };
|
|
6BB93C7710CFE1D500F74F2B /* DebugDraw.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = DebugDraw.h; path = ../../../DebugUtils/Include/DebugDraw.h; sourceTree = SOURCE_ROOT; };
|
|
6BB93C7810CFE1D500F74F2B /* DetourDebugDraw.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = DetourDebugDraw.h; path = ../../../DebugUtils/Include/DetourDebugDraw.h; sourceTree = SOURCE_ROOT; };
|
|
6BB93C7910CFE1D500F74F2B /* RecastDebugDraw.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = RecastDebugDraw.h; path = ../../../DebugUtils/Include/RecastDebugDraw.h; sourceTree = SOURCE_ROOT; };
|
|
6BB93C7A10CFE1D500F74F2B /* DebugDraw.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = DebugDraw.cpp; path = ../../../DebugUtils/Source/DebugDraw.cpp; sourceTree = SOURCE_ROOT; };
|
|
6BB93C7B10CFE1D500F74F2B /* DetourDebugDraw.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = DetourDebugDraw.cpp; path = ../../../DebugUtils/Source/DetourDebugDraw.cpp; sourceTree = SOURCE_ROOT; };
|
|
6BB93C7C10CFE1D500F74F2B /* RecastDebugDraw.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = RecastDebugDraw.cpp; path = ../../../DebugUtils/Source/RecastDebugDraw.cpp; sourceTree = SOURCE_ROOT; };
|
|
6BB93CF410CFEC4500F74F2B /* RecastDump.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = RecastDump.h; path = ../../../DebugUtils/Include/RecastDump.h; sourceTree = SOURCE_ROOT; };
|
|
6BB93CF510CFEC4500F74F2B /* RecastDump.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = RecastDump.cpp; path = ../../../DebugUtils/Source/RecastDump.cpp; sourceTree = SOURCE_ROOT; };
|
|
6BCF32341104CD05009445BF /* OffMeshConnectionTool.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = OffMeshConnectionTool.h; path = ../../Include/OffMeshConnectionTool.h; sourceTree = SOURCE_ROOT; };
|
|
6BCF32351104CD05009445BF /* OffMeshConnectionTool.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = OffMeshConnectionTool.cpp; path = ../../Source/OffMeshConnectionTool.cpp; sourceTree = SOURCE_ROOT; };
|
|
6BD1B1CE1323E2EC00587F83 /* Sample_SoloMesh.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = Sample_SoloMesh.h; path = ../../Include/Sample_SoloMesh.h; sourceTree = SOURCE_ROOT; };
|
|
6BD1B1CF1323E2EC00587F83 /* Sample_SoloMesh.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Sample_SoloMesh.cpp; path = ../../Source/Sample_SoloMesh.cpp; sourceTree = SOURCE_ROOT; };
|
|
6BD401FF1224278800995864 /* PerfTimer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = PerfTimer.h; path = ../../Include/PerfTimer.h; sourceTree = SOURCE_ROOT; };
|
|
6BD402001224279400995864 /* PerfTimer.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = PerfTimer.cpp; path = ../../Source/PerfTimer.cpp; sourceTree = SOURCE_ROOT; };
|
|
6BF5F23911747606000502A6 /* Filelist.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Filelist.cpp; path = ../../Source/Filelist.cpp; sourceTree = SOURCE_ROOT; };
|
|
6BF5F23C11747614000502A6 /* Filelist.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = Filelist.h; path = ../../Include/Filelist.h; sourceTree = SOURCE_ROOT; };
|
|
6BF5F23E1174763B000502A6 /* SlideShow.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SlideShow.h; path = ../../Include/SlideShow.h; sourceTree = SOURCE_ROOT; };
|
|
6BF5F23F1174763B000502A6 /* SlideShow.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = SlideShow.cpp; path = ../../Source/SlideShow.cpp; sourceTree = SOURCE_ROOT; };
|
|
6BF5F2C511747E9F000502A6 /* stb_image.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = stb_image.h; path = ../../Contrib/stb_image.h; sourceTree = SOURCE_ROOT; };
|
|
6BF7C13E11119520002B3F46 /* TestCase.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = TestCase.h; path = ../../Include/TestCase.h; sourceTree = SOURCE_ROOT; };
|
|
6BF7C13F1111953A002B3F46 /* TestCase.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = TestCase.cpp; path = ../../Source/TestCase.cpp; sourceTree = SOURCE_ROOT; };
|
|
6BF7C4531115C277002B3F46 /* RecastArea.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = RecastArea.cpp; path = ../../../Recast/Source/RecastArea.cpp; sourceTree = SOURCE_ROOT; };
|
|
8D1107310486CEB800E47090 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
|
|
8D1107320486CEB800E47090 /* Recast.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Recast.app; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
/* End PBXFileReference section */
|
|
|
|
/* Begin PBXFrameworksBuildPhase section */
|
|
8D11072E0486CEB800E47090 /* Frameworks */ = {
|
|
isa = PBXFrameworksBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
8D11072F0486CEB800E47090 /* Cocoa.framework in Frameworks */,
|
|
6B8632DA0F78122C00E2684A /* SDL.framework in Frameworks */,
|
|
6B8632DC0F78123E00E2684A /* OpenGL.framework in Frameworks */,
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
/* End PBXFrameworksBuildPhase section */
|
|
|
|
/* Begin PBXGroup section */
|
|
080E96DDFE201D6D7F000001 /* Classes */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
6BB5012A12F45891001B1957 /* Contrib */,
|
|
6BB93C7610CFE1BD00F74F2B /* DebugUtils */,
|
|
6BDD9E030F91110C00904EEF /* Detour */,
|
|
6BB5012B12F458AE001B1957 /* DetourCrowd */,
|
|
6B5DC3B413350E6300D33D05 /* DetourTileCache */,
|
|
6B137C7D0F7FCBE800459200 /* Recast */,
|
|
6B555DF5100B25FC00247EA3 /* Samples */,
|
|
6BB7FE8E10F4A175006DA0A6 /* Tools */,
|
|
6B25B6180FFA62BE004F1BC4 /* main.cpp */,
|
|
6BAF4440121C3D0A008CFCDF /* SampleInterfaces.h */,
|
|
6BAF4441121C3D26008CFCDF /* SampleInterfaces.cpp */,
|
|
6BF5F23E1174763B000502A6 /* SlideShow.h */,
|
|
6BF5F23F1174763B000502A6 /* SlideShow.cpp */,
|
|
6BF5F23C11747614000502A6 /* Filelist.h */,
|
|
6BF5F23911747606000502A6 /* Filelist.cpp */,
|
|
6B137C7A0F7FCBE400459200 /* imgui.h */,
|
|
6B137C6C0F7FCBBB00459200 /* imgui.cpp */,
|
|
6B555DAE100B211D00247EA3 /* imguiRenderGL.h */,
|
|
6B555DB0100B212E00247EA3 /* imguiRenderGL.cpp */,
|
|
6B137C7B0F7FCBE400459200 /* MeshLoaderObj.h */,
|
|
6B137C6D0F7FCBBB00459200 /* MeshLoaderObj.cpp */,
|
|
6BB788180FC04753003C24DB /* ChunkyTriMesh.h */,
|
|
6BB788160FC0472B003C24DB /* ChunkyTriMesh.cpp */,
|
|
6B137C7C0F7FCBE400459200 /* SDLMain.h */,
|
|
6B137C6E0F7FCBBB00459200 /* SDLMain.m */,
|
|
6BB7FDA310F36EFC006DA0A6 /* InputGeom.h */,
|
|
6BB7FDA410F36F0E006DA0A6 /* InputGeom.cpp */,
|
|
6BF7C13E11119520002B3F46 /* TestCase.h */,
|
|
6BF7C13F1111953A002B3F46 /* TestCase.cpp */,
|
|
6BD401FF1224278800995864 /* PerfTimer.h */,
|
|
6BD402001224279400995864 /* PerfTimer.cpp */,
|
|
6B847774122D220D00ADF63D /* ValueHistory.h */,
|
|
6B847776122D221C00ADF63D /* ValueHistory.cpp */,
|
|
);
|
|
name = Classes;
|
|
sourceTree = "<group>";
|
|
};
|
|
1058C7A0FEA54F0111CA2CBB /* Linked Frameworks */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
6B8632D90F78122C00E2684A /* SDL.framework */,
|
|
6B8632DB0F78123E00E2684A /* OpenGL.framework */,
|
|
1058C7A1FEA54F0111CA2CBB /* Cocoa.framework */,
|
|
);
|
|
name = "Linked Frameworks";
|
|
sourceTree = "<group>";
|
|
};
|
|
1058C7A2FEA54F0111CA2CBB /* Other Frameworks */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
29B97324FDCFA39411CA2CEA /* AppKit.framework */,
|
|
13E42FB307B3F0F600E4EEF1 /* CoreData.framework */,
|
|
29B97325FDCFA39411CA2CEA /* Foundation.framework */,
|
|
);
|
|
name = "Other Frameworks";
|
|
sourceTree = "<group>";
|
|
};
|
|
19C28FACFE9D520D11CA2CBB /* Products */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
8D1107320486CEB800E47090 /* Recast.app */,
|
|
);
|
|
name = Products;
|
|
sourceTree = "<group>";
|
|
};
|
|
29B97314FDCFA39411CA2CEA /* Recast */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
080E96DDFE201D6D7F000001 /* Classes */,
|
|
29B97315FDCFA39411CA2CEA /* Other Sources */,
|
|
29B97317FDCFA39411CA2CEA /* Resources */,
|
|
29B97323FDCFA39411CA2CEA /* Frameworks */,
|
|
19C28FACFE9D520D11CA2CBB /* Products */,
|
|
);
|
|
name = Recast;
|
|
sourceTree = "<group>";
|
|
};
|
|
29B97315FDCFA39411CA2CEA /* Other Sources */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
32CA4F630368D1EE00C91783 /* Recast_Prefix.pch */,
|
|
);
|
|
name = "Other Sources";
|
|
sourceTree = "<group>";
|
|
};
|
|
29B97317FDCFA39411CA2CEA /* Resources */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
6B024C0C10060AC600CF7107 /* Icon.icns */,
|
|
8D1107310486CEB800E47090 /* Info.plist */,
|
|
089C165CFE840E0CC02AAC07 /* InfoPlist.strings */,
|
|
1DDD58140DA1D0A300B32029 /* MainMenu.xib */,
|
|
);
|
|
name = Resources;
|
|
sourceTree = "<group>";
|
|
};
|
|
29B97323FDCFA39411CA2CEA /* Frameworks */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
1058C7A0FEA54F0111CA2CBB /* Linked Frameworks */,
|
|
1058C7A2FEA54F0111CA2CBB /* Other Frameworks */,
|
|
);
|
|
name = Frameworks;
|
|
sourceTree = "<group>";
|
|
};
|
|
6B137C7D0F7FCBE800459200 /* Recast */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
6BAF4561121D173A008CFCDF /* RecastAssert.h */,
|
|
6B137C7E0F7FCBFE00459200 /* Recast.h */,
|
|
6B137C820F7FCC1100459200 /* Recast.cpp */,
|
|
6B137C880F7FCC1100459200 /* RecastRasterization.cpp */,
|
|
6B137C850F7FCC1100459200 /* RecastFilter.cpp */,
|
|
6BF7C4531115C277002B3F46 /* RecastArea.cpp */,
|
|
6B3F9D6C13179EFC000B33D9 /* RecastLayers.cpp */,
|
|
6B137C890F7FCC1100459200 /* RecastRegion.cpp */,
|
|
6B137C830F7FCC1100459200 /* RecastContour.cpp */,
|
|
6B137C870F7FCC1100459200 /* RecastMesh.cpp */,
|
|
6B624169103434880002E346 /* RecastMeshDetail.cpp */,
|
|
6B98470511E733B600FA177B /* RecastAlloc.h */,
|
|
6B9847B711E7519A00FA177B /* RecastAlloc.cpp */,
|
|
);
|
|
name = Recast;
|
|
sourceTree = "<group>";
|
|
};
|
|
6B555DF5100B25FC00247EA3 /* Samples */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
6B25B6100FFA62AD004F1BC4 /* Sample.h */,
|
|
6B25B6140FFA62BE004F1BC4 /* Sample.cpp */,
|
|
6BD1B1CE1323E2EC00587F83 /* Sample_SoloMesh.h */,
|
|
6BD1B1CF1323E2EC00587F83 /* Sample_SoloMesh.cpp */,
|
|
6B2AEC510FFB8946005BE9CC /* Sample_TileMesh.h */,
|
|
6B2AEC520FFB8958005BE9CC /* Sample_TileMesh.cpp */,
|
|
6B5683B612D9E7D3000B9960 /* Sample_TempObstacles.h */,
|
|
6B5683B712D9E7D3000B9960 /* Sample_TempObstacles.cpp */,
|
|
6B8036AC113BAABE005ED67B /* Sample_Debug.h */,
|
|
6B8036AD113BAABE005ED67B /* Sample_Debug.cpp */,
|
|
);
|
|
name = Samples;
|
|
sourceTree = "<group>";
|
|
};
|
|
6B5DC3B413350E6300D33D05 /* DetourTileCache */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
6B5DC3B613350E6300D33D05 /* DetourTileCacheBuilder.h */,
|
|
6B5DC3B513350E6300D33D05 /* DetourTileCacheBuilder.cpp */,
|
|
);
|
|
name = DetourTileCache;
|
|
path = ../../../DetourTileCache;
|
|
sourceTree = SOURCE_ROOT;
|
|
};
|
|
6BB5012A12F45891001B1957 /* Contrib */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
6B86C9A812F69DD500C92D2E /* fastlz.c */,
|
|
6B86C9A912F69DD500C92D2E /* fastlz.h */,
|
|
6B555DF6100B273500247EA3 /* stb_truetype.h */,
|
|
6BF5F2C511747E9F000502A6 /* stb_image.h */,
|
|
);
|
|
name = Contrib;
|
|
sourceTree = "<group>";
|
|
};
|
|
6BB5012B12F458AE001B1957 /* DetourCrowd */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
6BB5012C12F458CB001B1957 /* DetourCrowd.h */,
|
|
6BB5013112F458CB001B1957 /* DetourCrowd.cpp */,
|
|
6BB5012D12F458CB001B1957 /* DetourLocalBoundary.h */,
|
|
6BB5013212F458CB001B1957 /* DetourLocalBoundary.cpp */,
|
|
6BB501E112F46B6A001B1957 /* DetourObstacleAvoidance.h */,
|
|
6BB501E212F46B6A001B1957 /* DetourObstacleAvoidance.cpp */,
|
|
6BB5012E12F458CB001B1957 /* DetourPathCorridor.h */,
|
|
6BB5013312F458CB001B1957 /* DetourPathCorridor.cpp */,
|
|
6BB5012F12F458CB001B1957 /* DetourPathQueue.h */,
|
|
6BB5013412F458CB001B1957 /* DetourPathQueue.cpp */,
|
|
6BB5013012F458CB001B1957 /* DetourProximityGrid.h */,
|
|
6BB5013512F458CB001B1957 /* DetourProximityGrid.cpp */,
|
|
);
|
|
name = DetourCrowd;
|
|
sourceTree = "<group>";
|
|
};
|
|
6BB7FE8E10F4A175006DA0A6 /* Tools */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
6BAF3C571211663A008CFCDF /* CrowdTool.h */,
|
|
6BAF3C581211663A008CFCDF /* CrowdTool.cpp */,
|
|
6B324C64111C5D9A00EBD2FD /* ConvexVolumeTool.h */,
|
|
6B324C65111C5D9A00EBD2FD /* ConvexVolumeTool.cpp */,
|
|
6BCF32341104CD05009445BF /* OffMeshConnectionTool.h */,
|
|
6BCF32351104CD05009445BF /* OffMeshConnectionTool.cpp */,
|
|
6BB7FC0910EBB6AA006DA0A6 /* NavMeshTesterTool.h */,
|
|
6BB7FC0A10EBB6AA006DA0A6 /* NavMeshTesterTool.cpp */,
|
|
);
|
|
name = Tools;
|
|
sourceTree = "<group>";
|
|
};
|
|
6BB93C7610CFE1BD00F74F2B /* DebugUtils */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
6BB93CF410CFEC4500F74F2B /* RecastDump.h */,
|
|
6BB93CF510CFEC4500F74F2B /* RecastDump.cpp */,
|
|
6BB93C7710CFE1D500F74F2B /* DebugDraw.h */,
|
|
6BB93C7A10CFE1D500F74F2B /* DebugDraw.cpp */,
|
|
6BB93C7910CFE1D500F74F2B /* RecastDebugDraw.h */,
|
|
6BB93C7C10CFE1D500F74F2B /* RecastDebugDraw.cpp */,
|
|
6BB93C7810CFE1D500F74F2B /* DetourDebugDraw.h */,
|
|
6BB93C7B10CFE1D500F74F2B /* DetourDebugDraw.cpp */,
|
|
);
|
|
name = DebugUtils;
|
|
sourceTree = "<group>";
|
|
};
|
|
6BDD9E030F91110C00904EEF /* Detour */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
6BAF427A121ADCC2008CFCDF /* DetourAssert.h */,
|
|
6B9846ED11E718F800FA177B /* DetourAlloc.h */,
|
|
6B9846EE11E718F800FA177B /* DetourAlloc.cpp */,
|
|
6B8DE88B10B69E4C00DF20FB /* DetourNavMesh.h */,
|
|
6B8DE88710B69E3E00DF20FB /* DetourNavMesh.cpp */,
|
|
6BAF40D912196A25008CFCDF /* DetourNavMeshQuery.h */,
|
|
6BAF40DA12196A3D008CFCDF /* DetourNavMeshQuery.cpp */,
|
|
6B8DE88C10B69E4C00DF20FB /* DetourNavMeshBuilder.h */,
|
|
6B8DE88810B69E3E00DF20FB /* DetourNavMeshBuilder.cpp */,
|
|
6B1185F61006896B0018F96F /* DetourNode.h */,
|
|
6B1185F41006895B0018F96F /* DetourNode.cpp */,
|
|
6B1185FC10068B040018F96F /* DetourCommon.h */,
|
|
6B1185FD10068B150018F96F /* DetourCommon.cpp */,
|
|
6B86B21213387FB200B14842 /* DetourStatus.h */,
|
|
);
|
|
name = Detour;
|
|
sourceTree = "<group>";
|
|
};
|
|
/* End PBXGroup section */
|
|
|
|
/* Begin PBXNativeTarget section */
|
|
8D1107260486CEB800E47090 /* Recast */ = {
|
|
isa = PBXNativeTarget;
|
|
buildConfigurationList = C01FCF4A08A954540054247B /* Build configuration list for PBXNativeTarget "Recast" */;
|
|
buildPhases = (
|
|
8D1107290486CEB800E47090 /* Resources */,
|
|
8D11072C0486CEB800E47090 /* Sources */,
|
|
8D11072E0486CEB800E47090 /* Frameworks */,
|
|
);
|
|
buildRules = (
|
|
);
|
|
dependencies = (
|
|
);
|
|
name = Recast;
|
|
productInstallPath = "$(HOME)/Applications";
|
|
productName = Recast;
|
|
productReference = 8D1107320486CEB800E47090 /* Recast.app */;
|
|
productType = "com.apple.product-type.application";
|
|
};
|
|
/* End PBXNativeTarget section */
|
|
|
|
/* Begin PBXProject section */
|
|
29B97313FDCFA39411CA2CEA /* Project object */ = {
|
|
isa = PBXProject;
|
|
buildConfigurationList = C01FCF4E08A954540054247B /* Build configuration list for PBXProject "Recast" */;
|
|
compatibilityVersion = "Xcode 3.1";
|
|
hasScannedForEncodings = 1;
|
|
mainGroup = 29B97314FDCFA39411CA2CEA /* Recast */;
|
|
projectDirPath = "";
|
|
projectRoot = "";
|
|
targets = (
|
|
8D1107260486CEB800E47090 /* Recast */,
|
|
);
|
|
};
|
|
/* End PBXProject section */
|
|
|
|
/* Begin PBXResourcesBuildPhase section */
|
|
8D1107290486CEB800E47090 /* Resources */ = {
|
|
isa = PBXResourcesBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
8D11072B0486CEB800E47090 /* InfoPlist.strings in Resources */,
|
|
1DDD58160DA1D0A300B32029 /* MainMenu.xib in Resources */,
|
|
6B024C0D10060AC600CF7107 /* Icon.icns in Resources */,
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
/* End PBXResourcesBuildPhase section */
|
|
|
|
/* Begin PBXSourcesBuildPhase section */
|
|
8D11072C0486CEB800E47090 /* Sources */ = {
|
|
isa = PBXSourcesBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
6B137C710F7FCBBB00459200 /* imgui.cpp in Sources */,
|
|
6B137C720F7FCBBB00459200 /* MeshLoaderObj.cpp in Sources */,
|
|
6B137C730F7FCBBB00459200 /* SDLMain.m in Sources */,
|
|
6B137C8B0F7FCC1100459200 /* Recast.cpp in Sources */,
|
|
6B137C8C0F7FCC1100459200 /* RecastContour.cpp in Sources */,
|
|
6B137C8E0F7FCC1100459200 /* RecastFilter.cpp in Sources */,
|
|
6B137C900F7FCC1100459200 /* RecastMesh.cpp in Sources */,
|
|
6B137C910F7FCC1100459200 /* RecastRasterization.cpp in Sources */,
|
|
6B137C920F7FCC1100459200 /* RecastRegion.cpp in Sources */,
|
|
6BB788170FC0472B003C24DB /* ChunkyTriMesh.cpp in Sources */,
|
|
6B25B6190FFA62BE004F1BC4 /* Sample.cpp in Sources */,
|
|
6B25B61D0FFA62BE004F1BC4 /* main.cpp in Sources */,
|
|
6B2AEC530FFB8958005BE9CC /* Sample_TileMesh.cpp in Sources */,
|
|
6B1185F51006895B0018F96F /* DetourNode.cpp in Sources */,
|
|
6B1185FE10068B150018F96F /* DetourCommon.cpp in Sources */,
|
|
6B555DB1100B212E00247EA3 /* imguiRenderGL.cpp in Sources */,
|
|
6B62416A103434880002E346 /* RecastMeshDetail.cpp in Sources */,
|
|
6B8DE88910B69E3E00DF20FB /* DetourNavMesh.cpp in Sources */,
|
|
6B8DE88A10B69E3E00DF20FB /* DetourNavMeshBuilder.cpp in Sources */,
|
|
6BB93C7D10CFE1D500F74F2B /* DebugDraw.cpp in Sources */,
|
|
6BB93C7E10CFE1D500F74F2B /* DetourDebugDraw.cpp in Sources */,
|
|
6BB93C7F10CFE1D500F74F2B /* RecastDebugDraw.cpp in Sources */,
|
|
6BB93CF610CFEC4500F74F2B /* RecastDump.cpp in Sources */,
|
|
6BB7FC0B10EBB6AA006DA0A6 /* NavMeshTesterTool.cpp in Sources */,
|
|
6BB7FDA510F36F0E006DA0A6 /* InputGeom.cpp in Sources */,
|
|
6BCF32361104CD05009445BF /* OffMeshConnectionTool.cpp in Sources */,
|
|
6BF7C1401111953A002B3F46 /* TestCase.cpp in Sources */,
|
|
6BF7C4541115C277002B3F46 /* RecastArea.cpp in Sources */,
|
|
6B324C66111C5D9A00EBD2FD /* ConvexVolumeTool.cpp in Sources */,
|
|
6B8036AE113BAABE005ED67B /* Sample_Debug.cpp in Sources */,
|
|
6BF5F23A11747606000502A6 /* Filelist.cpp in Sources */,
|
|
6BF5F2401174763B000502A6 /* SlideShow.cpp in Sources */,
|
|
6B9846EF11E718F800FA177B /* DetourAlloc.cpp in Sources */,
|
|
6B9847B811E7519A00FA177B /* RecastAlloc.cpp in Sources */,
|
|
6BAF3C591211663A008CFCDF /* CrowdTool.cpp in Sources */,
|
|
6BAF40DB12196A3D008CFCDF /* DetourNavMeshQuery.cpp in Sources */,
|
|
6BAF4442121C3D26008CFCDF /* SampleInterfaces.cpp in Sources */,
|
|
6BD402011224279400995864 /* PerfTimer.cpp in Sources */,
|
|
6B847777122D221D00ADF63D /* ValueHistory.cpp in Sources */,
|
|
6B5683B812D9E7D3000B9960 /* Sample_TempObstacles.cpp in Sources */,
|
|
6BB5013612F458CB001B1957 /* DetourCrowd.cpp in Sources */,
|
|
6BB5013712F458CB001B1957 /* DetourLocalBoundary.cpp in Sources */,
|
|
6BB5013812F458CB001B1957 /* DetourPathCorridor.cpp in Sources */,
|
|
6BB5013912F458CB001B1957 /* DetourPathQueue.cpp in Sources */,
|
|
6BB5013A12F458CB001B1957 /* DetourProximityGrid.cpp in Sources */,
|
|
6BB501E312F46B6A001B1957 /* DetourObstacleAvoidance.cpp in Sources */,
|
|
6B86C9AA12F69DD500C92D2E /* fastlz.c in Sources */,
|
|
6B3F9D6D13179EFC000B33D9 /* RecastLayers.cpp in Sources */,
|
|
6BD1B1D01323E2EC00587F83 /* Sample_SoloMesh.cpp in Sources */,
|
|
6B5DC3B713350E6300D33D05 /* DetourTileCacheBuilder.cpp in Sources */,
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
/* End PBXSourcesBuildPhase section */
|
|
|
|
/* Begin PBXVariantGroup section */
|
|
089C165CFE840E0CC02AAC07 /* InfoPlist.strings */ = {
|
|
isa = PBXVariantGroup;
|
|
children = (
|
|
089C165DFE840E0CC02AAC07 /* English */,
|
|
);
|
|
name = InfoPlist.strings;
|
|
sourceTree = "<group>";
|
|
};
|
|
1DDD58140DA1D0A300B32029 /* MainMenu.xib */ = {
|
|
isa = PBXVariantGroup;
|
|
children = (
|
|
1DDD58150DA1D0A300B32029 /* English */,
|
|
);
|
|
name = MainMenu.xib;
|
|
sourceTree = "<group>";
|
|
};
|
|
/* End PBXVariantGroup section */
|
|
|
|
/* Begin XCBuildConfiguration section */
|
|
C01FCF4B08A954540054247B /* Debug */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
ALWAYS_SEARCH_USER_PATHS = NO;
|
|
CONFIGURATION_BUILD_DIR = ../../Bin;
|
|
COPY_PHASE_STRIP = NO;
|
|
GCC_DYNAMIC_NO_PIC = NO;
|
|
GCC_ENABLE_FIX_AND_CONTINUE = YES;
|
|
GCC_MODEL_TUNING = G5;
|
|
GCC_OPTIMIZATION_LEVEL = 0;
|
|
GCC_PRECOMPILE_PREFIX_HEADER = YES;
|
|
GCC_PREFIX_HEADER = Recast_Prefix.pch;
|
|
GCC_VERSION = 4.2;
|
|
HEADER_SEARCH_PATHS = "/Library/Frameworks/SDL.framework/Headers/**";
|
|
INFOPLIST_FILE = Info.plist;
|
|
INSTALL_PATH = "$(HOME)/Applications";
|
|
OTHER_CPLUSPLUSFLAGS = (
|
|
"$(OTHER_CFLAGS)",
|
|
"-Wreorder",
|
|
"-Wsign-compare",
|
|
"-Wall",
|
|
);
|
|
PRODUCT_NAME = Recast;
|
|
USER_HEADER_SEARCH_PATHS = "";
|
|
};
|
|
name = Debug;
|
|
};
|
|
C01FCF4C08A954540054247B /* Release */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
ALWAYS_SEARCH_USER_PATHS = NO;
|
|
ARCHS = "$(ARCHS_STANDARD_32_BIT)";
|
|
CONFIGURATION_BUILD_DIR = ../../Bin;
|
|
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
|
|
GCC_MODEL_TUNING = G5;
|
|
GCC_PRECOMPILE_PREFIX_HEADER = YES;
|
|
GCC_PREFIX_HEADER = Recast_Prefix.pch;
|
|
GCC_VERSION = 4.2;
|
|
HEADER_SEARCH_PATHS = "/Library/Frameworks/SDL.framework/Headers/**";
|
|
INFOPLIST_FILE = Info.plist;
|
|
INSTALL_PATH = "$(HOME)/Applications";
|
|
OTHER_CFLAGS = "";
|
|
OTHER_CPLUSPLUSFLAGS = (
|
|
"$(OTHER_CFLAGS)",
|
|
"-Wreorder",
|
|
"-Wsign-compare",
|
|
"-Wall",
|
|
);
|
|
PRODUCT_NAME = Recast;
|
|
USER_HEADER_SEARCH_PATHS = "";
|
|
};
|
|
name = Release;
|
|
};
|
|
C01FCF4F08A954540054247B /* Debug */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
ARCHS = "$(ARCHS_STANDARD_32_BIT)";
|
|
GCC_C_LANGUAGE_STANDARD = c99;
|
|
GCC_OPTIMIZATION_LEVEL = 0;
|
|
GCC_WARN_ABOUT_RETURN_TYPE = YES;
|
|
GCC_WARN_UNUSED_VARIABLE = YES;
|
|
ONLY_ACTIVE_ARCH = YES;
|
|
PREBINDING = NO;
|
|
SDKROOT = macosx10.5;
|
|
};
|
|
name = Debug;
|
|
};
|
|
C01FCF5008A954540054247B /* Release */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
ARCHS = "$(ARCHS_STANDARD_32_BIT)";
|
|
GCC_C_LANGUAGE_STANDARD = c99;
|
|
GCC_WARN_ABOUT_RETURN_TYPE = YES;
|
|
GCC_WARN_UNUSED_VARIABLE = YES;
|
|
PREBINDING = NO;
|
|
SDKROOT = macosx10.5;
|
|
};
|
|
name = Release;
|
|
};
|
|
/* End XCBuildConfiguration section */
|
|
|
|
/* Begin XCConfigurationList section */
|
|
C01FCF4A08A954540054247B /* Build configuration list for PBXNativeTarget "Recast" */ = {
|
|
isa = XCConfigurationList;
|
|
buildConfigurations = (
|
|
C01FCF4B08A954540054247B /* Debug */,
|
|
C01FCF4C08A954540054247B /* Release */,
|
|
);
|
|
defaultConfigurationIsVisible = 0;
|
|
defaultConfigurationName = Release;
|
|
};
|
|
C01FCF4E08A954540054247B /* Build configuration list for PBXProject "Recast" */ = {
|
|
isa = XCConfigurationList;
|
|
buildConfigurations = (
|
|
C01FCF4F08A954540054247B /* Debug */,
|
|
C01FCF5008A954540054247B /* Release */,
|
|
);
|
|
defaultConfigurationIsVisible = 0;
|
|
defaultConfigurationName = Release;
|
|
};
|
|
/* End XCConfigurationList section */
|
|
};
|
|
rootObject = 29B97313FDCFA39411CA2CEA /* Project object */;
|
|
}
|