project.pbxproj 67 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 46;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. 8A0F81471BF541F900E24F9B /* lodepng.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8A0F80F91BF541F800E24F9B /* lodepng.cpp */; };
  10. 8A0F81481BF541F900E24F9B /* PolyBasicFileProvider.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8A0F80FA1BF541F800E24F9B /* PolyBasicFileProvider.cpp */; };
  11. 8A0F81491BF541F900E24F9B /* PolyBezierCurve.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8A0F80FB1BF541F800E24F9B /* PolyBezierCurve.cpp */; };
  12. 8A0F814A1BF541F900E24F9B /* PolyBone.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8A0F80FC1BF541F800E24F9B /* PolyBone.cpp */; };
  13. 8A0F814B1BF541F900E24F9B /* PolyCamera.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8A0F80FD1BF541F800E24F9B /* PolyCamera.cpp */; };
  14. 8A0F814C1BF541F900E24F9B /* PolyClient.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8A0F80FE1BF541F800E24F9B /* PolyClient.cpp */; };
  15. 8A0F814D1BF541F900E24F9B /* PolyColor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8A0F80FF1BF541F800E24F9B /* PolyColor.cpp */; };
  16. 8A0F814E1BF541F900E24F9B /* PolyConfig.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8A0F81001BF541F800E24F9B /* PolyConfig.cpp */; };
  17. 8A0F814F1BF541F900E24F9B /* PolyCore.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8A0F81011BF541F800E24F9B /* PolyCore.cpp */; };
  18. 8A0F81501BF541F900E24F9B /* PolyCoreFileProvider.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8A0F81021BF541F800E24F9B /* PolyCoreFileProvider.cpp */; };
  19. 8A0F81511BF541F900E24F9B /* PolyCoreInput.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8A0F81031BF541F800E24F9B /* PolyCoreInput.cpp */; };
  20. 8A0F81521BF541F900E24F9B /* PolyCoreServices.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8A0F81041BF541F800E24F9B /* PolyCoreServices.cpp */; };
  21. 8A0F81531BF541F900E24F9B /* PolyCubemap.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8A0F81051BF541F800E24F9B /* PolyCubemap.cpp */; };
  22. 8A0F81541BF541F900E24F9B /* PolyData.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8A0F81061BF541F800E24F9B /* PolyData.cpp */; };
  23. 8A0F81551BF541F900E24F9B /* PolyEntity.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8A0F81071BF541F800E24F9B /* PolyEntity.cpp */; };
  24. 8A0F81561BF541F900E24F9B /* PolyEvent.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8A0F81081BF541F800E24F9B /* PolyEvent.cpp */; };
  25. 8A0F81571BF541F900E24F9B /* PolyEventDispatcher.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8A0F81091BF541F800E24F9B /* PolyEventDispatcher.cpp */; };
  26. 8A0F81581BF541F900E24F9B /* PolyEventHandler.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8A0F810A1BF541F800E24F9B /* PolyEventHandler.cpp */; };
  27. 8A0F81591BF541F900E24F9B /* PolyFont.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8A0F810B1BF541F800E24F9B /* PolyFont.cpp */; };
  28. 8A0F815A1BF541F900E24F9B /* PolyFontGlyphSheet.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8A0F810C1BF541F800E24F9B /* PolyFontGlyphSheet.cpp */; };
  29. 8A0F815B1BF541F900E24F9B /* PolyFontManager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8A0F810D1BF541F800E24F9B /* PolyFontManager.cpp */; };
  30. 8A0F815C1BF541F900E24F9B /* PolyGPUDrawBuffer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8A0F810E1BF541F800E24F9B /* PolyGPUDrawBuffer.cpp */; };
  31. 8A0F815D1BF541F900E24F9B /* PolyImage.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8A0F810F1BF541F800E24F9B /* PolyImage.cpp */; };
  32. 8A0F815E1BF541F900E24F9B /* PolyInputEvent.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8A0F81101BF541F800E24F9B /* PolyInputEvent.cpp */; };
  33. 8A0F815F1BF541F900E24F9B /* PolyIOSCore.mm in Sources */ = {isa = PBXBuildFile; fileRef = 8A0F81111BF541F800E24F9B /* PolyIOSCore.mm */; };
  34. 8A0F81601BF541F900E24F9B /* PolyLabel.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8A0F81121BF541F800E24F9B /* PolyLabel.cpp */; };
  35. 8A0F81611BF541F900E24F9B /* PolyLogger.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8A0F81131BF541F800E24F9B /* PolyLogger.cpp */; };
  36. 8A0F81621BF541F900E24F9B /* PolyMaterial.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8A0F81141BF541F800E24F9B /* PolyMaterial.cpp */; };
  37. 8A0F81631BF541F900E24F9B /* PolyMaterialManager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8A0F81151BF541F800E24F9B /* PolyMaterialManager.cpp */; };
  38. 8A0F81641BF541F900E24F9B /* PolyMatrix4.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8A0F81161BF541F800E24F9B /* PolyMatrix4.cpp */; };
  39. 8A0F81651BF541F900E24F9B /* PolyMesh.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8A0F81171BF541F800E24F9B /* PolyMesh.cpp */; };
  40. 8A0F81661BF541F900E24F9B /* PolyObject.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8A0F81181BF541F800E24F9B /* PolyObject.cpp */; };
  41. 8A0F81671BF541F900E24F9B /* PolyOpenGLGraphicsInterface.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8A0F81191BF541F800E24F9B /* PolyOpenGLGraphicsInterface.cpp */; };
  42. 8A0F81681BF541F900E24F9B /* PolyParticleEmitter.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8A0F811A1BF541F800E24F9B /* PolyParticleEmitter.cpp */; };
  43. 8A0F81691BF541F900E24F9B /* PolyPeer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8A0F811B1BF541F800E24F9B /* PolyPeer.cpp */; };
  44. 8A0F816A1BF541F900E24F9B /* PolyPerlin.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8A0F811C1BF541F800E24F9B /* PolyPerlin.cpp */; };
  45. 8A0F816B1BF541F900E24F9B /* PolyPhysFSFileProvider.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8A0F811D1BF541F800E24F9B /* PolyPhysFSFileProvider.cpp */; };
  46. 8A0F816C1BF541F900E24F9B /* PolyQuaternion.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8A0F811E1BF541F800E24F9B /* PolyQuaternion.cpp */; };
  47. 8A0F816D1BF541F900E24F9B /* PolyQuaternionCurve.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8A0F811F1BF541F800E24F9B /* PolyQuaternionCurve.cpp */; };
  48. 8A0F816E1BF541F900E24F9B /* PolyRay.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8A0F81201BF541F800E24F9B /* PolyRay.cpp */; };
  49. 8A0F816F1BF541F900E24F9B /* PolyRectangle.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8A0F81211BF541F800E24F9B /* PolyRectangle.cpp */; };
  50. 8A0F81701BF541F900E24F9B /* PolyRenderDataArray.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8A0F81221BF541F800E24F9B /* PolyRenderDataArray.cpp */; };
  51. 8A0F81711BF541F900E24F9B /* PolyRenderer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8A0F81231BF541F800E24F9B /* PolyRenderer.cpp */; };
  52. 8A0F81721BF541F900E24F9B /* PolyResource.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8A0F81241BF541F800E24F9B /* PolyResource.cpp */; };
  53. 8A0F81731BF541F900E24F9B /* PolyResourceManager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8A0F81251BF541F800E24F9B /* PolyResourceManager.cpp */; };
  54. 8A0F81741BF541F900E24F9B /* PolyScene.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8A0F81261BF541F800E24F9B /* PolyScene.cpp */; };
  55. 8A0F81751BF541F900E24F9B /* PolySceneEntityInstance.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8A0F81271BF541F800E24F9B /* PolySceneEntityInstance.cpp */; };
  56. 8A0F81761BF541F900E24F9B /* PolySceneImage.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8A0F81281BF541F800E24F9B /* PolySceneImage.cpp */; };
  57. 8A0F81771BF541F900E24F9B /* PolySceneLabel.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8A0F81291BF541F800E24F9B /* PolySceneLabel.cpp */; };
  58. 8A0F81781BF541F900E24F9B /* PolySceneLight.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8A0F812A1BF541F800E24F9B /* PolySceneLight.cpp */; };
  59. 8A0F81791BF541F900E24F9B /* PolySceneLine.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8A0F812B1BF541F800E24F9B /* PolySceneLine.cpp */; };
  60. 8A0F817A1BF541F900E24F9B /* PolySceneManager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8A0F812C1BF541F800E24F9B /* PolySceneManager.cpp */; };
  61. 8A0F817B1BF541F900E24F9B /* PolySceneMesh.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8A0F812D1BF541F800E24F9B /* PolySceneMesh.cpp */; };
  62. 8A0F817C1BF541F900E24F9B /* PolyScenePrimitive.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8A0F812E1BF541F800E24F9B /* PolyScenePrimitive.cpp */; };
  63. 8A0F817D1BF541F900E24F9B /* PolySceneRenderTexture.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8A0F812F1BF541F800E24F9B /* PolySceneRenderTexture.cpp */; };
  64. 8A0F817E1BF541F900E24F9B /* PolySceneSound.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8A0F81301BF541F800E24F9B /* PolySceneSound.cpp */; };
  65. 8A0F817F1BF541F900E24F9B /* PolySceneSprite.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8A0F81311BF541F800E24F9B /* PolySceneSprite.cpp */; };
  66. 8A0F81801BF541F900E24F9B /* PolyServer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8A0F81321BF541F800E24F9B /* PolyServer.cpp */; };
  67. 8A0F81811BF541F900E24F9B /* PolyShader.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8A0F81331BF541F800E24F9B /* PolyShader.cpp */; };
  68. 8A0F81821BF541F900E24F9B /* PolySkeleton.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8A0F81341BF541F800E24F9B /* PolySkeleton.cpp */; };
  69. 8A0F81831BF541F900E24F9B /* PolySocket.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8A0F81351BF541F800E24F9B /* PolySocket.cpp */; };
  70. 8A0F81841BF541F900E24F9B /* PolySound.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8A0F81361BF541F800E24F9B /* PolySound.cpp */; };
  71. 8A0F81851BF541F900E24F9B /* PolySoundManager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8A0F81371BF541F800E24F9B /* PolySoundManager.cpp */; };
  72. 8A0F81861BF541F900E24F9B /* PolyString.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8A0F81381BF541F800E24F9B /* PolyString.cpp */; };
  73. 8A0F81871BF541F900E24F9B /* PolyTexture.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8A0F81391BF541F800E24F9B /* PolyTexture.cpp */; };
  74. 8A0F81881BF541F900E24F9B /* PolyThreaded.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8A0F813A1BF541F800E24F9B /* PolyThreaded.cpp */; };
  75. 8A0F81891BF541F900E24F9B /* PolyTimer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8A0F813B1BF541F800E24F9B /* PolyTimer.cpp */; };
  76. 8A0F818A1BF541F900E24F9B /* PolyTimerManager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8A0F813C1BF541F800E24F9B /* PolyTimerManager.cpp */; };
  77. 8A0F818B1BF541F900E24F9B /* PolyTween.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8A0F813D1BF541F800E24F9B /* PolyTween.cpp */; };
  78. 8A0F818C1BF541F900E24F9B /* PolyTweenManager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8A0F813E1BF541F800E24F9B /* PolyTweenManager.cpp */; };
  79. 8A0F818D1BF541F900E24F9B /* PolyVector2.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8A0F813F1BF541F800E24F9B /* PolyVector2.cpp */; };
  80. 8A0F818E1BF541F900E24F9B /* PolyVector3.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8A0F81401BF541F800E24F9B /* PolyVector3.cpp */; };
  81. 8A0F818F1BF541F900E24F9B /* PolyVector4.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8A0F81411BF541F800E24F9B /* PolyVector4.cpp */; };
  82. 8A0F81901BF541F900E24F9B /* rgbe.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8A0F81421BF541F800E24F9B /* rgbe.cpp */; };
  83. 8A0F81911BF541F900E24F9B /* tinystr.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8A0F81431BF541F800E24F9B /* tinystr.cpp */; };
  84. 8A0F81921BF541F900E24F9B /* tinyxml.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8A0F81441BF541F900E24F9B /* tinyxml.cpp */; };
  85. 8A0F81931BF541F900E24F9B /* tinyxmlerror.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8A0F81451BF541F900E24F9B /* tinyxmlerror.cpp */; };
  86. 8A0F81941BF541F900E24F9B /* tinyxmlparser.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8A0F81461BF541F900E24F9B /* tinyxmlparser.cpp */; };
  87. /* End PBXBuildFile section */
  88. /* Begin PBXCopyFilesBuildPhase section */
  89. 8A0F809E1BF5411500E24F9B /* CopyFiles */ = {
  90. isa = PBXCopyFilesBuildPhase;
  91. buildActionMask = 2147483647;
  92. dstPath = "include/$(PRODUCT_NAME)";
  93. dstSubfolderSpec = 16;
  94. files = (
  95. );
  96. runOnlyForDeploymentPostprocessing = 0;
  97. };
  98. /* End PBXCopyFilesBuildPhase section */
  99. /* Begin PBXFileReference section */
  100. 8A0F80A01BF5411500E24F9B /* libPolycodeCore.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libPolycodeCore.a; sourceTree = BUILT_PRODUCTS_DIR; };
  101. 8A0F80AE1BF5417E00E24F9B /* PolyBasicFileProvider.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = PolyBasicFileProvider.h; path = ../../../include/polycode/core/PolyBasicFileProvider.h; sourceTree = "<group>"; };
  102. 8A0F80AF1BF5417E00E24F9B /* PolyBezierCurve.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = PolyBezierCurve.h; path = ../../../include/polycode/core/PolyBezierCurve.h; sourceTree = "<group>"; };
  103. 8A0F80B01BF5417E00E24F9B /* PolyBone.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = PolyBone.h; path = ../../../include/polycode/core/PolyBone.h; sourceTree = "<group>"; };
  104. 8A0F80B11BF5417E00E24F9B /* PolyCamera.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = PolyCamera.h; path = ../../../include/polycode/core/PolyCamera.h; sourceTree = "<group>"; };
  105. 8A0F80B21BF5417E00E24F9B /* PolyClient.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = PolyClient.h; path = ../../../include/polycode/core/PolyClient.h; sourceTree = "<group>"; };
  106. 8A0F80B31BF5417E00E24F9B /* PolyColor.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = PolyColor.h; path = ../../../include/polycode/core/PolyColor.h; sourceTree = "<group>"; };
  107. 8A0F80B41BF5417E00E24F9B /* PolyConfig.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = PolyConfig.h; path = ../../../include/polycode/core/PolyConfig.h; sourceTree = "<group>"; };
  108. 8A0F80B51BF5417E00E24F9B /* PolyCore.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = PolyCore.h; path = ../../../include/polycode/core/PolyCore.h; sourceTree = "<group>"; };
  109. 8A0F80B61BF5417E00E24F9B /* PolyCoreFileProvider.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = PolyCoreFileProvider.h; path = ../../../include/polycode/core/PolyCoreFileProvider.h; sourceTree = "<group>"; };
  110. 8A0F80B71BF5417E00E24F9B /* PolyCoreInput.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = PolyCoreInput.h; path = ../../../include/polycode/core/PolyCoreInput.h; sourceTree = "<group>"; };
  111. 8A0F80B81BF5417E00E24F9B /* PolyCoreServices.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = PolyCoreServices.h; path = ../../../include/polycode/core/PolyCoreServices.h; sourceTree = "<group>"; };
  112. 8A0F80B91BF5417E00E24F9B /* PolyCubemap.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = PolyCubemap.h; path = ../../../include/polycode/core/PolyCubemap.h; sourceTree = "<group>"; };
  113. 8A0F80BA1BF5417E00E24F9B /* PolyData.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = PolyData.h; path = ../../../include/polycode/core/PolyData.h; sourceTree = "<group>"; };
  114. 8A0F80BB1BF5417E00E24F9B /* PolyEntity.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = PolyEntity.h; path = ../../../include/polycode/core/PolyEntity.h; sourceTree = "<group>"; };
  115. 8A0F80BC1BF5417E00E24F9B /* PolyEvent.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = PolyEvent.h; path = ../../../include/polycode/core/PolyEvent.h; sourceTree = "<group>"; };
  116. 8A0F80BD1BF5417E00E24F9B /* PolyEventDispatcher.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = PolyEventDispatcher.h; path = ../../../include/polycode/core/PolyEventDispatcher.h; sourceTree = "<group>"; };
  117. 8A0F80BE1BF5417E00E24F9B /* PolyEventHandler.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = PolyEventHandler.h; path = ../../../include/polycode/core/PolyEventHandler.h; sourceTree = "<group>"; };
  118. 8A0F80BF1BF5417E00E24F9B /* PolyFont.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = PolyFont.h; path = ../../../include/polycode/core/PolyFont.h; sourceTree = "<group>"; };
  119. 8A0F80C01BF5417E00E24F9B /* PolyFontGlyphSheet.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = PolyFontGlyphSheet.h; path = ../../../include/polycode/core/PolyFontGlyphSheet.h; sourceTree = "<group>"; };
  120. 8A0F80C11BF5417E00E24F9B /* PolyFontManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = PolyFontManager.h; path = ../../../include/polycode/core/PolyFontManager.h; sourceTree = "<group>"; };
  121. 8A0F80C21BF5417E00E24F9B /* PolyGlobals.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = PolyGlobals.h; path = ../../../include/polycode/core/PolyGlobals.h; sourceTree = "<group>"; };
  122. 8A0F80C31BF5417E00E24F9B /* PolyGPUDrawBuffer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = PolyGPUDrawBuffer.h; path = ../../../include/polycode/core/PolyGPUDrawBuffer.h; sourceTree = "<group>"; };
  123. 8A0F80C41BF5417E00E24F9B /* PolyImage.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = PolyImage.h; path = ../../../include/polycode/core/PolyImage.h; sourceTree = "<group>"; };
  124. 8A0F80C51BF5417E00E24F9B /* PolyInputEvent.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = PolyInputEvent.h; path = ../../../include/polycode/core/PolyInputEvent.h; sourceTree = "<group>"; };
  125. 8A0F80C61BF5417E00E24F9B /* PolyInputKeys.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = PolyInputKeys.h; path = ../../../include/polycode/core/PolyInputKeys.h; sourceTree = "<group>"; };
  126. 8A0F80C71BF5417E00E24F9B /* PolyIOSCore.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = PolyIOSCore.h; path = ../../../include/polycode/core/PolyIOSCore.h; sourceTree = "<group>"; };
  127. 8A0F80C81BF5417E00E24F9B /* PolyLabel.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = PolyLabel.h; path = ../../../include/polycode/core/PolyLabel.h; sourceTree = "<group>"; };
  128. 8A0F80C91BF5417E00E24F9B /* PolyLogger.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = PolyLogger.h; path = ../../../include/polycode/core/PolyLogger.h; sourceTree = "<group>"; };
  129. 8A0F80CA1BF5417E00E24F9B /* PolyMaterial.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = PolyMaterial.h; path = ../../../include/polycode/core/PolyMaterial.h; sourceTree = "<group>"; };
  130. 8A0F80CB1BF5417E00E24F9B /* PolyMaterialManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = PolyMaterialManager.h; path = ../../../include/polycode/core/PolyMaterialManager.h; sourceTree = "<group>"; };
  131. 8A0F80CC1BF5417E00E24F9B /* PolyMatrix4.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = PolyMatrix4.h; path = ../../../include/polycode/core/PolyMatrix4.h; sourceTree = "<group>"; };
  132. 8A0F80CD1BF5417E00E24F9B /* PolyMesh.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = PolyMesh.h; path = ../../../include/polycode/core/PolyMesh.h; sourceTree = "<group>"; };
  133. 8A0F80CE1BF5417E00E24F9B /* PolyObject.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = PolyObject.h; path = ../../../include/polycode/core/PolyObject.h; sourceTree = "<group>"; };
  134. 8A0F80CF1BF5417E00E24F9B /* PolyOpenGLGraphicsInterface.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = PolyOpenGLGraphicsInterface.h; path = ../../../include/polycode/core/PolyOpenGLGraphicsInterface.h; sourceTree = "<group>"; };
  135. 8A0F80D01BF5417E00E24F9B /* PolyParticleEmitter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = PolyParticleEmitter.h; path = ../../../include/polycode/core/PolyParticleEmitter.h; sourceTree = "<group>"; };
  136. 8A0F80D11BF5417E00E24F9B /* PolyPeer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = PolyPeer.h; path = ../../../include/polycode/core/PolyPeer.h; sourceTree = "<group>"; };
  137. 8A0F80D21BF5417E00E24F9B /* PolyPerlin.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = PolyPerlin.h; path = ../../../include/polycode/core/PolyPerlin.h; sourceTree = "<group>"; };
  138. 8A0F80D31BF5417E00E24F9B /* PolyPhysFSFileProvider.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = PolyPhysFSFileProvider.h; path = ../../../include/polycode/core/PolyPhysFSFileProvider.h; sourceTree = "<group>"; };
  139. 8A0F80D41BF5417E00E24F9B /* PolyQuaternion.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = PolyQuaternion.h; path = ../../../include/polycode/core/PolyQuaternion.h; sourceTree = "<group>"; };
  140. 8A0F80D51BF5417E00E24F9B /* PolyQuaternionCurve.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = PolyQuaternionCurve.h; path = ../../../include/polycode/core/PolyQuaternionCurve.h; sourceTree = "<group>"; };
  141. 8A0F80D61BF5417E00E24F9B /* PolyRay.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = PolyRay.h; path = ../../../include/polycode/core/PolyRay.h; sourceTree = "<group>"; };
  142. 8A0F80D71BF5417E00E24F9B /* PolyRectangle.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = PolyRectangle.h; path = ../../../include/polycode/core/PolyRectangle.h; sourceTree = "<group>"; };
  143. 8A0F80D81BF5417E00E24F9B /* PolyRenderDataArray.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = PolyRenderDataArray.h; path = ../../../include/polycode/core/PolyRenderDataArray.h; sourceTree = "<group>"; };
  144. 8A0F80D91BF5417E00E24F9B /* PolyRenderer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = PolyRenderer.h; path = ../../../include/polycode/core/PolyRenderer.h; sourceTree = "<group>"; };
  145. 8A0F80DA1BF5417E00E24F9B /* PolyResource.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = PolyResource.h; path = ../../../include/polycode/core/PolyResource.h; sourceTree = "<group>"; };
  146. 8A0F80DB1BF5417E00E24F9B /* PolyResourceManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = PolyResourceManager.h; path = ../../../include/polycode/core/PolyResourceManager.h; sourceTree = "<group>"; };
  147. 8A0F80DC1BF5417E00E24F9B /* PolyScene.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = PolyScene.h; path = ../../../include/polycode/core/PolyScene.h; sourceTree = "<group>"; };
  148. 8A0F80DD1BF5417E00E24F9B /* PolySceneEntityInstance.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = PolySceneEntityInstance.h; path = ../../../include/polycode/core/PolySceneEntityInstance.h; sourceTree = "<group>"; };
  149. 8A0F80DE1BF5417E00E24F9B /* PolySceneImage.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = PolySceneImage.h; path = ../../../include/polycode/core/PolySceneImage.h; sourceTree = "<group>"; };
  150. 8A0F80DF1BF5417E00E24F9B /* PolySceneLabel.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = PolySceneLabel.h; path = ../../../include/polycode/core/PolySceneLabel.h; sourceTree = "<group>"; };
  151. 8A0F80E01BF5417E00E24F9B /* PolySceneLight.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = PolySceneLight.h; path = ../../../include/polycode/core/PolySceneLight.h; sourceTree = "<group>"; };
  152. 8A0F80E11BF5417E00E24F9B /* PolySceneLine.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = PolySceneLine.h; path = ../../../include/polycode/core/PolySceneLine.h; sourceTree = "<group>"; };
  153. 8A0F80E21BF5417E00E24F9B /* PolySceneManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = PolySceneManager.h; path = ../../../include/polycode/core/PolySceneManager.h; sourceTree = "<group>"; };
  154. 8A0F80E31BF5417E00E24F9B /* PolySceneMesh.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = PolySceneMesh.h; path = ../../../include/polycode/core/PolySceneMesh.h; sourceTree = "<group>"; };
  155. 8A0F80E41BF5417E00E24F9B /* PolyScenePrimitive.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = PolyScenePrimitive.h; path = ../../../include/polycode/core/PolyScenePrimitive.h; sourceTree = "<group>"; };
  156. 8A0F80E51BF5417E00E24F9B /* PolySceneRenderTexture.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = PolySceneRenderTexture.h; path = ../../../include/polycode/core/PolySceneRenderTexture.h; sourceTree = "<group>"; };
  157. 8A0F80E61BF5417E00E24F9B /* PolySceneSound.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = PolySceneSound.h; path = ../../../include/polycode/core/PolySceneSound.h; sourceTree = "<group>"; };
  158. 8A0F80E71BF5417E00E24F9B /* PolySceneSprite.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = PolySceneSprite.h; path = ../../../include/polycode/core/PolySceneSprite.h; sourceTree = "<group>"; };
  159. 8A0F80E81BF5417E00E24F9B /* PolyServer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = PolyServer.h; path = ../../../include/polycode/core/PolyServer.h; sourceTree = "<group>"; };
  160. 8A0F80E91BF5417E00E24F9B /* PolyServerWorld.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = PolyServerWorld.h; path = ../../../include/polycode/core/PolyServerWorld.h; sourceTree = "<group>"; };
  161. 8A0F80EA1BF5417E00E24F9B /* PolyShader.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = PolyShader.h; path = ../../../include/polycode/core/PolyShader.h; sourceTree = "<group>"; };
  162. 8A0F80EB1BF5417E00E24F9B /* PolySkeleton.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = PolySkeleton.h; path = ../../../include/polycode/core/PolySkeleton.h; sourceTree = "<group>"; };
  163. 8A0F80EC1BF5417E00E24F9B /* PolySocket.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = PolySocket.h; path = ../../../include/polycode/core/PolySocket.h; sourceTree = "<group>"; };
  164. 8A0F80ED1BF5417E00E24F9B /* PolySound.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = PolySound.h; path = ../../../include/polycode/core/PolySound.h; sourceTree = "<group>"; };
  165. 8A0F80EE1BF5417E00E24F9B /* PolySoundManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = PolySoundManager.h; path = ../../../include/polycode/core/PolySoundManager.h; sourceTree = "<group>"; };
  166. 8A0F80EF1BF5417E00E24F9B /* PolyString.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = PolyString.h; path = ../../../include/polycode/core/PolyString.h; sourceTree = "<group>"; };
  167. 8A0F80F01BF5417E00E24F9B /* PolyTexture.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = PolyTexture.h; path = ../../../include/polycode/core/PolyTexture.h; sourceTree = "<group>"; };
  168. 8A0F80F11BF5417E00E24F9B /* PolyThreaded.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = PolyThreaded.h; path = ../../../include/polycode/core/PolyThreaded.h; sourceTree = "<group>"; };
  169. 8A0F80F21BF5417E00E24F9B /* PolyTimer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = PolyTimer.h; path = ../../../include/polycode/core/PolyTimer.h; sourceTree = "<group>"; };
  170. 8A0F80F31BF5417E00E24F9B /* PolyTimerManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = PolyTimerManager.h; path = ../../../include/polycode/core/PolyTimerManager.h; sourceTree = "<group>"; };
  171. 8A0F80F41BF5417E00E24F9B /* PolyTween.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = PolyTween.h; path = ../../../include/polycode/core/PolyTween.h; sourceTree = "<group>"; };
  172. 8A0F80F51BF5417E00E24F9B /* PolyTweenManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = PolyTweenManager.h; path = ../../../include/polycode/core/PolyTweenManager.h; sourceTree = "<group>"; };
  173. 8A0F80F61BF5417E00E24F9B /* PolyVector2.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = PolyVector2.h; path = ../../../include/polycode/core/PolyVector2.h; sourceTree = "<group>"; };
  174. 8A0F80F71BF5417E00E24F9B /* PolyVector3.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = PolyVector3.h; path = ../../../include/polycode/core/PolyVector3.h; sourceTree = "<group>"; };
  175. 8A0F80F81BF5417E00E24F9B /* PolyVector4.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = PolyVector4.h; path = ../../../include/polycode/core/PolyVector4.h; sourceTree = "<group>"; };
  176. 8A0F80F91BF541F800E24F9B /* lodepng.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = lodepng.cpp; path = ../../../src/core/lodepng.cpp; sourceTree = "<group>"; };
  177. 8A0F80FA1BF541F800E24F9B /* PolyBasicFileProvider.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = PolyBasicFileProvider.cpp; path = ../../../src/core/PolyBasicFileProvider.cpp; sourceTree = "<group>"; };
  178. 8A0F80FB1BF541F800E24F9B /* PolyBezierCurve.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = PolyBezierCurve.cpp; path = ../../../src/core/PolyBezierCurve.cpp; sourceTree = "<group>"; };
  179. 8A0F80FC1BF541F800E24F9B /* PolyBone.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = PolyBone.cpp; path = ../../../src/core/PolyBone.cpp; sourceTree = "<group>"; };
  180. 8A0F80FD1BF541F800E24F9B /* PolyCamera.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = PolyCamera.cpp; path = ../../../src/core/PolyCamera.cpp; sourceTree = "<group>"; };
  181. 8A0F80FE1BF541F800E24F9B /* PolyClient.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = PolyClient.cpp; path = ../../../src/core/PolyClient.cpp; sourceTree = "<group>"; };
  182. 8A0F80FF1BF541F800E24F9B /* PolyColor.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = PolyColor.cpp; path = ../../../src/core/PolyColor.cpp; sourceTree = "<group>"; };
  183. 8A0F81001BF541F800E24F9B /* PolyConfig.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = PolyConfig.cpp; path = ../../../src/core/PolyConfig.cpp; sourceTree = "<group>"; };
  184. 8A0F81011BF541F800E24F9B /* PolyCore.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = PolyCore.cpp; path = ../../../src/core/PolyCore.cpp; sourceTree = "<group>"; };
  185. 8A0F81021BF541F800E24F9B /* PolyCoreFileProvider.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = PolyCoreFileProvider.cpp; path = ../../../src/core/PolyCoreFileProvider.cpp; sourceTree = "<group>"; };
  186. 8A0F81031BF541F800E24F9B /* PolyCoreInput.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = PolyCoreInput.cpp; path = ../../../src/core/PolyCoreInput.cpp; sourceTree = "<group>"; };
  187. 8A0F81041BF541F800E24F9B /* PolyCoreServices.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = PolyCoreServices.cpp; path = ../../../src/core/PolyCoreServices.cpp; sourceTree = "<group>"; };
  188. 8A0F81051BF541F800E24F9B /* PolyCubemap.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = PolyCubemap.cpp; path = ../../../src/core/PolyCubemap.cpp; sourceTree = "<group>"; };
  189. 8A0F81061BF541F800E24F9B /* PolyData.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = PolyData.cpp; path = ../../../src/core/PolyData.cpp; sourceTree = "<group>"; };
  190. 8A0F81071BF541F800E24F9B /* PolyEntity.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = PolyEntity.cpp; path = ../../../src/core/PolyEntity.cpp; sourceTree = "<group>"; };
  191. 8A0F81081BF541F800E24F9B /* PolyEvent.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = PolyEvent.cpp; path = ../../../src/core/PolyEvent.cpp; sourceTree = "<group>"; };
  192. 8A0F81091BF541F800E24F9B /* PolyEventDispatcher.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = PolyEventDispatcher.cpp; path = ../../../src/core/PolyEventDispatcher.cpp; sourceTree = "<group>"; };
  193. 8A0F810A1BF541F800E24F9B /* PolyEventHandler.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = PolyEventHandler.cpp; path = ../../../src/core/PolyEventHandler.cpp; sourceTree = "<group>"; };
  194. 8A0F810B1BF541F800E24F9B /* PolyFont.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = PolyFont.cpp; path = ../../../src/core/PolyFont.cpp; sourceTree = "<group>"; };
  195. 8A0F810C1BF541F800E24F9B /* PolyFontGlyphSheet.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = PolyFontGlyphSheet.cpp; path = ../../../src/core/PolyFontGlyphSheet.cpp; sourceTree = "<group>"; };
  196. 8A0F810D1BF541F800E24F9B /* PolyFontManager.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = PolyFontManager.cpp; path = ../../../src/core/PolyFontManager.cpp; sourceTree = "<group>"; };
  197. 8A0F810E1BF541F800E24F9B /* PolyGPUDrawBuffer.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = PolyGPUDrawBuffer.cpp; path = ../../../src/core/PolyGPUDrawBuffer.cpp; sourceTree = "<group>"; };
  198. 8A0F810F1BF541F800E24F9B /* PolyImage.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = PolyImage.cpp; path = ../../../src/core/PolyImage.cpp; sourceTree = "<group>"; };
  199. 8A0F81101BF541F800E24F9B /* PolyInputEvent.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = PolyInputEvent.cpp; path = ../../../src/core/PolyInputEvent.cpp; sourceTree = "<group>"; };
  200. 8A0F81111BF541F800E24F9B /* PolyIOSCore.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; name = PolyIOSCore.mm; path = ../../../src/core/PolyIOSCore.mm; sourceTree = "<group>"; };
  201. 8A0F81121BF541F800E24F9B /* PolyLabel.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = PolyLabel.cpp; path = ../../../src/core/PolyLabel.cpp; sourceTree = "<group>"; };
  202. 8A0F81131BF541F800E24F9B /* PolyLogger.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = PolyLogger.cpp; path = ../../../src/core/PolyLogger.cpp; sourceTree = "<group>"; };
  203. 8A0F81141BF541F800E24F9B /* PolyMaterial.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = PolyMaterial.cpp; path = ../../../src/core/PolyMaterial.cpp; sourceTree = "<group>"; };
  204. 8A0F81151BF541F800E24F9B /* PolyMaterialManager.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = PolyMaterialManager.cpp; path = ../../../src/core/PolyMaterialManager.cpp; sourceTree = "<group>"; };
  205. 8A0F81161BF541F800E24F9B /* PolyMatrix4.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = PolyMatrix4.cpp; path = ../../../src/core/PolyMatrix4.cpp; sourceTree = "<group>"; };
  206. 8A0F81171BF541F800E24F9B /* PolyMesh.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = PolyMesh.cpp; path = ../../../src/core/PolyMesh.cpp; sourceTree = "<group>"; };
  207. 8A0F81181BF541F800E24F9B /* PolyObject.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = PolyObject.cpp; path = ../../../src/core/PolyObject.cpp; sourceTree = "<group>"; };
  208. 8A0F81191BF541F800E24F9B /* PolyOpenGLGraphicsInterface.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = PolyOpenGLGraphicsInterface.cpp; path = ../../../src/core/PolyOpenGLGraphicsInterface.cpp; sourceTree = "<group>"; };
  209. 8A0F811A1BF541F800E24F9B /* PolyParticleEmitter.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = PolyParticleEmitter.cpp; path = ../../../src/core/PolyParticleEmitter.cpp; sourceTree = "<group>"; };
  210. 8A0F811B1BF541F800E24F9B /* PolyPeer.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = PolyPeer.cpp; path = ../../../src/core/PolyPeer.cpp; sourceTree = "<group>"; };
  211. 8A0F811C1BF541F800E24F9B /* PolyPerlin.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = PolyPerlin.cpp; path = ../../../src/core/PolyPerlin.cpp; sourceTree = "<group>"; };
  212. 8A0F811D1BF541F800E24F9B /* PolyPhysFSFileProvider.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = PolyPhysFSFileProvider.cpp; path = ../../../src/core/PolyPhysFSFileProvider.cpp; sourceTree = "<group>"; };
  213. 8A0F811E1BF541F800E24F9B /* PolyQuaternion.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = PolyQuaternion.cpp; path = ../../../src/core/PolyQuaternion.cpp; sourceTree = "<group>"; };
  214. 8A0F811F1BF541F800E24F9B /* PolyQuaternionCurve.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = PolyQuaternionCurve.cpp; path = ../../../src/core/PolyQuaternionCurve.cpp; sourceTree = "<group>"; };
  215. 8A0F81201BF541F800E24F9B /* PolyRay.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = PolyRay.cpp; path = ../../../src/core/PolyRay.cpp; sourceTree = "<group>"; };
  216. 8A0F81211BF541F800E24F9B /* PolyRectangle.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = PolyRectangle.cpp; path = ../../../src/core/PolyRectangle.cpp; sourceTree = "<group>"; };
  217. 8A0F81221BF541F800E24F9B /* PolyRenderDataArray.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = PolyRenderDataArray.cpp; path = ../../../src/core/PolyRenderDataArray.cpp; sourceTree = "<group>"; };
  218. 8A0F81231BF541F800E24F9B /* PolyRenderer.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = PolyRenderer.cpp; path = ../../../src/core/PolyRenderer.cpp; sourceTree = "<group>"; };
  219. 8A0F81241BF541F800E24F9B /* PolyResource.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = PolyResource.cpp; path = ../../../src/core/PolyResource.cpp; sourceTree = "<group>"; };
  220. 8A0F81251BF541F800E24F9B /* PolyResourceManager.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = PolyResourceManager.cpp; path = ../../../src/core/PolyResourceManager.cpp; sourceTree = "<group>"; };
  221. 8A0F81261BF541F800E24F9B /* PolyScene.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = PolyScene.cpp; path = ../../../src/core/PolyScene.cpp; sourceTree = "<group>"; };
  222. 8A0F81271BF541F800E24F9B /* PolySceneEntityInstance.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = PolySceneEntityInstance.cpp; path = ../../../src/core/PolySceneEntityInstance.cpp; sourceTree = "<group>"; };
  223. 8A0F81281BF541F800E24F9B /* PolySceneImage.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = PolySceneImage.cpp; path = ../../../src/core/PolySceneImage.cpp; sourceTree = "<group>"; };
  224. 8A0F81291BF541F800E24F9B /* PolySceneLabel.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = PolySceneLabel.cpp; path = ../../../src/core/PolySceneLabel.cpp; sourceTree = "<group>"; };
  225. 8A0F812A1BF541F800E24F9B /* PolySceneLight.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = PolySceneLight.cpp; path = ../../../src/core/PolySceneLight.cpp; sourceTree = "<group>"; };
  226. 8A0F812B1BF541F800E24F9B /* PolySceneLine.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = PolySceneLine.cpp; path = ../../../src/core/PolySceneLine.cpp; sourceTree = "<group>"; };
  227. 8A0F812C1BF541F800E24F9B /* PolySceneManager.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = PolySceneManager.cpp; path = ../../../src/core/PolySceneManager.cpp; sourceTree = "<group>"; };
  228. 8A0F812D1BF541F800E24F9B /* PolySceneMesh.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = PolySceneMesh.cpp; path = ../../../src/core/PolySceneMesh.cpp; sourceTree = "<group>"; };
  229. 8A0F812E1BF541F800E24F9B /* PolyScenePrimitive.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = PolyScenePrimitive.cpp; path = ../../../src/core/PolyScenePrimitive.cpp; sourceTree = "<group>"; };
  230. 8A0F812F1BF541F800E24F9B /* PolySceneRenderTexture.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = PolySceneRenderTexture.cpp; path = ../../../src/core/PolySceneRenderTexture.cpp; sourceTree = "<group>"; };
  231. 8A0F81301BF541F800E24F9B /* PolySceneSound.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = PolySceneSound.cpp; path = ../../../src/core/PolySceneSound.cpp; sourceTree = "<group>"; };
  232. 8A0F81311BF541F800E24F9B /* PolySceneSprite.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = PolySceneSprite.cpp; path = ../../../src/core/PolySceneSprite.cpp; sourceTree = "<group>"; };
  233. 8A0F81321BF541F800E24F9B /* PolyServer.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = PolyServer.cpp; path = ../../../src/core/PolyServer.cpp; sourceTree = "<group>"; };
  234. 8A0F81331BF541F800E24F9B /* PolyShader.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = PolyShader.cpp; path = ../../../src/core/PolyShader.cpp; sourceTree = "<group>"; };
  235. 8A0F81341BF541F800E24F9B /* PolySkeleton.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = PolySkeleton.cpp; path = ../../../src/core/PolySkeleton.cpp; sourceTree = "<group>"; };
  236. 8A0F81351BF541F800E24F9B /* PolySocket.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = PolySocket.cpp; path = ../../../src/core/PolySocket.cpp; sourceTree = "<group>"; };
  237. 8A0F81361BF541F800E24F9B /* PolySound.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = PolySound.cpp; path = ../../../src/core/PolySound.cpp; sourceTree = "<group>"; };
  238. 8A0F81371BF541F800E24F9B /* PolySoundManager.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = PolySoundManager.cpp; path = ../../../src/core/PolySoundManager.cpp; sourceTree = "<group>"; };
  239. 8A0F81381BF541F800E24F9B /* PolyString.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = PolyString.cpp; path = ../../../src/core/PolyString.cpp; sourceTree = "<group>"; };
  240. 8A0F81391BF541F800E24F9B /* PolyTexture.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = PolyTexture.cpp; path = ../../../src/core/PolyTexture.cpp; sourceTree = "<group>"; };
  241. 8A0F813A1BF541F800E24F9B /* PolyThreaded.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = PolyThreaded.cpp; path = ../../../src/core/PolyThreaded.cpp; sourceTree = "<group>"; };
  242. 8A0F813B1BF541F800E24F9B /* PolyTimer.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = PolyTimer.cpp; path = ../../../src/core/PolyTimer.cpp; sourceTree = "<group>"; };
  243. 8A0F813C1BF541F800E24F9B /* PolyTimerManager.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = PolyTimerManager.cpp; path = ../../../src/core/PolyTimerManager.cpp; sourceTree = "<group>"; };
  244. 8A0F813D1BF541F800E24F9B /* PolyTween.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = PolyTween.cpp; path = ../../../src/core/PolyTween.cpp; sourceTree = "<group>"; };
  245. 8A0F813E1BF541F800E24F9B /* PolyTweenManager.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = PolyTweenManager.cpp; path = ../../../src/core/PolyTweenManager.cpp; sourceTree = "<group>"; };
  246. 8A0F813F1BF541F800E24F9B /* PolyVector2.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = PolyVector2.cpp; path = ../../../src/core/PolyVector2.cpp; sourceTree = "<group>"; };
  247. 8A0F81401BF541F800E24F9B /* PolyVector3.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = PolyVector3.cpp; path = ../../../src/core/PolyVector3.cpp; sourceTree = "<group>"; };
  248. 8A0F81411BF541F800E24F9B /* PolyVector4.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = PolyVector4.cpp; path = ../../../src/core/PolyVector4.cpp; sourceTree = "<group>"; };
  249. 8A0F81421BF541F800E24F9B /* rgbe.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = rgbe.cpp; path = ../../../src/core/rgbe.cpp; sourceTree = "<group>"; };
  250. 8A0F81431BF541F800E24F9B /* tinystr.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = tinystr.cpp; path = ../../../src/core/tinystr.cpp; sourceTree = "<group>"; };
  251. 8A0F81441BF541F900E24F9B /* tinyxml.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = tinyxml.cpp; path = ../../../src/core/tinyxml.cpp; sourceTree = "<group>"; };
  252. 8A0F81451BF541F900E24F9B /* tinyxmlerror.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = tinyxmlerror.cpp; path = ../../../src/core/tinyxmlerror.cpp; sourceTree = "<group>"; };
  253. 8A0F81461BF541F900E24F9B /* tinyxmlparser.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = tinyxmlparser.cpp; path = ../../../src/core/tinyxmlparser.cpp; sourceTree = "<group>"; };
  254. /* End PBXFileReference section */
  255. /* Begin PBXFrameworksBuildPhase section */
  256. 8A0F809D1BF5411500E24F9B /* Frameworks */ = {
  257. isa = PBXFrameworksBuildPhase;
  258. buildActionMask = 2147483647;
  259. files = (
  260. );
  261. runOnlyForDeploymentPostprocessing = 0;
  262. };
  263. /* End PBXFrameworksBuildPhase section */
  264. /* Begin PBXGroup section */
  265. 8A0F80971BF5411500E24F9B = {
  266. isa = PBXGroup;
  267. children = (
  268. 8A0F80AD1BF5413800E24F9B /* src */,
  269. 8A0F80AC1BF5413300E24F9B /* include */,
  270. 8A0F80A11BF5411500E24F9B /* Products */,
  271. );
  272. sourceTree = "<group>";
  273. };
  274. 8A0F80A11BF5411500E24F9B /* Products */ = {
  275. isa = PBXGroup;
  276. children = (
  277. 8A0F80A01BF5411500E24F9B /* libPolycodeCore.a */,
  278. );
  279. name = Products;
  280. sourceTree = "<group>";
  281. };
  282. 8A0F80AC1BF5413300E24F9B /* include */ = {
  283. isa = PBXGroup;
  284. children = (
  285. 8A0F80AE1BF5417E00E24F9B /* PolyBasicFileProvider.h */,
  286. 8A0F80AF1BF5417E00E24F9B /* PolyBezierCurve.h */,
  287. 8A0F80B01BF5417E00E24F9B /* PolyBone.h */,
  288. 8A0F80B11BF5417E00E24F9B /* PolyCamera.h */,
  289. 8A0F80B21BF5417E00E24F9B /* PolyClient.h */,
  290. 8A0F80B31BF5417E00E24F9B /* PolyColor.h */,
  291. 8A0F80B41BF5417E00E24F9B /* PolyConfig.h */,
  292. 8A0F80B51BF5417E00E24F9B /* PolyCore.h */,
  293. 8A0F80B61BF5417E00E24F9B /* PolyCoreFileProvider.h */,
  294. 8A0F80B71BF5417E00E24F9B /* PolyCoreInput.h */,
  295. 8A0F80B81BF5417E00E24F9B /* PolyCoreServices.h */,
  296. 8A0F80B91BF5417E00E24F9B /* PolyCubemap.h */,
  297. 8A0F80BA1BF5417E00E24F9B /* PolyData.h */,
  298. 8A0F80BB1BF5417E00E24F9B /* PolyEntity.h */,
  299. 8A0F80BC1BF5417E00E24F9B /* PolyEvent.h */,
  300. 8A0F80BD1BF5417E00E24F9B /* PolyEventDispatcher.h */,
  301. 8A0F80BE1BF5417E00E24F9B /* PolyEventHandler.h */,
  302. 8A0F80BF1BF5417E00E24F9B /* PolyFont.h */,
  303. 8A0F80C01BF5417E00E24F9B /* PolyFontGlyphSheet.h */,
  304. 8A0F80C11BF5417E00E24F9B /* PolyFontManager.h */,
  305. 8A0F80C21BF5417E00E24F9B /* PolyGlobals.h */,
  306. 8A0F80C31BF5417E00E24F9B /* PolyGPUDrawBuffer.h */,
  307. 8A0F80C41BF5417E00E24F9B /* PolyImage.h */,
  308. 8A0F80C51BF5417E00E24F9B /* PolyInputEvent.h */,
  309. 8A0F80C61BF5417E00E24F9B /* PolyInputKeys.h */,
  310. 8A0F80C71BF5417E00E24F9B /* PolyIOSCore.h */,
  311. 8A0F80C81BF5417E00E24F9B /* PolyLabel.h */,
  312. 8A0F80C91BF5417E00E24F9B /* PolyLogger.h */,
  313. 8A0F80CA1BF5417E00E24F9B /* PolyMaterial.h */,
  314. 8A0F80CB1BF5417E00E24F9B /* PolyMaterialManager.h */,
  315. 8A0F80CC1BF5417E00E24F9B /* PolyMatrix4.h */,
  316. 8A0F80CD1BF5417E00E24F9B /* PolyMesh.h */,
  317. 8A0F80CE1BF5417E00E24F9B /* PolyObject.h */,
  318. 8A0F80CF1BF5417E00E24F9B /* PolyOpenGLGraphicsInterface.h */,
  319. 8A0F80D01BF5417E00E24F9B /* PolyParticleEmitter.h */,
  320. 8A0F80D11BF5417E00E24F9B /* PolyPeer.h */,
  321. 8A0F80D21BF5417E00E24F9B /* PolyPerlin.h */,
  322. 8A0F80D31BF5417E00E24F9B /* PolyPhysFSFileProvider.h */,
  323. 8A0F80D41BF5417E00E24F9B /* PolyQuaternion.h */,
  324. 8A0F80D51BF5417E00E24F9B /* PolyQuaternionCurve.h */,
  325. 8A0F80D61BF5417E00E24F9B /* PolyRay.h */,
  326. 8A0F80D71BF5417E00E24F9B /* PolyRectangle.h */,
  327. 8A0F80D81BF5417E00E24F9B /* PolyRenderDataArray.h */,
  328. 8A0F80D91BF5417E00E24F9B /* PolyRenderer.h */,
  329. 8A0F80DA1BF5417E00E24F9B /* PolyResource.h */,
  330. 8A0F80DB1BF5417E00E24F9B /* PolyResourceManager.h */,
  331. 8A0F80DC1BF5417E00E24F9B /* PolyScene.h */,
  332. 8A0F80DD1BF5417E00E24F9B /* PolySceneEntityInstance.h */,
  333. 8A0F80DE1BF5417E00E24F9B /* PolySceneImage.h */,
  334. 8A0F80DF1BF5417E00E24F9B /* PolySceneLabel.h */,
  335. 8A0F80E01BF5417E00E24F9B /* PolySceneLight.h */,
  336. 8A0F80E11BF5417E00E24F9B /* PolySceneLine.h */,
  337. 8A0F80E21BF5417E00E24F9B /* PolySceneManager.h */,
  338. 8A0F80E31BF5417E00E24F9B /* PolySceneMesh.h */,
  339. 8A0F80E41BF5417E00E24F9B /* PolyScenePrimitive.h */,
  340. 8A0F80E51BF5417E00E24F9B /* PolySceneRenderTexture.h */,
  341. 8A0F80E61BF5417E00E24F9B /* PolySceneSound.h */,
  342. 8A0F80E71BF5417E00E24F9B /* PolySceneSprite.h */,
  343. 8A0F80E81BF5417E00E24F9B /* PolyServer.h */,
  344. 8A0F80E91BF5417E00E24F9B /* PolyServerWorld.h */,
  345. 8A0F80EA1BF5417E00E24F9B /* PolyShader.h */,
  346. 8A0F80EB1BF5417E00E24F9B /* PolySkeleton.h */,
  347. 8A0F80EC1BF5417E00E24F9B /* PolySocket.h */,
  348. 8A0F80ED1BF5417E00E24F9B /* PolySound.h */,
  349. 8A0F80EE1BF5417E00E24F9B /* PolySoundManager.h */,
  350. 8A0F80EF1BF5417E00E24F9B /* PolyString.h */,
  351. 8A0F80F01BF5417E00E24F9B /* PolyTexture.h */,
  352. 8A0F80F11BF5417E00E24F9B /* PolyThreaded.h */,
  353. 8A0F80F21BF5417E00E24F9B /* PolyTimer.h */,
  354. 8A0F80F31BF5417E00E24F9B /* PolyTimerManager.h */,
  355. 8A0F80F41BF5417E00E24F9B /* PolyTween.h */,
  356. 8A0F80F51BF5417E00E24F9B /* PolyTweenManager.h */,
  357. 8A0F80F61BF5417E00E24F9B /* PolyVector2.h */,
  358. 8A0F80F71BF5417E00E24F9B /* PolyVector3.h */,
  359. 8A0F80F81BF5417E00E24F9B /* PolyVector4.h */,
  360. );
  361. name = include;
  362. sourceTree = "<group>";
  363. };
  364. 8A0F80AD1BF5413800E24F9B /* src */ = {
  365. isa = PBXGroup;
  366. children = (
  367. 8A0F80F91BF541F800E24F9B /* lodepng.cpp */,
  368. 8A0F80FA1BF541F800E24F9B /* PolyBasicFileProvider.cpp */,
  369. 8A0F80FB1BF541F800E24F9B /* PolyBezierCurve.cpp */,
  370. 8A0F80FC1BF541F800E24F9B /* PolyBone.cpp */,
  371. 8A0F80FD1BF541F800E24F9B /* PolyCamera.cpp */,
  372. 8A0F80FE1BF541F800E24F9B /* PolyClient.cpp */,
  373. 8A0F80FF1BF541F800E24F9B /* PolyColor.cpp */,
  374. 8A0F81001BF541F800E24F9B /* PolyConfig.cpp */,
  375. 8A0F81011BF541F800E24F9B /* PolyCore.cpp */,
  376. 8A0F81021BF541F800E24F9B /* PolyCoreFileProvider.cpp */,
  377. 8A0F81031BF541F800E24F9B /* PolyCoreInput.cpp */,
  378. 8A0F81041BF541F800E24F9B /* PolyCoreServices.cpp */,
  379. 8A0F81051BF541F800E24F9B /* PolyCubemap.cpp */,
  380. 8A0F81061BF541F800E24F9B /* PolyData.cpp */,
  381. 8A0F81071BF541F800E24F9B /* PolyEntity.cpp */,
  382. 8A0F81081BF541F800E24F9B /* PolyEvent.cpp */,
  383. 8A0F81091BF541F800E24F9B /* PolyEventDispatcher.cpp */,
  384. 8A0F810A1BF541F800E24F9B /* PolyEventHandler.cpp */,
  385. 8A0F810B1BF541F800E24F9B /* PolyFont.cpp */,
  386. 8A0F810C1BF541F800E24F9B /* PolyFontGlyphSheet.cpp */,
  387. 8A0F810D1BF541F800E24F9B /* PolyFontManager.cpp */,
  388. 8A0F810E1BF541F800E24F9B /* PolyGPUDrawBuffer.cpp */,
  389. 8A0F810F1BF541F800E24F9B /* PolyImage.cpp */,
  390. 8A0F81101BF541F800E24F9B /* PolyInputEvent.cpp */,
  391. 8A0F81111BF541F800E24F9B /* PolyIOSCore.mm */,
  392. 8A0F81121BF541F800E24F9B /* PolyLabel.cpp */,
  393. 8A0F81131BF541F800E24F9B /* PolyLogger.cpp */,
  394. 8A0F81141BF541F800E24F9B /* PolyMaterial.cpp */,
  395. 8A0F81151BF541F800E24F9B /* PolyMaterialManager.cpp */,
  396. 8A0F81161BF541F800E24F9B /* PolyMatrix4.cpp */,
  397. 8A0F81171BF541F800E24F9B /* PolyMesh.cpp */,
  398. 8A0F81181BF541F800E24F9B /* PolyObject.cpp */,
  399. 8A0F81191BF541F800E24F9B /* PolyOpenGLGraphicsInterface.cpp */,
  400. 8A0F811A1BF541F800E24F9B /* PolyParticleEmitter.cpp */,
  401. 8A0F811B1BF541F800E24F9B /* PolyPeer.cpp */,
  402. 8A0F811C1BF541F800E24F9B /* PolyPerlin.cpp */,
  403. 8A0F811D1BF541F800E24F9B /* PolyPhysFSFileProvider.cpp */,
  404. 8A0F811E1BF541F800E24F9B /* PolyQuaternion.cpp */,
  405. 8A0F811F1BF541F800E24F9B /* PolyQuaternionCurve.cpp */,
  406. 8A0F81201BF541F800E24F9B /* PolyRay.cpp */,
  407. 8A0F81211BF541F800E24F9B /* PolyRectangle.cpp */,
  408. 8A0F81221BF541F800E24F9B /* PolyRenderDataArray.cpp */,
  409. 8A0F81231BF541F800E24F9B /* PolyRenderer.cpp */,
  410. 8A0F81241BF541F800E24F9B /* PolyResource.cpp */,
  411. 8A0F81251BF541F800E24F9B /* PolyResourceManager.cpp */,
  412. 8A0F81261BF541F800E24F9B /* PolyScene.cpp */,
  413. 8A0F81271BF541F800E24F9B /* PolySceneEntityInstance.cpp */,
  414. 8A0F81281BF541F800E24F9B /* PolySceneImage.cpp */,
  415. 8A0F81291BF541F800E24F9B /* PolySceneLabel.cpp */,
  416. 8A0F812A1BF541F800E24F9B /* PolySceneLight.cpp */,
  417. 8A0F812B1BF541F800E24F9B /* PolySceneLine.cpp */,
  418. 8A0F812C1BF541F800E24F9B /* PolySceneManager.cpp */,
  419. 8A0F812D1BF541F800E24F9B /* PolySceneMesh.cpp */,
  420. 8A0F812E1BF541F800E24F9B /* PolyScenePrimitive.cpp */,
  421. 8A0F812F1BF541F800E24F9B /* PolySceneRenderTexture.cpp */,
  422. 8A0F81301BF541F800E24F9B /* PolySceneSound.cpp */,
  423. 8A0F81311BF541F800E24F9B /* PolySceneSprite.cpp */,
  424. 8A0F81321BF541F800E24F9B /* PolyServer.cpp */,
  425. 8A0F81331BF541F800E24F9B /* PolyShader.cpp */,
  426. 8A0F81341BF541F800E24F9B /* PolySkeleton.cpp */,
  427. 8A0F81351BF541F800E24F9B /* PolySocket.cpp */,
  428. 8A0F81361BF541F800E24F9B /* PolySound.cpp */,
  429. 8A0F81371BF541F800E24F9B /* PolySoundManager.cpp */,
  430. 8A0F81381BF541F800E24F9B /* PolyString.cpp */,
  431. 8A0F81391BF541F800E24F9B /* PolyTexture.cpp */,
  432. 8A0F813A1BF541F800E24F9B /* PolyThreaded.cpp */,
  433. 8A0F813B1BF541F800E24F9B /* PolyTimer.cpp */,
  434. 8A0F813C1BF541F800E24F9B /* PolyTimerManager.cpp */,
  435. 8A0F813D1BF541F800E24F9B /* PolyTween.cpp */,
  436. 8A0F813E1BF541F800E24F9B /* PolyTweenManager.cpp */,
  437. 8A0F813F1BF541F800E24F9B /* PolyVector2.cpp */,
  438. 8A0F81401BF541F800E24F9B /* PolyVector3.cpp */,
  439. 8A0F81411BF541F800E24F9B /* PolyVector4.cpp */,
  440. 8A0F81421BF541F800E24F9B /* rgbe.cpp */,
  441. 8A0F81431BF541F800E24F9B /* tinystr.cpp */,
  442. 8A0F81441BF541F900E24F9B /* tinyxml.cpp */,
  443. 8A0F81451BF541F900E24F9B /* tinyxmlerror.cpp */,
  444. 8A0F81461BF541F900E24F9B /* tinyxmlparser.cpp */,
  445. );
  446. name = src;
  447. sourceTree = "<group>";
  448. };
  449. /* End PBXGroup section */
  450. /* Begin PBXNativeTarget section */
  451. 8A0F809F1BF5411500E24F9B /* PolycodeCore */ = {
  452. isa = PBXNativeTarget;
  453. buildConfigurationList = 8A0F80A91BF5411500E24F9B /* Build configuration list for PBXNativeTarget "PolycodeCore" */;
  454. buildPhases = (
  455. 8A0F809C1BF5411500E24F9B /* Sources */,
  456. 8A0F809D1BF5411500E24F9B /* Frameworks */,
  457. 8A0F809E1BF5411500E24F9B /* CopyFiles */,
  458. 8A0F81951BF569B300E24F9B /* ShellScript */,
  459. );
  460. buildRules = (
  461. );
  462. dependencies = (
  463. );
  464. name = PolycodeCore;
  465. productName = PolycodeCore;
  466. productReference = 8A0F80A01BF5411500E24F9B /* libPolycodeCore.a */;
  467. productType = "com.apple.product-type.library.static";
  468. };
  469. /* End PBXNativeTarget section */
  470. /* Begin PBXProject section */
  471. 8A0F80981BF5411500E24F9B /* Project object */ = {
  472. isa = PBXProject;
  473. attributes = {
  474. LastUpgradeCheck = 0710;
  475. ORGANIZATIONNAME = Polycode;
  476. TargetAttributes = {
  477. 8A0F809F1BF5411500E24F9B = {
  478. CreatedOnToolsVersion = 7.1;
  479. };
  480. };
  481. };
  482. buildConfigurationList = 8A0F809B1BF5411500E24F9B /* Build configuration list for PBXProject "PolycodeCore" */;
  483. compatibilityVersion = "Xcode 3.2";
  484. developmentRegion = English;
  485. hasScannedForEncodings = 0;
  486. knownRegions = (
  487. en,
  488. );
  489. mainGroup = 8A0F80971BF5411500E24F9B;
  490. productRefGroup = 8A0F80A11BF5411500E24F9B /* Products */;
  491. projectDirPath = "";
  492. projectRoot = "";
  493. targets = (
  494. 8A0F809F1BF5411500E24F9B /* PolycodeCore */,
  495. );
  496. };
  497. /* End PBXProject section */
  498. /* Begin PBXShellScriptBuildPhase section */
  499. 8A0F81951BF569B300E24F9B /* ShellScript */ = {
  500. isa = PBXShellScriptBuildPhase;
  501. buildActionMask = 2147483647;
  502. files = (
  503. );
  504. inputPaths = (
  505. );
  506. outputPaths = (
  507. );
  508. runOnlyForDeploymentPostprocessing = 0;
  509. shellPath = /bin/sh;
  510. shellScript = "cp $TARGET_BUILD_DIR//$EXECUTABLE_NAME ../../../lib/ios/${PLATFORM_NAME}";
  511. };
  512. /* End PBXShellScriptBuildPhase section */
  513. /* Begin PBXSourcesBuildPhase section */
  514. 8A0F809C1BF5411500E24F9B /* Sources */ = {
  515. isa = PBXSourcesBuildPhase;
  516. buildActionMask = 2147483647;
  517. files = (
  518. 8A0F815F1BF541F900E24F9B /* PolyIOSCore.mm in Sources */,
  519. 8A0F81911BF541F900E24F9B /* tinystr.cpp in Sources */,
  520. 8A0F81701BF541F900E24F9B /* PolyRenderDataArray.cpp in Sources */,
  521. 8A0F814C1BF541F900E24F9B /* PolyClient.cpp in Sources */,
  522. 8A0F814E1BF541F900E24F9B /* PolyConfig.cpp in Sources */,
  523. 8A0F815B1BF541F900E24F9B /* PolyFontManager.cpp in Sources */,
  524. 8A0F81871BF541F900E24F9B /* PolyTexture.cpp in Sources */,
  525. 8A0F81681BF541F900E24F9B /* PolyParticleEmitter.cpp in Sources */,
  526. 8A0F81711BF541F900E24F9B /* PolyRenderer.cpp in Sources */,
  527. 8A0F81771BF541F900E24F9B /* PolySceneLabel.cpp in Sources */,
  528. 8A0F818C1BF541F900E24F9B /* PolyTweenManager.cpp in Sources */,
  529. 8A0F81591BF541F900E24F9B /* PolyFont.cpp in Sources */,
  530. 8A0F81881BF541F900E24F9B /* PolyThreaded.cpp in Sources */,
  531. 8A0F81761BF541F900E24F9B /* PolySceneImage.cpp in Sources */,
  532. 8A0F818D1BF541F900E24F9B /* PolyVector2.cpp in Sources */,
  533. 8A0F81631BF541F900E24F9B /* PolyMaterialManager.cpp in Sources */,
  534. 8A0F816C1BF541F900E24F9B /* PolyQuaternion.cpp in Sources */,
  535. 8A0F81651BF541F900E24F9B /* PolyMesh.cpp in Sources */,
  536. 8A0F81781BF541F900E24F9B /* PolySceneLight.cpp in Sources */,
  537. 8A0F816D1BF541F900E24F9B /* PolyQuaternionCurve.cpp in Sources */,
  538. 8A0F81671BF541F900E24F9B /* PolyOpenGLGraphicsInterface.cpp in Sources */,
  539. 8A0F81831BF541F900E24F9B /* PolySocket.cpp in Sources */,
  540. 8A0F816A1BF541F900E24F9B /* PolyPerlin.cpp in Sources */,
  541. 8A0F816E1BF541F900E24F9B /* PolyRay.cpp in Sources */,
  542. 8A0F81821BF541F900E24F9B /* PolySkeleton.cpp in Sources */,
  543. 8A0F817D1BF541F900E24F9B /* PolySceneRenderTexture.cpp in Sources */,
  544. 8A0F81731BF541F900E24F9B /* PolyResourceManager.cpp in Sources */,
  545. 8A0F814D1BF541F900E24F9B /* PolyColor.cpp in Sources */,
  546. 8A0F814F1BF541F900E24F9B /* PolyCore.cpp in Sources */,
  547. 8A0F81561BF541F900E24F9B /* PolyEvent.cpp in Sources */,
  548. 8A0F81491BF541F900E24F9B /* PolyBezierCurve.cpp in Sources */,
  549. 8A0F81861BF541F900E24F9B /* PolyString.cpp in Sources */,
  550. 8A0F814A1BF541F900E24F9B /* PolyBone.cpp in Sources */,
  551. 8A0F815E1BF541F900E24F9B /* PolyInputEvent.cpp in Sources */,
  552. 8A0F81941BF541F900E24F9B /* tinyxmlparser.cpp in Sources */,
  553. 8A0F81801BF541F900E24F9B /* PolyServer.cpp in Sources */,
  554. 8A0F81851BF541F900E24F9B /* PolySoundManager.cpp in Sources */,
  555. 8A0F818A1BF541F900E24F9B /* PolyTimerManager.cpp in Sources */,
  556. 8A0F81751BF541F900E24F9B /* PolySceneEntityInstance.cpp in Sources */,
  557. 8A0F81721BF541F900E24F9B /* PolyResource.cpp in Sources */,
  558. 8A0F817F1BF541F900E24F9B /* PolySceneSprite.cpp in Sources */,
  559. 8A0F814B1BF541F900E24F9B /* PolyCamera.cpp in Sources */,
  560. 8A0F81921BF541F900E24F9B /* tinyxml.cpp in Sources */,
  561. 8A0F817C1BF541F900E24F9B /* PolyScenePrimitive.cpp in Sources */,
  562. 8A0F818F1BF541F900E24F9B /* PolyVector4.cpp in Sources */,
  563. 8A0F81621BF541F900E24F9B /* PolyMaterial.cpp in Sources */,
  564. 8A0F81501BF541F900E24F9B /* PolyCoreFileProvider.cpp in Sources */,
  565. 8A0F818B1BF541F900E24F9B /* PolyTween.cpp in Sources */,
  566. 8A0F81511BF541F900E24F9B /* PolyCoreInput.cpp in Sources */,
  567. 8A0F815C1BF541F900E24F9B /* PolyGPUDrawBuffer.cpp in Sources */,
  568. 8A0F81811BF541F900E24F9B /* PolyShader.cpp in Sources */,
  569. 8A0F815A1BF541F900E24F9B /* PolyFontGlyphSheet.cpp in Sources */,
  570. 8A0F81901BF541F900E24F9B /* rgbe.cpp in Sources */,
  571. 8A0F81571BF541F900E24F9B /* PolyEventDispatcher.cpp in Sources */,
  572. 8A0F81891BF541F900E24F9B /* PolyTimer.cpp in Sources */,
  573. 8A0F81931BF541F900E24F9B /* tinyxmlerror.cpp in Sources */,
  574. 8A0F817A1BF541F900E24F9B /* PolySceneManager.cpp in Sources */,
  575. 8A0F817B1BF541F900E24F9B /* PolySceneMesh.cpp in Sources */,
  576. 8A0F81551BF541F900E24F9B /* PolyEntity.cpp in Sources */,
  577. 8A0F81601BF541F900E24F9B /* PolyLabel.cpp in Sources */,
  578. 8A0F81471BF541F900E24F9B /* lodepng.cpp in Sources */,
  579. 8A0F81521BF541F900E24F9B /* PolyCoreServices.cpp in Sources */,
  580. 8A0F81741BF541F900E24F9B /* PolyScene.cpp in Sources */,
  581. 8A0F81641BF541F900E24F9B /* PolyMatrix4.cpp in Sources */,
  582. 8A0F818E1BF541F900E24F9B /* PolyVector3.cpp in Sources */,
  583. 8A0F81691BF541F900E24F9B /* PolyPeer.cpp in Sources */,
  584. 8A0F81531BF541F900E24F9B /* PolyCubemap.cpp in Sources */,
  585. 8A0F817E1BF541F900E24F9B /* PolySceneSound.cpp in Sources */,
  586. 8A0F816B1BF541F900E24F9B /* PolyPhysFSFileProvider.cpp in Sources */,
  587. 8A0F81791BF541F900E24F9B /* PolySceneLine.cpp in Sources */,
  588. 8A0F81661BF541F900E24F9B /* PolyObject.cpp in Sources */,
  589. 8A0F81841BF541F900E24F9B /* PolySound.cpp in Sources */,
  590. 8A0F81481BF541F900E24F9B /* PolyBasicFileProvider.cpp in Sources */,
  591. 8A0F816F1BF541F900E24F9B /* PolyRectangle.cpp in Sources */,
  592. 8A0F81611BF541F900E24F9B /* PolyLogger.cpp in Sources */,
  593. 8A0F81541BF541F900E24F9B /* PolyData.cpp in Sources */,
  594. 8A0F815D1BF541F900E24F9B /* PolyImage.cpp in Sources */,
  595. 8A0F81581BF541F900E24F9B /* PolyEventHandler.cpp in Sources */,
  596. );
  597. runOnlyForDeploymentPostprocessing = 0;
  598. };
  599. /* End PBXSourcesBuildPhase section */
  600. /* Begin XCBuildConfiguration section */
  601. 8A0F80A71BF5411500E24F9B /* Debug */ = {
  602. isa = XCBuildConfiguration;
  603. buildSettings = {
  604. ALWAYS_SEARCH_USER_PATHS = NO;
  605. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  606. CLANG_CXX_LIBRARY = "libc++";
  607. CLANG_ENABLE_MODULES = YES;
  608. CLANG_ENABLE_OBJC_ARC = YES;
  609. CLANG_WARN_BOOL_CONVERSION = YES;
  610. CLANG_WARN_CONSTANT_CONVERSION = YES;
  611. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  612. CLANG_WARN_EMPTY_BODY = YES;
  613. CLANG_WARN_ENUM_CONVERSION = YES;
  614. CLANG_WARN_INT_CONVERSION = YES;
  615. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  616. CLANG_WARN_UNREACHABLE_CODE = YES;
  617. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  618. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  619. COPY_PHASE_STRIP = NO;
  620. DEBUG_INFORMATION_FORMAT = dwarf;
  621. ENABLE_STRICT_OBJC_MSGSEND = YES;
  622. ENABLE_TESTABILITY = YES;
  623. GCC_C_LANGUAGE_STANDARD = gnu99;
  624. GCC_DYNAMIC_NO_PIC = NO;
  625. GCC_NO_COMMON_BLOCKS = YES;
  626. GCC_OPTIMIZATION_LEVEL = 0;
  627. GCC_PREPROCESSOR_DEFINITIONS = (
  628. "DEBUG=1",
  629. "$(inherited)",
  630. );
  631. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  632. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  633. GCC_WARN_UNDECLARED_SELECTOR = YES;
  634. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  635. GCC_WARN_UNUSED_FUNCTION = YES;
  636. GCC_WARN_UNUSED_VARIABLE = YES;
  637. IPHONEOS_DEPLOYMENT_TARGET = 9.1;
  638. MTL_ENABLE_DEBUG_INFO = YES;
  639. ONLY_ACTIVE_ARCH = YES;
  640. SDKROOT = iphoneos;
  641. };
  642. name = Debug;
  643. };
  644. 8A0F80A81BF5411500E24F9B /* Release */ = {
  645. isa = XCBuildConfiguration;
  646. buildSettings = {
  647. ALWAYS_SEARCH_USER_PATHS = NO;
  648. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  649. CLANG_CXX_LIBRARY = "libc++";
  650. CLANG_ENABLE_MODULES = YES;
  651. CLANG_ENABLE_OBJC_ARC = YES;
  652. CLANG_WARN_BOOL_CONVERSION = YES;
  653. CLANG_WARN_CONSTANT_CONVERSION = YES;
  654. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  655. CLANG_WARN_EMPTY_BODY = YES;
  656. CLANG_WARN_ENUM_CONVERSION = YES;
  657. CLANG_WARN_INT_CONVERSION = YES;
  658. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  659. CLANG_WARN_UNREACHABLE_CODE = YES;
  660. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  661. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  662. COPY_PHASE_STRIP = NO;
  663. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  664. ENABLE_NS_ASSERTIONS = NO;
  665. ENABLE_STRICT_OBJC_MSGSEND = YES;
  666. GCC_C_LANGUAGE_STANDARD = gnu99;
  667. GCC_NO_COMMON_BLOCKS = YES;
  668. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  669. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  670. GCC_WARN_UNDECLARED_SELECTOR = YES;
  671. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  672. GCC_WARN_UNUSED_FUNCTION = YES;
  673. GCC_WARN_UNUSED_VARIABLE = YES;
  674. IPHONEOS_DEPLOYMENT_TARGET = 9.1;
  675. MTL_ENABLE_DEBUG_INFO = NO;
  676. SDKROOT = iphoneos;
  677. VALIDATE_PRODUCT = YES;
  678. };
  679. name = Release;
  680. };
  681. 8A0F80AA1BF5411500E24F9B /* Debug */ = {
  682. isa = XCBuildConfiguration;
  683. buildSettings = {
  684. HEADER_SEARCH_PATHS = "\"$(SRCROOT)/../../../include\"";
  685. OTHER_LDFLAGS = "-ObjC";
  686. PRODUCT_NAME = "$(TARGET_NAME)";
  687. SKIP_INSTALL = YES;
  688. };
  689. name = Debug;
  690. };
  691. 8A0F80AB1BF5411500E24F9B /* Release */ = {
  692. isa = XCBuildConfiguration;
  693. buildSettings = {
  694. HEADER_SEARCH_PATHS = "\"$(SRCROOT)/../../../include\"";
  695. OTHER_LDFLAGS = "-ObjC";
  696. PRODUCT_NAME = "$(TARGET_NAME)";
  697. SKIP_INSTALL = YES;
  698. };
  699. name = Release;
  700. };
  701. /* End XCBuildConfiguration section */
  702. /* Begin XCConfigurationList section */
  703. 8A0F809B1BF5411500E24F9B /* Build configuration list for PBXProject "PolycodeCore" */ = {
  704. isa = XCConfigurationList;
  705. buildConfigurations = (
  706. 8A0F80A71BF5411500E24F9B /* Debug */,
  707. 8A0F80A81BF5411500E24F9B /* Release */,
  708. );
  709. defaultConfigurationIsVisible = 0;
  710. defaultConfigurationName = Release;
  711. };
  712. 8A0F80A91BF5411500E24F9B /* Build configuration list for PBXNativeTarget "PolycodeCore" */ = {
  713. isa = XCConfigurationList;
  714. buildConfigurations = (
  715. 8A0F80AA1BF5411500E24F9B /* Debug */,
  716. 8A0F80AB1BF5411500E24F9B /* Release */,
  717. );
  718. defaultConfigurationIsVisible = 0;
  719. defaultConfigurationName = Release;
  720. };
  721. /* End XCConfigurationList section */
  722. };
  723. rootObject = 8A0F80981BF5411500E24F9B /* Project object */;
  724. }