project.pbxproj 68 KB

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