project.pbxproj 29 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 46;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. 0B222593144C7A770051258C /* DetourAlloc.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0B22258D144C7A770051258C /* DetourAlloc.cpp */; };
  10. 0B222594144C7A770051258C /* DetourAlloc.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0B22258D144C7A770051258C /* DetourAlloc.cpp */; };
  11. 0B222595144C7A770051258C /* DetourCommon.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0B22258E144C7A770051258C /* DetourCommon.cpp */; };
  12. 0B222596144C7A770051258C /* DetourCommon.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0B22258E144C7A770051258C /* DetourCommon.cpp */; };
  13. 0B222597144C7A770051258C /* DetourNavMesh.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0B22258F144C7A770051258C /* DetourNavMesh.cpp */; };
  14. 0B222598144C7A770051258C /* DetourNavMesh.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0B22258F144C7A770051258C /* DetourNavMesh.cpp */; };
  15. 0B222599144C7A770051258C /* DetourNavMeshBuilder.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0B222590144C7A770051258C /* DetourNavMeshBuilder.cpp */; };
  16. 0B22259A144C7A770051258C /* DetourNavMeshBuilder.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0B222590144C7A770051258C /* DetourNavMeshBuilder.cpp */; };
  17. 0B22259B144C7A770051258C /* DetourNavMeshQuery.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0B222591144C7A770051258C /* DetourNavMeshQuery.cpp */; };
  18. 0B22259C144C7A770051258C /* DetourNavMeshQuery.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0B222591144C7A770051258C /* DetourNavMeshQuery.cpp */; };
  19. 0B22259D144C7A770051258C /* DetourNode.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0B222592144C7A770051258C /* DetourNode.cpp */; };
  20. 0B22259E144C7A770051258C /* DetourNode.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0B222592144C7A770051258C /* DetourNode.cpp */; };
  21. 0B2225A2144C7A970051258C /* DetourTileCache.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0B2225A0144C7A970051258C /* DetourTileCache.cpp */; };
  22. 0B2225A3144C7A970051258C /* DetourTileCache.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0B2225A0144C7A970051258C /* DetourTileCache.cpp */; };
  23. 0B2225A4144C7A970051258C /* DetourTileCacheBuilder.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0B2225A1144C7A970051258C /* DetourTileCacheBuilder.cpp */; };
  24. 0B2225A5144C7A970051258C /* DetourTileCacheBuilder.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0B2225A1144C7A970051258C /* DetourTileCacheBuilder.cpp */; };
  25. 0B2225B1144C7AAE0051258C /* Recast.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0B2225A7144C7AAE0051258C /* Recast.cpp */; };
  26. 0B2225B2144C7AAE0051258C /* Recast.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0B2225A7144C7AAE0051258C /* Recast.cpp */; };
  27. 0B2225B3144C7AAE0051258C /* RecastAlloc.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0B2225A8144C7AAE0051258C /* RecastAlloc.cpp */; };
  28. 0B2225B4144C7AAE0051258C /* RecastAlloc.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0B2225A8144C7AAE0051258C /* RecastAlloc.cpp */; };
  29. 0B2225B5144C7AAE0051258C /* RecastArea.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0B2225A9144C7AAE0051258C /* RecastArea.cpp */; };
  30. 0B2225B6144C7AAE0051258C /* RecastArea.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0B2225A9144C7AAE0051258C /* RecastArea.cpp */; };
  31. 0B2225B7144C7AAE0051258C /* RecastContour.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0B2225AA144C7AAE0051258C /* RecastContour.cpp */; };
  32. 0B2225B8144C7AAE0051258C /* RecastContour.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0B2225AA144C7AAE0051258C /* RecastContour.cpp */; };
  33. 0B2225B9144C7AAE0051258C /* RecastFilter.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0B2225AB144C7AAE0051258C /* RecastFilter.cpp */; };
  34. 0B2225BA144C7AAE0051258C /* RecastFilter.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0B2225AB144C7AAE0051258C /* RecastFilter.cpp */; };
  35. 0B2225BB144C7AAE0051258C /* RecastLayers.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0B2225AC144C7AAE0051258C /* RecastLayers.cpp */; };
  36. 0B2225BC144C7AAE0051258C /* RecastLayers.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0B2225AC144C7AAE0051258C /* RecastLayers.cpp */; };
  37. 0B2225BD144C7AAE0051258C /* RecastMesh.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0B2225AD144C7AAE0051258C /* RecastMesh.cpp */; };
  38. 0B2225BE144C7AAE0051258C /* RecastMesh.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0B2225AD144C7AAE0051258C /* RecastMesh.cpp */; };
  39. 0B2225BF144C7AAE0051258C /* RecastMeshDetail.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0B2225AE144C7AAE0051258C /* RecastMeshDetail.cpp */; };
  40. 0B2225C0144C7AAE0051258C /* RecastMeshDetail.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0B2225AE144C7AAE0051258C /* RecastMeshDetail.cpp */; };
  41. 0B2225C1144C7AAE0051258C /* RecastRasterization.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0B2225AF144C7AAE0051258C /* RecastRasterization.cpp */; };
  42. 0B2225C2144C7AAE0051258C /* RecastRasterization.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0B2225AF144C7AAE0051258C /* RecastRasterization.cpp */; };
  43. 0B2225C3144C7AAE0051258C /* RecastRegion.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0B2225B0144C7AAE0051258C /* RecastRegion.cpp */; };
  44. 0B2225C4144C7AAE0051258C /* RecastRegion.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0B2225B0144C7AAE0051258C /* RecastRegion.cpp */; };
  45. 0B2225D0144C92240051258C /* DetourAlloc.h in Headers */ = {isa = PBXBuildFile; fileRef = 0B2225C8144C92240051258C /* DetourAlloc.h */; };
  46. 0B2225D1144C92240051258C /* DetourAssert.h in Headers */ = {isa = PBXBuildFile; fileRef = 0B2225C9144C92240051258C /* DetourAssert.h */; };
  47. 0B2225D2144C92240051258C /* DetourCommon.h in Headers */ = {isa = PBXBuildFile; fileRef = 0B2225CA144C92240051258C /* DetourCommon.h */; };
  48. 0B2225D3144C92240051258C /* DetourNavMesh.h in Headers */ = {isa = PBXBuildFile; fileRef = 0B2225CB144C92240051258C /* DetourNavMesh.h */; };
  49. 0B2225D4144C92240051258C /* DetourNavMeshBuilder.h in Headers */ = {isa = PBXBuildFile; fileRef = 0B2225CC144C92240051258C /* DetourNavMeshBuilder.h */; };
  50. 0B2225D5144C92240051258C /* DetourNavMeshQuery.h in Headers */ = {isa = PBXBuildFile; fileRef = 0B2225CD144C92240051258C /* DetourNavMeshQuery.h */; };
  51. 0B2225D6144C92240051258C /* DetourNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 0B2225CE144C92240051258C /* DetourNode.h */; };
  52. 0B2225D7144C92240051258C /* DetourStatus.h in Headers */ = {isa = PBXBuildFile; fileRef = 0B2225CF144C92240051258C /* DetourStatus.h */; };
  53. 0B2225D8144C922F0051258C /* DetourAlloc.h in Headers */ = {isa = PBXBuildFile; fileRef = 0B2225C8144C92240051258C /* DetourAlloc.h */; };
  54. 0B2225D9144C922F0051258C /* DetourAssert.h in Headers */ = {isa = PBXBuildFile; fileRef = 0B2225C9144C92240051258C /* DetourAssert.h */; };
  55. 0B2225DA144C922F0051258C /* DetourCommon.h in Headers */ = {isa = PBXBuildFile; fileRef = 0B2225CA144C92240051258C /* DetourCommon.h */; };
  56. 0B2225DB144C922F0051258C /* DetourNavMesh.h in Headers */ = {isa = PBXBuildFile; fileRef = 0B2225CB144C92240051258C /* DetourNavMesh.h */; };
  57. 0B2225DC144C922F0051258C /* DetourNavMeshBuilder.h in Headers */ = {isa = PBXBuildFile; fileRef = 0B2225CC144C92240051258C /* DetourNavMeshBuilder.h */; };
  58. 0B2225DD144C922F0051258C /* DetourNavMeshQuery.h in Headers */ = {isa = PBXBuildFile; fileRef = 0B2225CD144C92240051258C /* DetourNavMeshQuery.h */; };
  59. 0B2225DE144C922F0051258C /* DetourNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 0B2225CE144C92240051258C /* DetourNode.h */; };
  60. 0B2225DF144C922F0051258C /* DetourStatus.h in Headers */ = {isa = PBXBuildFile; fileRef = 0B2225CF144C92240051258C /* DetourStatus.h */; };
  61. 0B2225E2144C92400051258C /* DetourTileCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 0B2225E0144C92400051258C /* DetourTileCache.h */; };
  62. 0B2225E3144C92400051258C /* DetourTileCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 0B2225E0144C92400051258C /* DetourTileCache.h */; };
  63. 0B2225E4144C92400051258C /* DetourTileCacheBuilder.h in Headers */ = {isa = PBXBuildFile; fileRef = 0B2225E1144C92400051258C /* DetourTileCacheBuilder.h */; };
  64. 0B2225E5144C92400051258C /* DetourTileCacheBuilder.h in Headers */ = {isa = PBXBuildFile; fileRef = 0B2225E1144C92400051258C /* DetourTileCacheBuilder.h */; };
  65. 0B2225E9144C924C0051258C /* Recast.h in Headers */ = {isa = PBXBuildFile; fileRef = 0B2225E6144C924C0051258C /* Recast.h */; };
  66. 0B2225EA144C924C0051258C /* Recast.h in Headers */ = {isa = PBXBuildFile; fileRef = 0B2225E6144C924C0051258C /* Recast.h */; };
  67. 0B2225EB144C924C0051258C /* RecastAlloc.h in Headers */ = {isa = PBXBuildFile; fileRef = 0B2225E7144C924C0051258C /* RecastAlloc.h */; };
  68. 0B2225EC144C924C0051258C /* RecastAlloc.h in Headers */ = {isa = PBXBuildFile; fileRef = 0B2225E7144C924C0051258C /* RecastAlloc.h */; };
  69. 0B2225ED144C924C0051258C /* RecastAssert.h in Headers */ = {isa = PBXBuildFile; fileRef = 0B2225E8144C924C0051258C /* RecastAssert.h */; };
  70. 0B2225EE144C924C0051258C /* RecastAssert.h in Headers */ = {isa = PBXBuildFile; fileRef = 0B2225E8144C924C0051258C /* RecastAssert.h */; };
  71. /* End PBXBuildFile section */
  72. /* Begin PBXFileReference section */
  73. 0B22258D144C7A770051258C /* DetourAlloc.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = DetourAlloc.cpp; path = ../Detour/Source/DetourAlloc.cpp; sourceTree = "<group>"; };
  74. 0B22258E144C7A770051258C /* DetourCommon.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = DetourCommon.cpp; path = ../Detour/Source/DetourCommon.cpp; sourceTree = "<group>"; };
  75. 0B22258F144C7A770051258C /* DetourNavMesh.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = DetourNavMesh.cpp; path = ../Detour/Source/DetourNavMesh.cpp; sourceTree = "<group>"; };
  76. 0B222590144C7A770051258C /* DetourNavMeshBuilder.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = DetourNavMeshBuilder.cpp; path = ../Detour/Source/DetourNavMeshBuilder.cpp; sourceTree = "<group>"; };
  77. 0B222591144C7A770051258C /* DetourNavMeshQuery.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = DetourNavMeshQuery.cpp; path = ../Detour/Source/DetourNavMeshQuery.cpp; sourceTree = "<group>"; };
  78. 0B222592144C7A770051258C /* DetourNode.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = DetourNode.cpp; path = ../Detour/Source/DetourNode.cpp; sourceTree = "<group>"; };
  79. 0B2225A0144C7A970051258C /* DetourTileCache.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = DetourTileCache.cpp; path = ../DetourTileCache/Source/DetourTileCache.cpp; sourceTree = "<group>"; };
  80. 0B2225A1144C7A970051258C /* DetourTileCacheBuilder.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = DetourTileCacheBuilder.cpp; path = ../DetourTileCache/Source/DetourTileCacheBuilder.cpp; sourceTree = "<group>"; };
  81. 0B2225A7144C7AAE0051258C /* Recast.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Recast.cpp; path = ../Recast/Source/Recast.cpp; sourceTree = "<group>"; };
  82. 0B2225A8144C7AAE0051258C /* RecastAlloc.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = RecastAlloc.cpp; path = ../Recast/Source/RecastAlloc.cpp; sourceTree = "<group>"; };
  83. 0B2225A9144C7AAE0051258C /* RecastArea.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = RecastArea.cpp; path = ../Recast/Source/RecastArea.cpp; sourceTree = "<group>"; };
  84. 0B2225AA144C7AAE0051258C /* RecastContour.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = RecastContour.cpp; path = ../Recast/Source/RecastContour.cpp; sourceTree = "<group>"; };
  85. 0B2225AB144C7AAE0051258C /* RecastFilter.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = RecastFilter.cpp; path = ../Recast/Source/RecastFilter.cpp; sourceTree = "<group>"; };
  86. 0B2225AC144C7AAE0051258C /* RecastLayers.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = RecastLayers.cpp; path = ../Recast/Source/RecastLayers.cpp; sourceTree = "<group>"; };
  87. 0B2225AD144C7AAE0051258C /* RecastMesh.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = RecastMesh.cpp; path = ../Recast/Source/RecastMesh.cpp; sourceTree = "<group>"; };
  88. 0B2225AE144C7AAE0051258C /* RecastMeshDetail.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = RecastMeshDetail.cpp; path = ../Recast/Source/RecastMeshDetail.cpp; sourceTree = "<group>"; };
  89. 0B2225AF144C7AAE0051258C /* RecastRasterization.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = RecastRasterization.cpp; path = ../Recast/Source/RecastRasterization.cpp; sourceTree = "<group>"; };
  90. 0B2225B0144C7AAE0051258C /* RecastRegion.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = RecastRegion.cpp; path = ../Recast/Source/RecastRegion.cpp; sourceTree = "<group>"; };
  91. 0B2225C8144C92240051258C /* DetourAlloc.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = DetourAlloc.h; path = ../Detour/Include/DetourAlloc.h; sourceTree = "<group>"; };
  92. 0B2225C9144C92240051258C /* DetourAssert.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = DetourAssert.h; path = ../Detour/Include/DetourAssert.h; sourceTree = "<group>"; };
  93. 0B2225CA144C92240051258C /* DetourCommon.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = DetourCommon.h; path = ../Detour/Include/DetourCommon.h; sourceTree = "<group>"; };
  94. 0B2225CB144C92240051258C /* DetourNavMesh.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = DetourNavMesh.h; path = ../Detour/Include/DetourNavMesh.h; sourceTree = "<group>"; };
  95. 0B2225CC144C92240051258C /* DetourNavMeshBuilder.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = DetourNavMeshBuilder.h; path = ../Detour/Include/DetourNavMeshBuilder.h; sourceTree = "<group>"; };
  96. 0B2225CD144C92240051258C /* DetourNavMeshQuery.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = DetourNavMeshQuery.h; path = ../Detour/Include/DetourNavMeshQuery.h; sourceTree = "<group>"; };
  97. 0B2225CE144C92240051258C /* DetourNode.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = DetourNode.h; path = ../Detour/Include/DetourNode.h; sourceTree = "<group>"; };
  98. 0B2225CF144C92240051258C /* DetourStatus.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = DetourStatus.h; path = ../Detour/Include/DetourStatus.h; sourceTree = "<group>"; };
  99. 0B2225E0144C92400051258C /* DetourTileCache.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = DetourTileCache.h; path = ../DetourTileCache/Include/DetourTileCache.h; sourceTree = "<group>"; };
  100. 0B2225E1144C92400051258C /* DetourTileCacheBuilder.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = DetourTileCacheBuilder.h; path = ../DetourTileCache/Include/DetourTileCacheBuilder.h; sourceTree = "<group>"; };
  101. 0B2225E6144C924C0051258C /* Recast.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = Recast.h; path = ../Recast/Include/Recast.h; sourceTree = "<group>"; };
  102. 0B2225E7144C924C0051258C /* RecastAlloc.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = RecastAlloc.h; path = ../Recast/Include/RecastAlloc.h; sourceTree = "<group>"; };
  103. 0B2225E8144C924C0051258C /* RecastAssert.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = RecastAssert.h; path = ../Recast/Include/RecastAssert.h; sourceTree = "<group>"; };
  104. 0BDA9CC5121EE4C400ED5E97 /* libRecast.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libRecast.a; sourceTree = BUILT_PRODUCTS_DIR; };
  105. D2AAC046055464E500DB518D /* libRecast.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libRecast.a; sourceTree = BUILT_PRODUCTS_DIR; };
  106. /* End PBXFileReference section */
  107. /* Begin PBXFrameworksBuildPhase section */
  108. 0BDA9CC3121EE4C400ED5E97 /* Frameworks */ = {
  109. isa = PBXFrameworksBuildPhase;
  110. buildActionMask = 2147483647;
  111. files = (
  112. );
  113. runOnlyForDeploymentPostprocessing = 0;
  114. };
  115. D289987405E68DCB004EDB86 /* Frameworks */ = {
  116. isa = PBXFrameworksBuildPhase;
  117. buildActionMask = 2147483647;
  118. files = (
  119. );
  120. runOnlyForDeploymentPostprocessing = 0;
  121. };
  122. /* End PBXFrameworksBuildPhase section */
  123. /* Begin PBXGroup section */
  124. 08FB7794FE84155DC02AAC07 /* lzma */ = {
  125. isa = PBXGroup;
  126. children = (
  127. 08FB7795FE84155DC02AAC07 /* Source */,
  128. 1AB674ADFE9D54B511CA2CBB /* Products */,
  129. );
  130. name = lzma;
  131. sourceTree = "<group>";
  132. };
  133. 08FB7795FE84155DC02AAC07 /* Source */ = {
  134. isa = PBXGroup;
  135. children = (
  136. 0B2225A6144C7A9F0051258C /* Recast */,
  137. 0B22259F144C7A870051258C /* DetourTileCache */,
  138. 0B22258C144C7A600051258C /* Detour */,
  139. );
  140. name = Source;
  141. sourceTree = "<group>";
  142. };
  143. 0B22258C144C7A600051258C /* Detour */ = {
  144. isa = PBXGroup;
  145. children = (
  146. 0B2225C8144C92240051258C /* DetourAlloc.h */,
  147. 0B2225C9144C92240051258C /* DetourAssert.h */,
  148. 0B2225CA144C92240051258C /* DetourCommon.h */,
  149. 0B2225CB144C92240051258C /* DetourNavMesh.h */,
  150. 0B2225CC144C92240051258C /* DetourNavMeshBuilder.h */,
  151. 0B2225CD144C92240051258C /* DetourNavMeshQuery.h */,
  152. 0B2225CE144C92240051258C /* DetourNode.h */,
  153. 0B2225CF144C92240051258C /* DetourStatus.h */,
  154. 0B22258D144C7A770051258C /* DetourAlloc.cpp */,
  155. 0B22258E144C7A770051258C /* DetourCommon.cpp */,
  156. 0B22258F144C7A770051258C /* DetourNavMesh.cpp */,
  157. 0B222590144C7A770051258C /* DetourNavMeshBuilder.cpp */,
  158. 0B222591144C7A770051258C /* DetourNavMeshQuery.cpp */,
  159. 0B222592144C7A770051258C /* DetourNode.cpp */,
  160. );
  161. name = Detour;
  162. sourceTree = "<group>";
  163. };
  164. 0B22259F144C7A870051258C /* DetourTileCache */ = {
  165. isa = PBXGroup;
  166. children = (
  167. 0B2225E0144C92400051258C /* DetourTileCache.h */,
  168. 0B2225E1144C92400051258C /* DetourTileCacheBuilder.h */,
  169. 0B2225A0144C7A970051258C /* DetourTileCache.cpp */,
  170. 0B2225A1144C7A970051258C /* DetourTileCacheBuilder.cpp */,
  171. );
  172. name = DetourTileCache;
  173. sourceTree = "<group>";
  174. };
  175. 0B2225A6144C7A9F0051258C /* Recast */ = {
  176. isa = PBXGroup;
  177. children = (
  178. 0B2225E6144C924C0051258C /* Recast.h */,
  179. 0B2225E7144C924C0051258C /* RecastAlloc.h */,
  180. 0B2225E8144C924C0051258C /* RecastAssert.h */,
  181. 0B2225A7144C7AAE0051258C /* Recast.cpp */,
  182. 0B2225A8144C7AAE0051258C /* RecastAlloc.cpp */,
  183. 0B2225A9144C7AAE0051258C /* RecastArea.cpp */,
  184. 0B2225AA144C7AAE0051258C /* RecastContour.cpp */,
  185. 0B2225AB144C7AAE0051258C /* RecastFilter.cpp */,
  186. 0B2225AC144C7AAE0051258C /* RecastLayers.cpp */,
  187. 0B2225AD144C7AAE0051258C /* RecastMesh.cpp */,
  188. 0B2225AE144C7AAE0051258C /* RecastMeshDetail.cpp */,
  189. 0B2225AF144C7AAE0051258C /* RecastRasterization.cpp */,
  190. 0B2225B0144C7AAE0051258C /* RecastRegion.cpp */,
  191. );
  192. name = Recast;
  193. sourceTree = "<group>";
  194. };
  195. 1AB674ADFE9D54B511CA2CBB /* Products */ = {
  196. isa = PBXGroup;
  197. children = (
  198. D2AAC046055464E500DB518D /* libRecast.a */,
  199. 0BDA9CC5121EE4C400ED5E97 /* libRecast.a */,
  200. );
  201. name = Products;
  202. sourceTree = "<group>";
  203. };
  204. /* End PBXGroup section */
  205. /* Begin PBXHeadersBuildPhase section */
  206. 0BDA9CC1121EE4C400ED5E97 /* Headers */ = {
  207. isa = PBXHeadersBuildPhase;
  208. buildActionMask = 2147483647;
  209. files = (
  210. 0B2225D8144C922F0051258C /* DetourAlloc.h in Headers */,
  211. 0B2225D9144C922F0051258C /* DetourAssert.h in Headers */,
  212. 0B2225DA144C922F0051258C /* DetourCommon.h in Headers */,
  213. 0B2225DB144C922F0051258C /* DetourNavMesh.h in Headers */,
  214. 0B2225DC144C922F0051258C /* DetourNavMeshBuilder.h in Headers */,
  215. 0B2225DD144C922F0051258C /* DetourNavMeshQuery.h in Headers */,
  216. 0B2225DE144C922F0051258C /* DetourNode.h in Headers */,
  217. 0B2225DF144C922F0051258C /* DetourStatus.h in Headers */,
  218. 0B2225E3144C92400051258C /* DetourTileCache.h in Headers */,
  219. 0B2225E5144C92400051258C /* DetourTileCacheBuilder.h in Headers */,
  220. 0B2225EA144C924C0051258C /* Recast.h in Headers */,
  221. 0B2225EC144C924C0051258C /* RecastAlloc.h in Headers */,
  222. 0B2225EE144C924C0051258C /* RecastAssert.h in Headers */,
  223. );
  224. runOnlyForDeploymentPostprocessing = 0;
  225. };
  226. D2AAC043055464E500DB518D /* Headers */ = {
  227. isa = PBXHeadersBuildPhase;
  228. buildActionMask = 2147483647;
  229. files = (
  230. 0B2225D0144C92240051258C /* DetourAlloc.h in Headers */,
  231. 0B2225D1144C92240051258C /* DetourAssert.h in Headers */,
  232. 0B2225D2144C92240051258C /* DetourCommon.h in Headers */,
  233. 0B2225D3144C92240051258C /* DetourNavMesh.h in Headers */,
  234. 0B2225D4144C92240051258C /* DetourNavMeshBuilder.h in Headers */,
  235. 0B2225D5144C92240051258C /* DetourNavMeshQuery.h in Headers */,
  236. 0B2225D6144C92240051258C /* DetourNode.h in Headers */,
  237. 0B2225D7144C92240051258C /* DetourStatus.h in Headers */,
  238. 0B2225E2144C92400051258C /* DetourTileCache.h in Headers */,
  239. 0B2225E4144C92400051258C /* DetourTileCacheBuilder.h in Headers */,
  240. 0B2225E9144C924C0051258C /* Recast.h in Headers */,
  241. 0B2225EB144C924C0051258C /* RecastAlloc.h in Headers */,
  242. 0B2225ED144C924C0051258C /* RecastAssert.h in Headers */,
  243. );
  244. runOnlyForDeploymentPostprocessing = 0;
  245. };
  246. /* End PBXHeadersBuildPhase section */
  247. /* Begin PBXNativeTarget section */
  248. 0BDA9CC4121EE4C400ED5E97 /* iOS */ = {
  249. isa = PBXNativeTarget;
  250. buildConfigurationList = 0BDA9CD0121EE51C00ED5E97 /* Build configuration list for PBXNativeTarget "iOS" */;
  251. buildPhases = (
  252. 0BDA9CC1121EE4C400ED5E97 /* Headers */,
  253. 0BDA9CC2121EE4C400ED5E97 /* Sources */,
  254. 0BDA9CC3121EE4C400ED5E97 /* Frameworks */,
  255. );
  256. buildRules = (
  257. );
  258. dependencies = (
  259. );
  260. name = iOS;
  261. productName = iPhone;
  262. productReference = 0BDA9CC5121EE4C400ED5E97 /* libRecast.a */;
  263. productType = "com.apple.product-type.library.static";
  264. };
  265. D2AAC045055464E500DB518D /* Mac */ = {
  266. isa = PBXNativeTarget;
  267. buildConfigurationList = 1DEB91EB08733DB70010E9CD /* Build configuration list for PBXNativeTarget "Mac" */;
  268. buildPhases = (
  269. D2AAC043055464E500DB518D /* Headers */,
  270. D2AAC044055464E500DB518D /* Sources */,
  271. D289987405E68DCB004EDB86 /* Frameworks */,
  272. );
  273. buildRules = (
  274. );
  275. dependencies = (
  276. );
  277. name = Mac;
  278. productName = lzma;
  279. productReference = D2AAC046055464E500DB518D /* libRecast.a */;
  280. productType = "com.apple.product-type.library.static";
  281. };
  282. /* End PBXNativeTarget section */
  283. /* Begin PBXProject section */
  284. 08FB7793FE84155DC02AAC07 /* Project object */ = {
  285. isa = PBXProject;
  286. attributes = {
  287. };
  288. buildConfigurationList = 1DEB91EF08733DB70010E9CD /* Build configuration list for PBXProject "Recast" */;
  289. compatibilityVersion = "Xcode 3.2";
  290. developmentRegion = English;
  291. hasScannedForEncodings = 1;
  292. knownRegions = (
  293. English,
  294. Japanese,
  295. French,
  296. German,
  297. );
  298. mainGroup = 08FB7794FE84155DC02AAC07 /* lzma */;
  299. projectDirPath = "";
  300. projectRoot = "";
  301. targets = (
  302. D2AAC045055464E500DB518D /* Mac */,
  303. 0BDA9CC4121EE4C400ED5E97 /* iOS */,
  304. );
  305. };
  306. /* End PBXProject section */
  307. /* Begin PBXSourcesBuildPhase section */
  308. 0BDA9CC2121EE4C400ED5E97 /* Sources */ = {
  309. isa = PBXSourcesBuildPhase;
  310. buildActionMask = 2147483647;
  311. files = (
  312. 0B222594144C7A770051258C /* DetourAlloc.cpp in Sources */,
  313. 0B222596144C7A770051258C /* DetourCommon.cpp in Sources */,
  314. 0B222598144C7A770051258C /* DetourNavMesh.cpp in Sources */,
  315. 0B22259A144C7A770051258C /* DetourNavMeshBuilder.cpp in Sources */,
  316. 0B22259C144C7A770051258C /* DetourNavMeshQuery.cpp in Sources */,
  317. 0B22259E144C7A770051258C /* DetourNode.cpp in Sources */,
  318. 0B2225A3144C7A970051258C /* DetourTileCache.cpp in Sources */,
  319. 0B2225A5144C7A970051258C /* DetourTileCacheBuilder.cpp in Sources */,
  320. 0B2225B2144C7AAE0051258C /* Recast.cpp in Sources */,
  321. 0B2225B4144C7AAE0051258C /* RecastAlloc.cpp in Sources */,
  322. 0B2225B6144C7AAE0051258C /* RecastArea.cpp in Sources */,
  323. 0B2225B8144C7AAE0051258C /* RecastContour.cpp in Sources */,
  324. 0B2225BA144C7AAE0051258C /* RecastFilter.cpp in Sources */,
  325. 0B2225BC144C7AAE0051258C /* RecastLayers.cpp in Sources */,
  326. 0B2225BE144C7AAE0051258C /* RecastMesh.cpp in Sources */,
  327. 0B2225C0144C7AAE0051258C /* RecastMeshDetail.cpp in Sources */,
  328. 0B2225C2144C7AAE0051258C /* RecastRasterization.cpp in Sources */,
  329. 0B2225C4144C7AAE0051258C /* RecastRegion.cpp in Sources */,
  330. );
  331. runOnlyForDeploymentPostprocessing = 0;
  332. };
  333. D2AAC044055464E500DB518D /* Sources */ = {
  334. isa = PBXSourcesBuildPhase;
  335. buildActionMask = 2147483647;
  336. files = (
  337. 0B222593144C7A770051258C /* DetourAlloc.cpp in Sources */,
  338. 0B222595144C7A770051258C /* DetourCommon.cpp in Sources */,
  339. 0B222597144C7A770051258C /* DetourNavMesh.cpp in Sources */,
  340. 0B222599144C7A770051258C /* DetourNavMeshBuilder.cpp in Sources */,
  341. 0B22259B144C7A770051258C /* DetourNavMeshQuery.cpp in Sources */,
  342. 0B22259D144C7A770051258C /* DetourNode.cpp in Sources */,
  343. 0B2225A2144C7A970051258C /* DetourTileCache.cpp in Sources */,
  344. 0B2225A4144C7A970051258C /* DetourTileCacheBuilder.cpp in Sources */,
  345. 0B2225B1144C7AAE0051258C /* Recast.cpp in Sources */,
  346. 0B2225B3144C7AAE0051258C /* RecastAlloc.cpp in Sources */,
  347. 0B2225B5144C7AAE0051258C /* RecastArea.cpp in Sources */,
  348. 0B2225B7144C7AAE0051258C /* RecastContour.cpp in Sources */,
  349. 0B2225B9144C7AAE0051258C /* RecastFilter.cpp in Sources */,
  350. 0B2225BB144C7AAE0051258C /* RecastLayers.cpp in Sources */,
  351. 0B2225BD144C7AAE0051258C /* RecastMesh.cpp in Sources */,
  352. 0B2225BF144C7AAE0051258C /* RecastMeshDetail.cpp in Sources */,
  353. 0B2225C1144C7AAE0051258C /* RecastRasterization.cpp in Sources */,
  354. 0B2225C3144C7AAE0051258C /* RecastRegion.cpp in Sources */,
  355. );
  356. runOnlyForDeploymentPostprocessing = 0;
  357. };
  358. /* End PBXSourcesBuildPhase section */
  359. /* Begin XCBuildConfiguration section */
  360. 0B96A71D1304843300CDC521 /* Debug */ = {
  361. isa = XCBuildConfiguration;
  362. buildSettings = {
  363. GCC_ENABLE_FIX_AND_CONTINUE = YES;
  364. GCC_OPTIMIZATION_LEVEL = fast;
  365. GCC_THREADSAFE_STATICS = NO;
  366. HEADER_SEARCH_PATHS = ../Detour/Include;
  367. PRODUCT_NAME = Recast;
  368. };
  369. name = Debug;
  370. };
  371. 0B96A71E1304843300CDC521 /* Debug */ = {
  372. isa = XCBuildConfiguration;
  373. buildSettings = {
  374. };
  375. name = Debug;
  376. };
  377. 0B96A71F1304843300CDC521 /* Debug */ = {
  378. isa = XCBuildConfiguration;
  379. buildSettings = {
  380. SDKROOT = iphoneos;
  381. };
  382. name = Debug;
  383. };
  384. 0BDA9CC7121EE4C400ED5E97 /* Release */ = {
  385. isa = XCBuildConfiguration;
  386. buildSettings = {
  387. SDKROOT = iphoneos;
  388. };
  389. name = Release;
  390. };
  391. 1DEB91ED08733DB70010E9CD /* Release */ = {
  392. isa = XCBuildConfiguration;
  393. buildSettings = {
  394. };
  395. name = Release;
  396. };
  397. 1DEB91F108733DB70010E9CD /* Release */ = {
  398. isa = XCBuildConfiguration;
  399. buildSettings = {
  400. GCC_GENERATE_DEBUGGING_SYMBOLS = NO;
  401. GCC_OPTIMIZATION_LEVEL = fast;
  402. GCC_THREADSAFE_STATICS = NO;
  403. HEADER_SEARCH_PATHS = ../Detour/Include;
  404. PRODUCT_NAME = Recast;
  405. };
  406. name = Release;
  407. };
  408. /* End XCBuildConfiguration section */
  409. /* Begin XCConfigurationList section */
  410. 0BDA9CD0121EE51C00ED5E97 /* Build configuration list for PBXNativeTarget "iOS" */ = {
  411. isa = XCConfigurationList;
  412. buildConfigurations = (
  413. 0BDA9CC7121EE4C400ED5E97 /* Release */,
  414. 0B96A71F1304843300CDC521 /* Debug */,
  415. );
  416. defaultConfigurationIsVisible = 0;
  417. defaultConfigurationName = Release;
  418. };
  419. 1DEB91EB08733DB70010E9CD /* Build configuration list for PBXNativeTarget "Mac" */ = {
  420. isa = XCConfigurationList;
  421. buildConfigurations = (
  422. 1DEB91ED08733DB70010E9CD /* Release */,
  423. 0B96A71E1304843300CDC521 /* Debug */,
  424. );
  425. defaultConfigurationIsVisible = 0;
  426. defaultConfigurationName = Release;
  427. };
  428. 1DEB91EF08733DB70010E9CD /* Build configuration list for PBXProject "Recast" */ = {
  429. isa = XCConfigurationList;
  430. buildConfigurations = (
  431. 1DEB91F108733DB70010E9CD /* Release */,
  432. 0B96A71D1304843300CDC521 /* Debug */,
  433. );
  434. defaultConfigurationIsVisible = 0;
  435. defaultConfigurationName = Release;
  436. };
  437. /* End XCConfigurationList section */
  438. };
  439. rootObject = 08FB7793FE84155DC02AAC07 /* Project object */;
  440. }