Browse Source

Merge branch 'goodbye_cmake' of https://github.com/ivansafrin/Polycode into goodbye_cmake

Ivan Safrin 10 years ago
parent
commit
c2f9bce103

+ 10 - 0
build/ios/Polycode.xcworkspace/contents.xcworkspacedata

@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<Workspace
+   version = "1.0">
+   <FileRef
+      location = "group:PolycodeCore/PolycodeCore.xcodeproj">
+   </FileRef>
+   <FileRef
+      location = "group:TemplateApp/TemplateApp.xcodeproj">
+   </FileRef>
+</Workspace>

+ 30 - 0
build/ios/Polycode.xcworkspace/xcshareddata/Polycode.xcscmblueprint

@@ -0,0 +1,30 @@
+{
+  "DVTSourceControlWorkspaceBlueprintPrimaryRemoteRepositoryKey" : "BA7B57CFFA0E2C9A820883F90A39AA6329AE6D93",
+  "DVTSourceControlWorkspaceBlueprintWorkingCopyRepositoryLocationsKey" : {
+
+  },
+  "DVTSourceControlWorkspaceBlueprintWorkingCopyStatesKey" : {
+    "BA7B57CFFA0E2C9A820883F90A39AA6329AE6D93" : 0,
+    "72C5045D78C89EEFD7A049056C14811D40BE1635" : 0
+  },
+  "DVTSourceControlWorkspaceBlueprintIdentifierKey" : "8475355D-9A0B-46E4-AAF3-D707BCDC07DF",
+  "DVTSourceControlWorkspaceBlueprintWorkingCopyPathsKey" : {
+    "BA7B57CFFA0E2C9A820883F90A39AA6329AE6D93" : "PolycodeNoCmake\/",
+    "72C5045D78C89EEFD7A049056C14811D40BE1635" : "PolycodeNoCmake\/lib\/"
+  },
+  "DVTSourceControlWorkspaceBlueprintNameKey" : "Polycode",
+  "DVTSourceControlWorkspaceBlueprintVersion" : 204,
+  "DVTSourceControlWorkspaceBlueprintRelativePathToProjectKey" : "build\/ios\/Polycode.xcworkspace",
+  "DVTSourceControlWorkspaceBlueprintRemoteRepositoriesKey" : [
+    {
+      "DVTSourceControlWorkspaceBlueprintRemoteRepositoryURLKey" : "https:\/\/github.com\/ivansafrin\/PolycodeDepBinaries",
+      "DVTSourceControlWorkspaceBlueprintRemoteRepositorySystemKey" : "com.apple.dt.Xcode.sourcecontrol.Git",
+      "DVTSourceControlWorkspaceBlueprintRemoteRepositoryIdentifierKey" : "72C5045D78C89EEFD7A049056C14811D40BE1635"
+    },
+    {
+      "DVTSourceControlWorkspaceBlueprintRemoteRepositoryURLKey" : "https:\/\/github.com\/ivansafrin\/Polycode.git",
+      "DVTSourceControlWorkspaceBlueprintRemoteRepositorySystemKey" : "com.apple.dt.Xcode.sourcecontrol.Git",
+      "DVTSourceControlWorkspaceBlueprintRemoteRepositoryIdentifierKey" : "BA7B57CFFA0E2C9A820883F90A39AA6329AE6D93"
+    }
+  ]
+}

+ 735 - 0
build/ios/PolycodeCore/PolycodeCore.xcodeproj/project.pbxproj

@@ -0,0 +1,735 @@
+// !$*UTF8*$!
+{
+	archiveVersion = 1;
+	classes = {
+	};
+	objectVersion = 46;
+	objects = {
+
+/* Begin PBXBuildFile section */
+		8A0F81471BF541F900E24F9B /* lodepng.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8A0F80F91BF541F800E24F9B /* lodepng.cpp */; };
+		8A0F81481BF541F900E24F9B /* PolyBasicFileProvider.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8A0F80FA1BF541F800E24F9B /* PolyBasicFileProvider.cpp */; };
+		8A0F81491BF541F900E24F9B /* PolyBezierCurve.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8A0F80FB1BF541F800E24F9B /* PolyBezierCurve.cpp */; };
+		8A0F814A1BF541F900E24F9B /* PolyBone.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8A0F80FC1BF541F800E24F9B /* PolyBone.cpp */; };
+		8A0F814B1BF541F900E24F9B /* PolyCamera.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8A0F80FD1BF541F800E24F9B /* PolyCamera.cpp */; };
+		8A0F814C1BF541F900E24F9B /* PolyClient.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8A0F80FE1BF541F800E24F9B /* PolyClient.cpp */; };
+		8A0F814D1BF541F900E24F9B /* PolyColor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8A0F80FF1BF541F800E24F9B /* PolyColor.cpp */; };
+		8A0F814E1BF541F900E24F9B /* PolyConfig.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8A0F81001BF541F800E24F9B /* PolyConfig.cpp */; };
+		8A0F814F1BF541F900E24F9B /* PolyCore.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8A0F81011BF541F800E24F9B /* PolyCore.cpp */; };
+		8A0F81501BF541F900E24F9B /* PolyCoreFileProvider.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8A0F81021BF541F800E24F9B /* PolyCoreFileProvider.cpp */; };
+		8A0F81511BF541F900E24F9B /* PolyCoreInput.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8A0F81031BF541F800E24F9B /* PolyCoreInput.cpp */; };
+		8A0F81521BF541F900E24F9B /* PolyCoreServices.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8A0F81041BF541F800E24F9B /* PolyCoreServices.cpp */; };
+		8A0F81531BF541F900E24F9B /* PolyCubemap.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8A0F81051BF541F800E24F9B /* PolyCubemap.cpp */; };
+		8A0F81541BF541F900E24F9B /* PolyData.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8A0F81061BF541F800E24F9B /* PolyData.cpp */; };
+		8A0F81551BF541F900E24F9B /* PolyEntity.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8A0F81071BF541F800E24F9B /* PolyEntity.cpp */; };
+		8A0F81561BF541F900E24F9B /* PolyEvent.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8A0F81081BF541F800E24F9B /* PolyEvent.cpp */; };
+		8A0F81571BF541F900E24F9B /* PolyEventDispatcher.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8A0F81091BF541F800E24F9B /* PolyEventDispatcher.cpp */; };
+		8A0F81581BF541F900E24F9B /* PolyEventHandler.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8A0F810A1BF541F800E24F9B /* PolyEventHandler.cpp */; };
+		8A0F81591BF541F900E24F9B /* PolyFont.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8A0F810B1BF541F800E24F9B /* PolyFont.cpp */; };
+		8A0F815A1BF541F900E24F9B /* PolyFontGlyphSheet.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8A0F810C1BF541F800E24F9B /* PolyFontGlyphSheet.cpp */; };
+		8A0F815B1BF541F900E24F9B /* PolyFontManager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8A0F810D1BF541F800E24F9B /* PolyFontManager.cpp */; };
+		8A0F815C1BF541F900E24F9B /* PolyGPUDrawBuffer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8A0F810E1BF541F800E24F9B /* PolyGPUDrawBuffer.cpp */; };
+		8A0F815D1BF541F900E24F9B /* PolyImage.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8A0F810F1BF541F800E24F9B /* PolyImage.cpp */; };
+		8A0F815E1BF541F900E24F9B /* PolyInputEvent.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8A0F81101BF541F800E24F9B /* PolyInputEvent.cpp */; };
+		8A0F815F1BF541F900E24F9B /* PolyIOSCore.mm in Sources */ = {isa = PBXBuildFile; fileRef = 8A0F81111BF541F800E24F9B /* PolyIOSCore.mm */; };
+		8A0F81601BF541F900E24F9B /* PolyLabel.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8A0F81121BF541F800E24F9B /* PolyLabel.cpp */; };
+		8A0F81611BF541F900E24F9B /* PolyLogger.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8A0F81131BF541F800E24F9B /* PolyLogger.cpp */; };
+		8A0F81621BF541F900E24F9B /* PolyMaterial.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8A0F81141BF541F800E24F9B /* PolyMaterial.cpp */; };
+		8A0F81631BF541F900E24F9B /* PolyMaterialManager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8A0F81151BF541F800E24F9B /* PolyMaterialManager.cpp */; };
+		8A0F81641BF541F900E24F9B /* PolyMatrix4.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8A0F81161BF541F800E24F9B /* PolyMatrix4.cpp */; };
+		8A0F81651BF541F900E24F9B /* PolyMesh.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8A0F81171BF541F800E24F9B /* PolyMesh.cpp */; };
+		8A0F81661BF541F900E24F9B /* PolyObject.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8A0F81181BF541F800E24F9B /* PolyObject.cpp */; };
+		8A0F81671BF541F900E24F9B /* PolyOpenGLGraphicsInterface.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8A0F81191BF541F800E24F9B /* PolyOpenGLGraphicsInterface.cpp */; };
+		8A0F81681BF541F900E24F9B /* PolyParticleEmitter.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8A0F811A1BF541F800E24F9B /* PolyParticleEmitter.cpp */; };
+		8A0F81691BF541F900E24F9B /* PolyPeer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8A0F811B1BF541F800E24F9B /* PolyPeer.cpp */; };
+		8A0F816A1BF541F900E24F9B /* PolyPerlin.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8A0F811C1BF541F800E24F9B /* PolyPerlin.cpp */; };
+		8A0F816B1BF541F900E24F9B /* PolyPhysFSFileProvider.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8A0F811D1BF541F800E24F9B /* PolyPhysFSFileProvider.cpp */; };
+		8A0F816C1BF541F900E24F9B /* PolyQuaternion.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8A0F811E1BF541F800E24F9B /* PolyQuaternion.cpp */; };
+		8A0F816D1BF541F900E24F9B /* PolyQuaternionCurve.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8A0F811F1BF541F800E24F9B /* PolyQuaternionCurve.cpp */; };
+		8A0F816E1BF541F900E24F9B /* PolyRay.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8A0F81201BF541F800E24F9B /* PolyRay.cpp */; };
+		8A0F816F1BF541F900E24F9B /* PolyRectangle.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8A0F81211BF541F800E24F9B /* PolyRectangle.cpp */; };
+		8A0F81701BF541F900E24F9B /* PolyRenderDataArray.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8A0F81221BF541F800E24F9B /* PolyRenderDataArray.cpp */; };
+		8A0F81711BF541F900E24F9B /* PolyRenderer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8A0F81231BF541F800E24F9B /* PolyRenderer.cpp */; };
+		8A0F81721BF541F900E24F9B /* PolyResource.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8A0F81241BF541F800E24F9B /* PolyResource.cpp */; };
+		8A0F81731BF541F900E24F9B /* PolyResourceManager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8A0F81251BF541F800E24F9B /* PolyResourceManager.cpp */; };
+		8A0F81741BF541F900E24F9B /* PolyScene.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8A0F81261BF541F800E24F9B /* PolyScene.cpp */; };
+		8A0F81751BF541F900E24F9B /* PolySceneEntityInstance.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8A0F81271BF541F800E24F9B /* PolySceneEntityInstance.cpp */; };
+		8A0F81761BF541F900E24F9B /* PolySceneImage.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8A0F81281BF541F800E24F9B /* PolySceneImage.cpp */; };
+		8A0F81771BF541F900E24F9B /* PolySceneLabel.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8A0F81291BF541F800E24F9B /* PolySceneLabel.cpp */; };
+		8A0F81781BF541F900E24F9B /* PolySceneLight.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8A0F812A1BF541F800E24F9B /* PolySceneLight.cpp */; };
+		8A0F81791BF541F900E24F9B /* PolySceneLine.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8A0F812B1BF541F800E24F9B /* PolySceneLine.cpp */; };
+		8A0F817A1BF541F900E24F9B /* PolySceneManager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8A0F812C1BF541F800E24F9B /* PolySceneManager.cpp */; };
+		8A0F817B1BF541F900E24F9B /* PolySceneMesh.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8A0F812D1BF541F800E24F9B /* PolySceneMesh.cpp */; };
+		8A0F817C1BF541F900E24F9B /* PolyScenePrimitive.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8A0F812E1BF541F800E24F9B /* PolyScenePrimitive.cpp */; };
+		8A0F817D1BF541F900E24F9B /* PolySceneRenderTexture.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8A0F812F1BF541F800E24F9B /* PolySceneRenderTexture.cpp */; };
+		8A0F817E1BF541F900E24F9B /* PolySceneSound.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8A0F81301BF541F800E24F9B /* PolySceneSound.cpp */; };
+		8A0F817F1BF541F900E24F9B /* PolySceneSprite.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8A0F81311BF541F800E24F9B /* PolySceneSprite.cpp */; };
+		8A0F81801BF541F900E24F9B /* PolyServer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8A0F81321BF541F800E24F9B /* PolyServer.cpp */; };
+		8A0F81811BF541F900E24F9B /* PolyShader.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8A0F81331BF541F800E24F9B /* PolyShader.cpp */; };
+		8A0F81821BF541F900E24F9B /* PolySkeleton.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8A0F81341BF541F800E24F9B /* PolySkeleton.cpp */; };
+		8A0F81831BF541F900E24F9B /* PolySocket.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8A0F81351BF541F800E24F9B /* PolySocket.cpp */; };
+		8A0F81841BF541F900E24F9B /* PolySound.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8A0F81361BF541F800E24F9B /* PolySound.cpp */; };
+		8A0F81851BF541F900E24F9B /* PolySoundManager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8A0F81371BF541F800E24F9B /* PolySoundManager.cpp */; };
+		8A0F81861BF541F900E24F9B /* PolyString.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8A0F81381BF541F800E24F9B /* PolyString.cpp */; };
+		8A0F81871BF541F900E24F9B /* PolyTexture.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8A0F81391BF541F800E24F9B /* PolyTexture.cpp */; };
+		8A0F81881BF541F900E24F9B /* PolyThreaded.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8A0F813A1BF541F800E24F9B /* PolyThreaded.cpp */; };
+		8A0F81891BF541F900E24F9B /* PolyTimer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8A0F813B1BF541F800E24F9B /* PolyTimer.cpp */; };
+		8A0F818A1BF541F900E24F9B /* PolyTimerManager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8A0F813C1BF541F800E24F9B /* PolyTimerManager.cpp */; };
+		8A0F818B1BF541F900E24F9B /* PolyTween.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8A0F813D1BF541F800E24F9B /* PolyTween.cpp */; };
+		8A0F818C1BF541F900E24F9B /* PolyTweenManager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8A0F813E1BF541F800E24F9B /* PolyTweenManager.cpp */; };
+		8A0F818D1BF541F900E24F9B /* PolyVector2.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8A0F813F1BF541F800E24F9B /* PolyVector2.cpp */; };
+		8A0F818E1BF541F900E24F9B /* PolyVector3.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8A0F81401BF541F800E24F9B /* PolyVector3.cpp */; };
+		8A0F818F1BF541F900E24F9B /* PolyVector4.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8A0F81411BF541F800E24F9B /* PolyVector4.cpp */; };
+		8A0F81901BF541F900E24F9B /* rgbe.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8A0F81421BF541F800E24F9B /* rgbe.cpp */; };
+		8A0F81911BF541F900E24F9B /* tinystr.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8A0F81431BF541F800E24F9B /* tinystr.cpp */; };
+		8A0F81921BF541F900E24F9B /* tinyxml.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8A0F81441BF541F900E24F9B /* tinyxml.cpp */; };
+		8A0F81931BF541F900E24F9B /* tinyxmlerror.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8A0F81451BF541F900E24F9B /* tinyxmlerror.cpp */; };
+		8A0F81941BF541F900E24F9B /* tinyxmlparser.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8A0F81461BF541F900E24F9B /* tinyxmlparser.cpp */; };
+/* End PBXBuildFile section */
+
+/* Begin PBXCopyFilesBuildPhase section */
+		8A0F809E1BF5411500E24F9B /* CopyFiles */ = {
+			isa = PBXCopyFilesBuildPhase;
+			buildActionMask = 2147483647;
+			dstPath = "include/$(PRODUCT_NAME)";
+			dstSubfolderSpec = 16;
+			files = (
+			);
+			runOnlyForDeploymentPostprocessing = 0;
+		};
+/* End PBXCopyFilesBuildPhase section */
+
+/* Begin PBXFileReference section */
+		8A0F80A01BF5411500E24F9B /* libPolycodeCore.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libPolycodeCore.a; sourceTree = BUILT_PRODUCTS_DIR; };
+		8A0F80AE1BF5417E00E24F9B /* PolyBasicFileProvider.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = PolyBasicFileProvider.h; path = ../../../include/polycode/core/PolyBasicFileProvider.h; sourceTree = "<group>"; };
+		8A0F80AF1BF5417E00E24F9B /* PolyBezierCurve.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = PolyBezierCurve.h; path = ../../../include/polycode/core/PolyBezierCurve.h; sourceTree = "<group>"; };
+		8A0F80B01BF5417E00E24F9B /* PolyBone.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = PolyBone.h; path = ../../../include/polycode/core/PolyBone.h; sourceTree = "<group>"; };
+		8A0F80B11BF5417E00E24F9B /* PolyCamera.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = PolyCamera.h; path = ../../../include/polycode/core/PolyCamera.h; sourceTree = "<group>"; };
+		8A0F80B21BF5417E00E24F9B /* PolyClient.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = PolyClient.h; path = ../../../include/polycode/core/PolyClient.h; sourceTree = "<group>"; };
+		8A0F80B31BF5417E00E24F9B /* PolyColor.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = PolyColor.h; path = ../../../include/polycode/core/PolyColor.h; sourceTree = "<group>"; };
+		8A0F80B41BF5417E00E24F9B /* PolyConfig.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = PolyConfig.h; path = ../../../include/polycode/core/PolyConfig.h; sourceTree = "<group>"; };
+		8A0F80B51BF5417E00E24F9B /* PolyCore.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = PolyCore.h; path = ../../../include/polycode/core/PolyCore.h; sourceTree = "<group>"; };
+		8A0F80B61BF5417E00E24F9B /* PolyCoreFileProvider.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = PolyCoreFileProvider.h; path = ../../../include/polycode/core/PolyCoreFileProvider.h; sourceTree = "<group>"; };
+		8A0F80B71BF5417E00E24F9B /* PolyCoreInput.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = PolyCoreInput.h; path = ../../../include/polycode/core/PolyCoreInput.h; sourceTree = "<group>"; };
+		8A0F80B81BF5417E00E24F9B /* PolyCoreServices.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = PolyCoreServices.h; path = ../../../include/polycode/core/PolyCoreServices.h; sourceTree = "<group>"; };
+		8A0F80B91BF5417E00E24F9B /* PolyCubemap.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = PolyCubemap.h; path = ../../../include/polycode/core/PolyCubemap.h; sourceTree = "<group>"; };
+		8A0F80BA1BF5417E00E24F9B /* PolyData.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = PolyData.h; path = ../../../include/polycode/core/PolyData.h; sourceTree = "<group>"; };
+		8A0F80BB1BF5417E00E24F9B /* PolyEntity.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = PolyEntity.h; path = ../../../include/polycode/core/PolyEntity.h; sourceTree = "<group>"; };
+		8A0F80BC1BF5417E00E24F9B /* PolyEvent.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = PolyEvent.h; path = ../../../include/polycode/core/PolyEvent.h; sourceTree = "<group>"; };
+		8A0F80BD1BF5417E00E24F9B /* PolyEventDispatcher.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = PolyEventDispatcher.h; path = ../../../include/polycode/core/PolyEventDispatcher.h; sourceTree = "<group>"; };
+		8A0F80BE1BF5417E00E24F9B /* PolyEventHandler.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = PolyEventHandler.h; path = ../../../include/polycode/core/PolyEventHandler.h; sourceTree = "<group>"; };
+		8A0F80BF1BF5417E00E24F9B /* PolyFont.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = PolyFont.h; path = ../../../include/polycode/core/PolyFont.h; sourceTree = "<group>"; };
+		8A0F80C01BF5417E00E24F9B /* PolyFontGlyphSheet.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = PolyFontGlyphSheet.h; path = ../../../include/polycode/core/PolyFontGlyphSheet.h; sourceTree = "<group>"; };
+		8A0F80C11BF5417E00E24F9B /* PolyFontManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = PolyFontManager.h; path = ../../../include/polycode/core/PolyFontManager.h; sourceTree = "<group>"; };
+		8A0F80C21BF5417E00E24F9B /* PolyGlobals.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = PolyGlobals.h; path = ../../../include/polycode/core/PolyGlobals.h; sourceTree = "<group>"; };
+		8A0F80C31BF5417E00E24F9B /* PolyGPUDrawBuffer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = PolyGPUDrawBuffer.h; path = ../../../include/polycode/core/PolyGPUDrawBuffer.h; sourceTree = "<group>"; };
+		8A0F80C41BF5417E00E24F9B /* PolyImage.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = PolyImage.h; path = ../../../include/polycode/core/PolyImage.h; sourceTree = "<group>"; };
+		8A0F80C51BF5417E00E24F9B /* PolyInputEvent.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = PolyInputEvent.h; path = ../../../include/polycode/core/PolyInputEvent.h; sourceTree = "<group>"; };
+		8A0F80C61BF5417E00E24F9B /* PolyInputKeys.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = PolyInputKeys.h; path = ../../../include/polycode/core/PolyInputKeys.h; sourceTree = "<group>"; };
+		8A0F80C71BF5417E00E24F9B /* PolyIOSCore.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = PolyIOSCore.h; path = ../../../include/polycode/core/PolyIOSCore.h; sourceTree = "<group>"; };
+		8A0F80C81BF5417E00E24F9B /* PolyLabel.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = PolyLabel.h; path = ../../../include/polycode/core/PolyLabel.h; sourceTree = "<group>"; };
+		8A0F80C91BF5417E00E24F9B /* PolyLogger.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = PolyLogger.h; path = ../../../include/polycode/core/PolyLogger.h; sourceTree = "<group>"; };
+		8A0F80CA1BF5417E00E24F9B /* PolyMaterial.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = PolyMaterial.h; path = ../../../include/polycode/core/PolyMaterial.h; sourceTree = "<group>"; };
+		8A0F80CB1BF5417E00E24F9B /* PolyMaterialManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = PolyMaterialManager.h; path = ../../../include/polycode/core/PolyMaterialManager.h; sourceTree = "<group>"; };
+		8A0F80CC1BF5417E00E24F9B /* PolyMatrix4.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = PolyMatrix4.h; path = ../../../include/polycode/core/PolyMatrix4.h; sourceTree = "<group>"; };
+		8A0F80CD1BF5417E00E24F9B /* PolyMesh.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = PolyMesh.h; path = ../../../include/polycode/core/PolyMesh.h; sourceTree = "<group>"; };
+		8A0F80CE1BF5417E00E24F9B /* PolyObject.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = PolyObject.h; path = ../../../include/polycode/core/PolyObject.h; sourceTree = "<group>"; };
+		8A0F80CF1BF5417E00E24F9B /* PolyOpenGLGraphicsInterface.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = PolyOpenGLGraphicsInterface.h; path = ../../../include/polycode/core/PolyOpenGLGraphicsInterface.h; sourceTree = "<group>"; };
+		8A0F80D01BF5417E00E24F9B /* PolyParticleEmitter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = PolyParticleEmitter.h; path = ../../../include/polycode/core/PolyParticleEmitter.h; sourceTree = "<group>"; };
+		8A0F80D11BF5417E00E24F9B /* PolyPeer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = PolyPeer.h; path = ../../../include/polycode/core/PolyPeer.h; sourceTree = "<group>"; };
+		8A0F80D21BF5417E00E24F9B /* PolyPerlin.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = PolyPerlin.h; path = ../../../include/polycode/core/PolyPerlin.h; sourceTree = "<group>"; };
+		8A0F80D31BF5417E00E24F9B /* PolyPhysFSFileProvider.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = PolyPhysFSFileProvider.h; path = ../../../include/polycode/core/PolyPhysFSFileProvider.h; sourceTree = "<group>"; };
+		8A0F80D41BF5417E00E24F9B /* PolyQuaternion.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = PolyQuaternion.h; path = ../../../include/polycode/core/PolyQuaternion.h; sourceTree = "<group>"; };
+		8A0F80D51BF5417E00E24F9B /* PolyQuaternionCurve.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = PolyQuaternionCurve.h; path = ../../../include/polycode/core/PolyQuaternionCurve.h; sourceTree = "<group>"; };
+		8A0F80D61BF5417E00E24F9B /* PolyRay.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = PolyRay.h; path = ../../../include/polycode/core/PolyRay.h; sourceTree = "<group>"; };
+		8A0F80D71BF5417E00E24F9B /* PolyRectangle.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = PolyRectangle.h; path = ../../../include/polycode/core/PolyRectangle.h; sourceTree = "<group>"; };
+		8A0F80D81BF5417E00E24F9B /* PolyRenderDataArray.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = PolyRenderDataArray.h; path = ../../../include/polycode/core/PolyRenderDataArray.h; sourceTree = "<group>"; };
+		8A0F80D91BF5417E00E24F9B /* PolyRenderer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = PolyRenderer.h; path = ../../../include/polycode/core/PolyRenderer.h; sourceTree = "<group>"; };
+		8A0F80DA1BF5417E00E24F9B /* PolyResource.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = PolyResource.h; path = ../../../include/polycode/core/PolyResource.h; sourceTree = "<group>"; };
+		8A0F80DB1BF5417E00E24F9B /* PolyResourceManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = PolyResourceManager.h; path = ../../../include/polycode/core/PolyResourceManager.h; sourceTree = "<group>"; };
+		8A0F80DC1BF5417E00E24F9B /* PolyScene.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = PolyScene.h; path = ../../../include/polycode/core/PolyScene.h; sourceTree = "<group>"; };
+		8A0F80DD1BF5417E00E24F9B /* PolySceneEntityInstance.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = PolySceneEntityInstance.h; path = ../../../include/polycode/core/PolySceneEntityInstance.h; sourceTree = "<group>"; };
+		8A0F80DE1BF5417E00E24F9B /* PolySceneImage.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = PolySceneImage.h; path = ../../../include/polycode/core/PolySceneImage.h; sourceTree = "<group>"; };
+		8A0F80DF1BF5417E00E24F9B /* PolySceneLabel.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = PolySceneLabel.h; path = ../../../include/polycode/core/PolySceneLabel.h; sourceTree = "<group>"; };
+		8A0F80E01BF5417E00E24F9B /* PolySceneLight.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = PolySceneLight.h; path = ../../../include/polycode/core/PolySceneLight.h; sourceTree = "<group>"; };
+		8A0F80E11BF5417E00E24F9B /* PolySceneLine.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = PolySceneLine.h; path = ../../../include/polycode/core/PolySceneLine.h; sourceTree = "<group>"; };
+		8A0F80E21BF5417E00E24F9B /* PolySceneManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = PolySceneManager.h; path = ../../../include/polycode/core/PolySceneManager.h; sourceTree = "<group>"; };
+		8A0F80E31BF5417E00E24F9B /* PolySceneMesh.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = PolySceneMesh.h; path = ../../../include/polycode/core/PolySceneMesh.h; sourceTree = "<group>"; };
+		8A0F80E41BF5417E00E24F9B /* PolyScenePrimitive.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = PolyScenePrimitive.h; path = ../../../include/polycode/core/PolyScenePrimitive.h; sourceTree = "<group>"; };
+		8A0F80E51BF5417E00E24F9B /* PolySceneRenderTexture.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = PolySceneRenderTexture.h; path = ../../../include/polycode/core/PolySceneRenderTexture.h; sourceTree = "<group>"; };
+		8A0F80E61BF5417E00E24F9B /* PolySceneSound.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = PolySceneSound.h; path = ../../../include/polycode/core/PolySceneSound.h; sourceTree = "<group>"; };
+		8A0F80E71BF5417E00E24F9B /* PolySceneSprite.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = PolySceneSprite.h; path = ../../../include/polycode/core/PolySceneSprite.h; sourceTree = "<group>"; };
+		8A0F80E81BF5417E00E24F9B /* PolyServer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = PolyServer.h; path = ../../../include/polycode/core/PolyServer.h; sourceTree = "<group>"; };
+		8A0F80E91BF5417E00E24F9B /* PolyServerWorld.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = PolyServerWorld.h; path = ../../../include/polycode/core/PolyServerWorld.h; sourceTree = "<group>"; };
+		8A0F80EA1BF5417E00E24F9B /* PolyShader.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = PolyShader.h; path = ../../../include/polycode/core/PolyShader.h; sourceTree = "<group>"; };
+		8A0F80EB1BF5417E00E24F9B /* PolySkeleton.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = PolySkeleton.h; path = ../../../include/polycode/core/PolySkeleton.h; sourceTree = "<group>"; };
+		8A0F80EC1BF5417E00E24F9B /* PolySocket.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = PolySocket.h; path = ../../../include/polycode/core/PolySocket.h; sourceTree = "<group>"; };
+		8A0F80ED1BF5417E00E24F9B /* PolySound.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = PolySound.h; path = ../../../include/polycode/core/PolySound.h; sourceTree = "<group>"; };
+		8A0F80EE1BF5417E00E24F9B /* PolySoundManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = PolySoundManager.h; path = ../../../include/polycode/core/PolySoundManager.h; sourceTree = "<group>"; };
+		8A0F80EF1BF5417E00E24F9B /* PolyString.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = PolyString.h; path = ../../../include/polycode/core/PolyString.h; sourceTree = "<group>"; };
+		8A0F80F01BF5417E00E24F9B /* PolyTexture.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = PolyTexture.h; path = ../../../include/polycode/core/PolyTexture.h; sourceTree = "<group>"; };
+		8A0F80F11BF5417E00E24F9B /* PolyThreaded.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = PolyThreaded.h; path = ../../../include/polycode/core/PolyThreaded.h; sourceTree = "<group>"; };
+		8A0F80F21BF5417E00E24F9B /* PolyTimer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = PolyTimer.h; path = ../../../include/polycode/core/PolyTimer.h; sourceTree = "<group>"; };
+		8A0F80F31BF5417E00E24F9B /* PolyTimerManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = PolyTimerManager.h; path = ../../../include/polycode/core/PolyTimerManager.h; sourceTree = "<group>"; };
+		8A0F80F41BF5417E00E24F9B /* PolyTween.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = PolyTween.h; path = ../../../include/polycode/core/PolyTween.h; sourceTree = "<group>"; };
+		8A0F80F51BF5417E00E24F9B /* PolyTweenManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = PolyTweenManager.h; path = ../../../include/polycode/core/PolyTweenManager.h; sourceTree = "<group>"; };
+		8A0F80F61BF5417E00E24F9B /* PolyVector2.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = PolyVector2.h; path = ../../../include/polycode/core/PolyVector2.h; sourceTree = "<group>"; };
+		8A0F80F71BF5417E00E24F9B /* PolyVector3.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = PolyVector3.h; path = ../../../include/polycode/core/PolyVector3.h; sourceTree = "<group>"; };
+		8A0F80F81BF5417E00E24F9B /* PolyVector4.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = PolyVector4.h; path = ../../../include/polycode/core/PolyVector4.h; sourceTree = "<group>"; };
+		8A0F80F91BF541F800E24F9B /* lodepng.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = lodepng.cpp; path = ../../../src/core/lodepng.cpp; sourceTree = "<group>"; };
+		8A0F80FA1BF541F800E24F9B /* PolyBasicFileProvider.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = PolyBasicFileProvider.cpp; path = ../../../src/core/PolyBasicFileProvider.cpp; sourceTree = "<group>"; };
+		8A0F80FB1BF541F800E24F9B /* PolyBezierCurve.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = PolyBezierCurve.cpp; path = ../../../src/core/PolyBezierCurve.cpp; sourceTree = "<group>"; };
+		8A0F80FC1BF541F800E24F9B /* PolyBone.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = PolyBone.cpp; path = ../../../src/core/PolyBone.cpp; sourceTree = "<group>"; };
+		8A0F80FD1BF541F800E24F9B /* PolyCamera.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = PolyCamera.cpp; path = ../../../src/core/PolyCamera.cpp; sourceTree = "<group>"; };
+		8A0F80FE1BF541F800E24F9B /* PolyClient.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = PolyClient.cpp; path = ../../../src/core/PolyClient.cpp; sourceTree = "<group>"; };
+		8A0F80FF1BF541F800E24F9B /* PolyColor.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = PolyColor.cpp; path = ../../../src/core/PolyColor.cpp; sourceTree = "<group>"; };
+		8A0F81001BF541F800E24F9B /* PolyConfig.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = PolyConfig.cpp; path = ../../../src/core/PolyConfig.cpp; sourceTree = "<group>"; };
+		8A0F81011BF541F800E24F9B /* PolyCore.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = PolyCore.cpp; path = ../../../src/core/PolyCore.cpp; sourceTree = "<group>"; };
+		8A0F81021BF541F800E24F9B /* PolyCoreFileProvider.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = PolyCoreFileProvider.cpp; path = ../../../src/core/PolyCoreFileProvider.cpp; sourceTree = "<group>"; };
+		8A0F81031BF541F800E24F9B /* PolyCoreInput.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = PolyCoreInput.cpp; path = ../../../src/core/PolyCoreInput.cpp; sourceTree = "<group>"; };
+		8A0F81041BF541F800E24F9B /* PolyCoreServices.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = PolyCoreServices.cpp; path = ../../../src/core/PolyCoreServices.cpp; sourceTree = "<group>"; };
+		8A0F81051BF541F800E24F9B /* PolyCubemap.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = PolyCubemap.cpp; path = ../../../src/core/PolyCubemap.cpp; sourceTree = "<group>"; };
+		8A0F81061BF541F800E24F9B /* PolyData.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = PolyData.cpp; path = ../../../src/core/PolyData.cpp; sourceTree = "<group>"; };
+		8A0F81071BF541F800E24F9B /* PolyEntity.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = PolyEntity.cpp; path = ../../../src/core/PolyEntity.cpp; sourceTree = "<group>"; };
+		8A0F81081BF541F800E24F9B /* PolyEvent.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = PolyEvent.cpp; path = ../../../src/core/PolyEvent.cpp; sourceTree = "<group>"; };
+		8A0F81091BF541F800E24F9B /* PolyEventDispatcher.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = PolyEventDispatcher.cpp; path = ../../../src/core/PolyEventDispatcher.cpp; sourceTree = "<group>"; };
+		8A0F810A1BF541F800E24F9B /* PolyEventHandler.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = PolyEventHandler.cpp; path = ../../../src/core/PolyEventHandler.cpp; sourceTree = "<group>"; };
+		8A0F810B1BF541F800E24F9B /* PolyFont.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = PolyFont.cpp; path = ../../../src/core/PolyFont.cpp; sourceTree = "<group>"; };
+		8A0F810C1BF541F800E24F9B /* PolyFontGlyphSheet.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = PolyFontGlyphSheet.cpp; path = ../../../src/core/PolyFontGlyphSheet.cpp; sourceTree = "<group>"; };
+		8A0F810D1BF541F800E24F9B /* PolyFontManager.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = PolyFontManager.cpp; path = ../../../src/core/PolyFontManager.cpp; sourceTree = "<group>"; };
+		8A0F810E1BF541F800E24F9B /* PolyGPUDrawBuffer.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = PolyGPUDrawBuffer.cpp; path = ../../../src/core/PolyGPUDrawBuffer.cpp; sourceTree = "<group>"; };
+		8A0F810F1BF541F800E24F9B /* PolyImage.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = PolyImage.cpp; path = ../../../src/core/PolyImage.cpp; sourceTree = "<group>"; };
+		8A0F81101BF541F800E24F9B /* PolyInputEvent.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = PolyInputEvent.cpp; path = ../../../src/core/PolyInputEvent.cpp; sourceTree = "<group>"; };
+		8A0F81111BF541F800E24F9B /* PolyIOSCore.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; name = PolyIOSCore.mm; path = ../../../src/core/PolyIOSCore.mm; sourceTree = "<group>"; };
+		8A0F81121BF541F800E24F9B /* PolyLabel.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = PolyLabel.cpp; path = ../../../src/core/PolyLabel.cpp; sourceTree = "<group>"; };
+		8A0F81131BF541F800E24F9B /* PolyLogger.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = PolyLogger.cpp; path = ../../../src/core/PolyLogger.cpp; sourceTree = "<group>"; };
+		8A0F81141BF541F800E24F9B /* PolyMaterial.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = PolyMaterial.cpp; path = ../../../src/core/PolyMaterial.cpp; sourceTree = "<group>"; };
+		8A0F81151BF541F800E24F9B /* PolyMaterialManager.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = PolyMaterialManager.cpp; path = ../../../src/core/PolyMaterialManager.cpp; sourceTree = "<group>"; };
+		8A0F81161BF541F800E24F9B /* PolyMatrix4.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = PolyMatrix4.cpp; path = ../../../src/core/PolyMatrix4.cpp; sourceTree = "<group>"; };
+		8A0F81171BF541F800E24F9B /* PolyMesh.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = PolyMesh.cpp; path = ../../../src/core/PolyMesh.cpp; sourceTree = "<group>"; };
+		8A0F81181BF541F800E24F9B /* PolyObject.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = PolyObject.cpp; path = ../../../src/core/PolyObject.cpp; sourceTree = "<group>"; };
+		8A0F81191BF541F800E24F9B /* PolyOpenGLGraphicsInterface.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = PolyOpenGLGraphicsInterface.cpp; path = ../../../src/core/PolyOpenGLGraphicsInterface.cpp; sourceTree = "<group>"; };
+		8A0F811A1BF541F800E24F9B /* PolyParticleEmitter.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = PolyParticleEmitter.cpp; path = ../../../src/core/PolyParticleEmitter.cpp; sourceTree = "<group>"; };
+		8A0F811B1BF541F800E24F9B /* PolyPeer.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = PolyPeer.cpp; path = ../../../src/core/PolyPeer.cpp; sourceTree = "<group>"; };
+		8A0F811C1BF541F800E24F9B /* PolyPerlin.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = PolyPerlin.cpp; path = ../../../src/core/PolyPerlin.cpp; sourceTree = "<group>"; };
+		8A0F811D1BF541F800E24F9B /* PolyPhysFSFileProvider.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = PolyPhysFSFileProvider.cpp; path = ../../../src/core/PolyPhysFSFileProvider.cpp; sourceTree = "<group>"; };
+		8A0F811E1BF541F800E24F9B /* PolyQuaternion.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = PolyQuaternion.cpp; path = ../../../src/core/PolyQuaternion.cpp; sourceTree = "<group>"; };
+		8A0F811F1BF541F800E24F9B /* PolyQuaternionCurve.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = PolyQuaternionCurve.cpp; path = ../../../src/core/PolyQuaternionCurve.cpp; sourceTree = "<group>"; };
+		8A0F81201BF541F800E24F9B /* PolyRay.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = PolyRay.cpp; path = ../../../src/core/PolyRay.cpp; sourceTree = "<group>"; };
+		8A0F81211BF541F800E24F9B /* PolyRectangle.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = PolyRectangle.cpp; path = ../../../src/core/PolyRectangle.cpp; sourceTree = "<group>"; };
+		8A0F81221BF541F800E24F9B /* PolyRenderDataArray.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = PolyRenderDataArray.cpp; path = ../../../src/core/PolyRenderDataArray.cpp; sourceTree = "<group>"; };
+		8A0F81231BF541F800E24F9B /* PolyRenderer.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = PolyRenderer.cpp; path = ../../../src/core/PolyRenderer.cpp; sourceTree = "<group>"; };
+		8A0F81241BF541F800E24F9B /* PolyResource.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = PolyResource.cpp; path = ../../../src/core/PolyResource.cpp; sourceTree = "<group>"; };
+		8A0F81251BF541F800E24F9B /* PolyResourceManager.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = PolyResourceManager.cpp; path = ../../../src/core/PolyResourceManager.cpp; sourceTree = "<group>"; };
+		8A0F81261BF541F800E24F9B /* PolyScene.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = PolyScene.cpp; path = ../../../src/core/PolyScene.cpp; sourceTree = "<group>"; };
+		8A0F81271BF541F800E24F9B /* PolySceneEntityInstance.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = PolySceneEntityInstance.cpp; path = ../../../src/core/PolySceneEntityInstance.cpp; sourceTree = "<group>"; };
+		8A0F81281BF541F800E24F9B /* PolySceneImage.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = PolySceneImage.cpp; path = ../../../src/core/PolySceneImage.cpp; sourceTree = "<group>"; };
+		8A0F81291BF541F800E24F9B /* PolySceneLabel.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = PolySceneLabel.cpp; path = ../../../src/core/PolySceneLabel.cpp; sourceTree = "<group>"; };
+		8A0F812A1BF541F800E24F9B /* PolySceneLight.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = PolySceneLight.cpp; path = ../../../src/core/PolySceneLight.cpp; sourceTree = "<group>"; };
+		8A0F812B1BF541F800E24F9B /* PolySceneLine.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = PolySceneLine.cpp; path = ../../../src/core/PolySceneLine.cpp; sourceTree = "<group>"; };
+		8A0F812C1BF541F800E24F9B /* PolySceneManager.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = PolySceneManager.cpp; path = ../../../src/core/PolySceneManager.cpp; sourceTree = "<group>"; };
+		8A0F812D1BF541F800E24F9B /* PolySceneMesh.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = PolySceneMesh.cpp; path = ../../../src/core/PolySceneMesh.cpp; sourceTree = "<group>"; };
+		8A0F812E1BF541F800E24F9B /* PolyScenePrimitive.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = PolyScenePrimitive.cpp; path = ../../../src/core/PolyScenePrimitive.cpp; sourceTree = "<group>"; };
+		8A0F812F1BF541F800E24F9B /* PolySceneRenderTexture.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = PolySceneRenderTexture.cpp; path = ../../../src/core/PolySceneRenderTexture.cpp; sourceTree = "<group>"; };
+		8A0F81301BF541F800E24F9B /* PolySceneSound.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = PolySceneSound.cpp; path = ../../../src/core/PolySceneSound.cpp; sourceTree = "<group>"; };
+		8A0F81311BF541F800E24F9B /* PolySceneSprite.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = PolySceneSprite.cpp; path = ../../../src/core/PolySceneSprite.cpp; sourceTree = "<group>"; };
+		8A0F81321BF541F800E24F9B /* PolyServer.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = PolyServer.cpp; path = ../../../src/core/PolyServer.cpp; sourceTree = "<group>"; };
+		8A0F81331BF541F800E24F9B /* PolyShader.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = PolyShader.cpp; path = ../../../src/core/PolyShader.cpp; sourceTree = "<group>"; };
+		8A0F81341BF541F800E24F9B /* PolySkeleton.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = PolySkeleton.cpp; path = ../../../src/core/PolySkeleton.cpp; sourceTree = "<group>"; };
+		8A0F81351BF541F800E24F9B /* PolySocket.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = PolySocket.cpp; path = ../../../src/core/PolySocket.cpp; sourceTree = "<group>"; };
+		8A0F81361BF541F800E24F9B /* PolySound.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = PolySound.cpp; path = ../../../src/core/PolySound.cpp; sourceTree = "<group>"; };
+		8A0F81371BF541F800E24F9B /* PolySoundManager.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = PolySoundManager.cpp; path = ../../../src/core/PolySoundManager.cpp; sourceTree = "<group>"; };
+		8A0F81381BF541F800E24F9B /* PolyString.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = PolyString.cpp; path = ../../../src/core/PolyString.cpp; sourceTree = "<group>"; };
+		8A0F81391BF541F800E24F9B /* PolyTexture.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = PolyTexture.cpp; path = ../../../src/core/PolyTexture.cpp; sourceTree = "<group>"; };
+		8A0F813A1BF541F800E24F9B /* PolyThreaded.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = PolyThreaded.cpp; path = ../../../src/core/PolyThreaded.cpp; sourceTree = "<group>"; };
+		8A0F813B1BF541F800E24F9B /* PolyTimer.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = PolyTimer.cpp; path = ../../../src/core/PolyTimer.cpp; sourceTree = "<group>"; };
+		8A0F813C1BF541F800E24F9B /* PolyTimerManager.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = PolyTimerManager.cpp; path = ../../../src/core/PolyTimerManager.cpp; sourceTree = "<group>"; };
+		8A0F813D1BF541F800E24F9B /* PolyTween.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = PolyTween.cpp; path = ../../../src/core/PolyTween.cpp; sourceTree = "<group>"; };
+		8A0F813E1BF541F800E24F9B /* PolyTweenManager.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = PolyTweenManager.cpp; path = ../../../src/core/PolyTweenManager.cpp; sourceTree = "<group>"; };
+		8A0F813F1BF541F800E24F9B /* PolyVector2.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = PolyVector2.cpp; path = ../../../src/core/PolyVector2.cpp; sourceTree = "<group>"; };
+		8A0F81401BF541F800E24F9B /* PolyVector3.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = PolyVector3.cpp; path = ../../../src/core/PolyVector3.cpp; sourceTree = "<group>"; };
+		8A0F81411BF541F800E24F9B /* PolyVector4.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = PolyVector4.cpp; path = ../../../src/core/PolyVector4.cpp; sourceTree = "<group>"; };
+		8A0F81421BF541F800E24F9B /* rgbe.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = rgbe.cpp; path = ../../../src/core/rgbe.cpp; sourceTree = "<group>"; };
+		8A0F81431BF541F800E24F9B /* tinystr.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = tinystr.cpp; path = ../../../src/core/tinystr.cpp; sourceTree = "<group>"; };
+		8A0F81441BF541F900E24F9B /* tinyxml.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = tinyxml.cpp; path = ../../../src/core/tinyxml.cpp; sourceTree = "<group>"; };
+		8A0F81451BF541F900E24F9B /* tinyxmlerror.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = tinyxmlerror.cpp; path = ../../../src/core/tinyxmlerror.cpp; sourceTree = "<group>"; };
+		8A0F81461BF541F900E24F9B /* tinyxmlparser.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = tinyxmlparser.cpp; path = ../../../src/core/tinyxmlparser.cpp; sourceTree = "<group>"; };
+/* End PBXFileReference section */
+
+/* Begin PBXFrameworksBuildPhase section */
+		8A0F809D1BF5411500E24F9B /* Frameworks */ = {
+			isa = PBXFrameworksBuildPhase;
+			buildActionMask = 2147483647;
+			files = (
+			);
+			runOnlyForDeploymentPostprocessing = 0;
+		};
+/* End PBXFrameworksBuildPhase section */
+
+/* Begin PBXGroup section */
+		8A0F80971BF5411500E24F9B = {
+			isa = PBXGroup;
+			children = (
+				8A0F80AD1BF5413800E24F9B /* src */,
+				8A0F80AC1BF5413300E24F9B /* include */,
+				8A0F80A11BF5411500E24F9B /* Products */,
+			);
+			sourceTree = "<group>";
+		};
+		8A0F80A11BF5411500E24F9B /* Products */ = {
+			isa = PBXGroup;
+			children = (
+				8A0F80A01BF5411500E24F9B /* libPolycodeCore.a */,
+			);
+			name = Products;
+			sourceTree = "<group>";
+		};
+		8A0F80AC1BF5413300E24F9B /* include */ = {
+			isa = PBXGroup;
+			children = (
+				8A0F80AE1BF5417E00E24F9B /* PolyBasicFileProvider.h */,
+				8A0F80AF1BF5417E00E24F9B /* PolyBezierCurve.h */,
+				8A0F80B01BF5417E00E24F9B /* PolyBone.h */,
+				8A0F80B11BF5417E00E24F9B /* PolyCamera.h */,
+				8A0F80B21BF5417E00E24F9B /* PolyClient.h */,
+				8A0F80B31BF5417E00E24F9B /* PolyColor.h */,
+				8A0F80B41BF5417E00E24F9B /* PolyConfig.h */,
+				8A0F80B51BF5417E00E24F9B /* PolyCore.h */,
+				8A0F80B61BF5417E00E24F9B /* PolyCoreFileProvider.h */,
+				8A0F80B71BF5417E00E24F9B /* PolyCoreInput.h */,
+				8A0F80B81BF5417E00E24F9B /* PolyCoreServices.h */,
+				8A0F80B91BF5417E00E24F9B /* PolyCubemap.h */,
+				8A0F80BA1BF5417E00E24F9B /* PolyData.h */,
+				8A0F80BB1BF5417E00E24F9B /* PolyEntity.h */,
+				8A0F80BC1BF5417E00E24F9B /* PolyEvent.h */,
+				8A0F80BD1BF5417E00E24F9B /* PolyEventDispatcher.h */,
+				8A0F80BE1BF5417E00E24F9B /* PolyEventHandler.h */,
+				8A0F80BF1BF5417E00E24F9B /* PolyFont.h */,
+				8A0F80C01BF5417E00E24F9B /* PolyFontGlyphSheet.h */,
+				8A0F80C11BF5417E00E24F9B /* PolyFontManager.h */,
+				8A0F80C21BF5417E00E24F9B /* PolyGlobals.h */,
+				8A0F80C31BF5417E00E24F9B /* PolyGPUDrawBuffer.h */,
+				8A0F80C41BF5417E00E24F9B /* PolyImage.h */,
+				8A0F80C51BF5417E00E24F9B /* PolyInputEvent.h */,
+				8A0F80C61BF5417E00E24F9B /* PolyInputKeys.h */,
+				8A0F80C71BF5417E00E24F9B /* PolyIOSCore.h */,
+				8A0F80C81BF5417E00E24F9B /* PolyLabel.h */,
+				8A0F80C91BF5417E00E24F9B /* PolyLogger.h */,
+				8A0F80CA1BF5417E00E24F9B /* PolyMaterial.h */,
+				8A0F80CB1BF5417E00E24F9B /* PolyMaterialManager.h */,
+				8A0F80CC1BF5417E00E24F9B /* PolyMatrix4.h */,
+				8A0F80CD1BF5417E00E24F9B /* PolyMesh.h */,
+				8A0F80CE1BF5417E00E24F9B /* PolyObject.h */,
+				8A0F80CF1BF5417E00E24F9B /* PolyOpenGLGraphicsInterface.h */,
+				8A0F80D01BF5417E00E24F9B /* PolyParticleEmitter.h */,
+				8A0F80D11BF5417E00E24F9B /* PolyPeer.h */,
+				8A0F80D21BF5417E00E24F9B /* PolyPerlin.h */,
+				8A0F80D31BF5417E00E24F9B /* PolyPhysFSFileProvider.h */,
+				8A0F80D41BF5417E00E24F9B /* PolyQuaternion.h */,
+				8A0F80D51BF5417E00E24F9B /* PolyQuaternionCurve.h */,
+				8A0F80D61BF5417E00E24F9B /* PolyRay.h */,
+				8A0F80D71BF5417E00E24F9B /* PolyRectangle.h */,
+				8A0F80D81BF5417E00E24F9B /* PolyRenderDataArray.h */,
+				8A0F80D91BF5417E00E24F9B /* PolyRenderer.h */,
+				8A0F80DA1BF5417E00E24F9B /* PolyResource.h */,
+				8A0F80DB1BF5417E00E24F9B /* PolyResourceManager.h */,
+				8A0F80DC1BF5417E00E24F9B /* PolyScene.h */,
+				8A0F80DD1BF5417E00E24F9B /* PolySceneEntityInstance.h */,
+				8A0F80DE1BF5417E00E24F9B /* PolySceneImage.h */,
+				8A0F80DF1BF5417E00E24F9B /* PolySceneLabel.h */,
+				8A0F80E01BF5417E00E24F9B /* PolySceneLight.h */,
+				8A0F80E11BF5417E00E24F9B /* PolySceneLine.h */,
+				8A0F80E21BF5417E00E24F9B /* PolySceneManager.h */,
+				8A0F80E31BF5417E00E24F9B /* PolySceneMesh.h */,
+				8A0F80E41BF5417E00E24F9B /* PolyScenePrimitive.h */,
+				8A0F80E51BF5417E00E24F9B /* PolySceneRenderTexture.h */,
+				8A0F80E61BF5417E00E24F9B /* PolySceneSound.h */,
+				8A0F80E71BF5417E00E24F9B /* PolySceneSprite.h */,
+				8A0F80E81BF5417E00E24F9B /* PolyServer.h */,
+				8A0F80E91BF5417E00E24F9B /* PolyServerWorld.h */,
+				8A0F80EA1BF5417E00E24F9B /* PolyShader.h */,
+				8A0F80EB1BF5417E00E24F9B /* PolySkeleton.h */,
+				8A0F80EC1BF5417E00E24F9B /* PolySocket.h */,
+				8A0F80ED1BF5417E00E24F9B /* PolySound.h */,
+				8A0F80EE1BF5417E00E24F9B /* PolySoundManager.h */,
+				8A0F80EF1BF5417E00E24F9B /* PolyString.h */,
+				8A0F80F01BF5417E00E24F9B /* PolyTexture.h */,
+				8A0F80F11BF5417E00E24F9B /* PolyThreaded.h */,
+				8A0F80F21BF5417E00E24F9B /* PolyTimer.h */,
+				8A0F80F31BF5417E00E24F9B /* PolyTimerManager.h */,
+				8A0F80F41BF5417E00E24F9B /* PolyTween.h */,
+				8A0F80F51BF5417E00E24F9B /* PolyTweenManager.h */,
+				8A0F80F61BF5417E00E24F9B /* PolyVector2.h */,
+				8A0F80F71BF5417E00E24F9B /* PolyVector3.h */,
+				8A0F80F81BF5417E00E24F9B /* PolyVector4.h */,
+			);
+			name = include;
+			sourceTree = "<group>";
+		};
+		8A0F80AD1BF5413800E24F9B /* src */ = {
+			isa = PBXGroup;
+			children = (
+				8A0F80F91BF541F800E24F9B /* lodepng.cpp */,
+				8A0F80FA1BF541F800E24F9B /* PolyBasicFileProvider.cpp */,
+				8A0F80FB1BF541F800E24F9B /* PolyBezierCurve.cpp */,
+				8A0F80FC1BF541F800E24F9B /* PolyBone.cpp */,
+				8A0F80FD1BF541F800E24F9B /* PolyCamera.cpp */,
+				8A0F80FE1BF541F800E24F9B /* PolyClient.cpp */,
+				8A0F80FF1BF541F800E24F9B /* PolyColor.cpp */,
+				8A0F81001BF541F800E24F9B /* PolyConfig.cpp */,
+				8A0F81011BF541F800E24F9B /* PolyCore.cpp */,
+				8A0F81021BF541F800E24F9B /* PolyCoreFileProvider.cpp */,
+				8A0F81031BF541F800E24F9B /* PolyCoreInput.cpp */,
+				8A0F81041BF541F800E24F9B /* PolyCoreServices.cpp */,
+				8A0F81051BF541F800E24F9B /* PolyCubemap.cpp */,
+				8A0F81061BF541F800E24F9B /* PolyData.cpp */,
+				8A0F81071BF541F800E24F9B /* PolyEntity.cpp */,
+				8A0F81081BF541F800E24F9B /* PolyEvent.cpp */,
+				8A0F81091BF541F800E24F9B /* PolyEventDispatcher.cpp */,
+				8A0F810A1BF541F800E24F9B /* PolyEventHandler.cpp */,
+				8A0F810B1BF541F800E24F9B /* PolyFont.cpp */,
+				8A0F810C1BF541F800E24F9B /* PolyFontGlyphSheet.cpp */,
+				8A0F810D1BF541F800E24F9B /* PolyFontManager.cpp */,
+				8A0F810E1BF541F800E24F9B /* PolyGPUDrawBuffer.cpp */,
+				8A0F810F1BF541F800E24F9B /* PolyImage.cpp */,
+				8A0F81101BF541F800E24F9B /* PolyInputEvent.cpp */,
+				8A0F81111BF541F800E24F9B /* PolyIOSCore.mm */,
+				8A0F81121BF541F800E24F9B /* PolyLabel.cpp */,
+				8A0F81131BF541F800E24F9B /* PolyLogger.cpp */,
+				8A0F81141BF541F800E24F9B /* PolyMaterial.cpp */,
+				8A0F81151BF541F800E24F9B /* PolyMaterialManager.cpp */,
+				8A0F81161BF541F800E24F9B /* PolyMatrix4.cpp */,
+				8A0F81171BF541F800E24F9B /* PolyMesh.cpp */,
+				8A0F81181BF541F800E24F9B /* PolyObject.cpp */,
+				8A0F81191BF541F800E24F9B /* PolyOpenGLGraphicsInterface.cpp */,
+				8A0F811A1BF541F800E24F9B /* PolyParticleEmitter.cpp */,
+				8A0F811B1BF541F800E24F9B /* PolyPeer.cpp */,
+				8A0F811C1BF541F800E24F9B /* PolyPerlin.cpp */,
+				8A0F811D1BF541F800E24F9B /* PolyPhysFSFileProvider.cpp */,
+				8A0F811E1BF541F800E24F9B /* PolyQuaternion.cpp */,
+				8A0F811F1BF541F800E24F9B /* PolyQuaternionCurve.cpp */,
+				8A0F81201BF541F800E24F9B /* PolyRay.cpp */,
+				8A0F81211BF541F800E24F9B /* PolyRectangle.cpp */,
+				8A0F81221BF541F800E24F9B /* PolyRenderDataArray.cpp */,
+				8A0F81231BF541F800E24F9B /* PolyRenderer.cpp */,
+				8A0F81241BF541F800E24F9B /* PolyResource.cpp */,
+				8A0F81251BF541F800E24F9B /* PolyResourceManager.cpp */,
+				8A0F81261BF541F800E24F9B /* PolyScene.cpp */,
+				8A0F81271BF541F800E24F9B /* PolySceneEntityInstance.cpp */,
+				8A0F81281BF541F800E24F9B /* PolySceneImage.cpp */,
+				8A0F81291BF541F800E24F9B /* PolySceneLabel.cpp */,
+				8A0F812A1BF541F800E24F9B /* PolySceneLight.cpp */,
+				8A0F812B1BF541F800E24F9B /* PolySceneLine.cpp */,
+				8A0F812C1BF541F800E24F9B /* PolySceneManager.cpp */,
+				8A0F812D1BF541F800E24F9B /* PolySceneMesh.cpp */,
+				8A0F812E1BF541F800E24F9B /* PolyScenePrimitive.cpp */,
+				8A0F812F1BF541F800E24F9B /* PolySceneRenderTexture.cpp */,
+				8A0F81301BF541F800E24F9B /* PolySceneSound.cpp */,
+				8A0F81311BF541F800E24F9B /* PolySceneSprite.cpp */,
+				8A0F81321BF541F800E24F9B /* PolyServer.cpp */,
+				8A0F81331BF541F800E24F9B /* PolyShader.cpp */,
+				8A0F81341BF541F800E24F9B /* PolySkeleton.cpp */,
+				8A0F81351BF541F800E24F9B /* PolySocket.cpp */,
+				8A0F81361BF541F800E24F9B /* PolySound.cpp */,
+				8A0F81371BF541F800E24F9B /* PolySoundManager.cpp */,
+				8A0F81381BF541F800E24F9B /* PolyString.cpp */,
+				8A0F81391BF541F800E24F9B /* PolyTexture.cpp */,
+				8A0F813A1BF541F800E24F9B /* PolyThreaded.cpp */,
+				8A0F813B1BF541F800E24F9B /* PolyTimer.cpp */,
+				8A0F813C1BF541F800E24F9B /* PolyTimerManager.cpp */,
+				8A0F813D1BF541F800E24F9B /* PolyTween.cpp */,
+				8A0F813E1BF541F800E24F9B /* PolyTweenManager.cpp */,
+				8A0F813F1BF541F800E24F9B /* PolyVector2.cpp */,
+				8A0F81401BF541F800E24F9B /* PolyVector3.cpp */,
+				8A0F81411BF541F800E24F9B /* PolyVector4.cpp */,
+				8A0F81421BF541F800E24F9B /* rgbe.cpp */,
+				8A0F81431BF541F800E24F9B /* tinystr.cpp */,
+				8A0F81441BF541F900E24F9B /* tinyxml.cpp */,
+				8A0F81451BF541F900E24F9B /* tinyxmlerror.cpp */,
+				8A0F81461BF541F900E24F9B /* tinyxmlparser.cpp */,
+			);
+			name = src;
+			sourceTree = "<group>";
+		};
+/* End PBXGroup section */
+
+/* Begin PBXNativeTarget section */
+		8A0F809F1BF5411500E24F9B /* PolycodeCore */ = {
+			isa = PBXNativeTarget;
+			buildConfigurationList = 8A0F80A91BF5411500E24F9B /* Build configuration list for PBXNativeTarget "PolycodeCore" */;
+			buildPhases = (
+				8A0F809C1BF5411500E24F9B /* Sources */,
+				8A0F809D1BF5411500E24F9B /* Frameworks */,
+				8A0F809E1BF5411500E24F9B /* CopyFiles */,
+				8A0F81951BF569B300E24F9B /* ShellScript */,
+			);
+			buildRules = (
+			);
+			dependencies = (
+			);
+			name = PolycodeCore;
+			productName = PolycodeCore;
+			productReference = 8A0F80A01BF5411500E24F9B /* libPolycodeCore.a */;
+			productType = "com.apple.product-type.library.static";
+		};
+/* End PBXNativeTarget section */
+
+/* Begin PBXProject section */
+		8A0F80981BF5411500E24F9B /* Project object */ = {
+			isa = PBXProject;
+			attributes = {
+				LastUpgradeCheck = 0710;
+				ORGANIZATIONNAME = Polycode;
+				TargetAttributes = {
+					8A0F809F1BF5411500E24F9B = {
+						CreatedOnToolsVersion = 7.1;
+					};
+				};
+			};
+			buildConfigurationList = 8A0F809B1BF5411500E24F9B /* Build configuration list for PBXProject "PolycodeCore" */;
+			compatibilityVersion = "Xcode 3.2";
+			developmentRegion = English;
+			hasScannedForEncodings = 0;
+			knownRegions = (
+				en,
+			);
+			mainGroup = 8A0F80971BF5411500E24F9B;
+			productRefGroup = 8A0F80A11BF5411500E24F9B /* Products */;
+			projectDirPath = "";
+			projectRoot = "";
+			targets = (
+				8A0F809F1BF5411500E24F9B /* PolycodeCore */,
+			);
+		};
+/* End PBXProject section */
+
+/* Begin PBXShellScriptBuildPhase section */
+		8A0F81951BF569B300E24F9B /* ShellScript */ = {
+			isa = PBXShellScriptBuildPhase;
+			buildActionMask = 2147483647;
+			files = (
+			);
+			inputPaths = (
+			);
+			outputPaths = (
+			);
+			runOnlyForDeploymentPostprocessing = 0;
+			shellPath = /bin/sh;
+			shellScript = "cp $TARGET_BUILD_DIR//$EXECUTABLE_NAME ../../../lib/ios/${PLATFORM_NAME}";
+		};
+/* End PBXShellScriptBuildPhase section */
+
+/* Begin PBXSourcesBuildPhase section */
+		8A0F809C1BF5411500E24F9B /* Sources */ = {
+			isa = PBXSourcesBuildPhase;
+			buildActionMask = 2147483647;
+			files = (
+				8A0F815F1BF541F900E24F9B /* PolyIOSCore.mm in Sources */,
+				8A0F81911BF541F900E24F9B /* tinystr.cpp in Sources */,
+				8A0F81701BF541F900E24F9B /* PolyRenderDataArray.cpp in Sources */,
+				8A0F814C1BF541F900E24F9B /* PolyClient.cpp in Sources */,
+				8A0F814E1BF541F900E24F9B /* PolyConfig.cpp in Sources */,
+				8A0F815B1BF541F900E24F9B /* PolyFontManager.cpp in Sources */,
+				8A0F81871BF541F900E24F9B /* PolyTexture.cpp in Sources */,
+				8A0F81681BF541F900E24F9B /* PolyParticleEmitter.cpp in Sources */,
+				8A0F81711BF541F900E24F9B /* PolyRenderer.cpp in Sources */,
+				8A0F81771BF541F900E24F9B /* PolySceneLabel.cpp in Sources */,
+				8A0F818C1BF541F900E24F9B /* PolyTweenManager.cpp in Sources */,
+				8A0F81591BF541F900E24F9B /* PolyFont.cpp in Sources */,
+				8A0F81881BF541F900E24F9B /* PolyThreaded.cpp in Sources */,
+				8A0F81761BF541F900E24F9B /* PolySceneImage.cpp in Sources */,
+				8A0F818D1BF541F900E24F9B /* PolyVector2.cpp in Sources */,
+				8A0F81631BF541F900E24F9B /* PolyMaterialManager.cpp in Sources */,
+				8A0F816C1BF541F900E24F9B /* PolyQuaternion.cpp in Sources */,
+				8A0F81651BF541F900E24F9B /* PolyMesh.cpp in Sources */,
+				8A0F81781BF541F900E24F9B /* PolySceneLight.cpp in Sources */,
+				8A0F816D1BF541F900E24F9B /* PolyQuaternionCurve.cpp in Sources */,
+				8A0F81671BF541F900E24F9B /* PolyOpenGLGraphicsInterface.cpp in Sources */,
+				8A0F81831BF541F900E24F9B /* PolySocket.cpp in Sources */,
+				8A0F816A1BF541F900E24F9B /* PolyPerlin.cpp in Sources */,
+				8A0F816E1BF541F900E24F9B /* PolyRay.cpp in Sources */,
+				8A0F81821BF541F900E24F9B /* PolySkeleton.cpp in Sources */,
+				8A0F817D1BF541F900E24F9B /* PolySceneRenderTexture.cpp in Sources */,
+				8A0F81731BF541F900E24F9B /* PolyResourceManager.cpp in Sources */,
+				8A0F814D1BF541F900E24F9B /* PolyColor.cpp in Sources */,
+				8A0F814F1BF541F900E24F9B /* PolyCore.cpp in Sources */,
+				8A0F81561BF541F900E24F9B /* PolyEvent.cpp in Sources */,
+				8A0F81491BF541F900E24F9B /* PolyBezierCurve.cpp in Sources */,
+				8A0F81861BF541F900E24F9B /* PolyString.cpp in Sources */,
+				8A0F814A1BF541F900E24F9B /* PolyBone.cpp in Sources */,
+				8A0F815E1BF541F900E24F9B /* PolyInputEvent.cpp in Sources */,
+				8A0F81941BF541F900E24F9B /* tinyxmlparser.cpp in Sources */,
+				8A0F81801BF541F900E24F9B /* PolyServer.cpp in Sources */,
+				8A0F81851BF541F900E24F9B /* PolySoundManager.cpp in Sources */,
+				8A0F818A1BF541F900E24F9B /* PolyTimerManager.cpp in Sources */,
+				8A0F81751BF541F900E24F9B /* PolySceneEntityInstance.cpp in Sources */,
+				8A0F81721BF541F900E24F9B /* PolyResource.cpp in Sources */,
+				8A0F817F1BF541F900E24F9B /* PolySceneSprite.cpp in Sources */,
+				8A0F814B1BF541F900E24F9B /* PolyCamera.cpp in Sources */,
+				8A0F81921BF541F900E24F9B /* tinyxml.cpp in Sources */,
+				8A0F817C1BF541F900E24F9B /* PolyScenePrimitive.cpp in Sources */,
+				8A0F818F1BF541F900E24F9B /* PolyVector4.cpp in Sources */,
+				8A0F81621BF541F900E24F9B /* PolyMaterial.cpp in Sources */,
+				8A0F81501BF541F900E24F9B /* PolyCoreFileProvider.cpp in Sources */,
+				8A0F818B1BF541F900E24F9B /* PolyTween.cpp in Sources */,
+				8A0F81511BF541F900E24F9B /* PolyCoreInput.cpp in Sources */,
+				8A0F815C1BF541F900E24F9B /* PolyGPUDrawBuffer.cpp in Sources */,
+				8A0F81811BF541F900E24F9B /* PolyShader.cpp in Sources */,
+				8A0F815A1BF541F900E24F9B /* PolyFontGlyphSheet.cpp in Sources */,
+				8A0F81901BF541F900E24F9B /* rgbe.cpp in Sources */,
+				8A0F81571BF541F900E24F9B /* PolyEventDispatcher.cpp in Sources */,
+				8A0F81891BF541F900E24F9B /* PolyTimer.cpp in Sources */,
+				8A0F81931BF541F900E24F9B /* tinyxmlerror.cpp in Sources */,
+				8A0F817A1BF541F900E24F9B /* PolySceneManager.cpp in Sources */,
+				8A0F817B1BF541F900E24F9B /* PolySceneMesh.cpp in Sources */,
+				8A0F81551BF541F900E24F9B /* PolyEntity.cpp in Sources */,
+				8A0F81601BF541F900E24F9B /* PolyLabel.cpp in Sources */,
+				8A0F81471BF541F900E24F9B /* lodepng.cpp in Sources */,
+				8A0F81521BF541F900E24F9B /* PolyCoreServices.cpp in Sources */,
+				8A0F81741BF541F900E24F9B /* PolyScene.cpp in Sources */,
+				8A0F81641BF541F900E24F9B /* PolyMatrix4.cpp in Sources */,
+				8A0F818E1BF541F900E24F9B /* PolyVector3.cpp in Sources */,
+				8A0F81691BF541F900E24F9B /* PolyPeer.cpp in Sources */,
+				8A0F81531BF541F900E24F9B /* PolyCubemap.cpp in Sources */,
+				8A0F817E1BF541F900E24F9B /* PolySceneSound.cpp in Sources */,
+				8A0F816B1BF541F900E24F9B /* PolyPhysFSFileProvider.cpp in Sources */,
+				8A0F81791BF541F900E24F9B /* PolySceneLine.cpp in Sources */,
+				8A0F81661BF541F900E24F9B /* PolyObject.cpp in Sources */,
+				8A0F81841BF541F900E24F9B /* PolySound.cpp in Sources */,
+				8A0F81481BF541F900E24F9B /* PolyBasicFileProvider.cpp in Sources */,
+				8A0F816F1BF541F900E24F9B /* PolyRectangle.cpp in Sources */,
+				8A0F81611BF541F900E24F9B /* PolyLogger.cpp in Sources */,
+				8A0F81541BF541F900E24F9B /* PolyData.cpp in Sources */,
+				8A0F815D1BF541F900E24F9B /* PolyImage.cpp in Sources */,
+				8A0F81581BF541F900E24F9B /* PolyEventHandler.cpp in Sources */,
+			);
+			runOnlyForDeploymentPostprocessing = 0;
+		};
+/* End PBXSourcesBuildPhase section */
+
+/* Begin XCBuildConfiguration section */
+		8A0F80A71BF5411500E24F9B /* Debug */ = {
+			isa = XCBuildConfiguration;
+			buildSettings = {
+				ALWAYS_SEARCH_USER_PATHS = NO;
+				CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
+				CLANG_CXX_LIBRARY = "libc++";
+				CLANG_ENABLE_MODULES = YES;
+				CLANG_ENABLE_OBJC_ARC = YES;
+				CLANG_WARN_BOOL_CONVERSION = YES;
+				CLANG_WARN_CONSTANT_CONVERSION = YES;
+				CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
+				CLANG_WARN_EMPTY_BODY = YES;
+				CLANG_WARN_ENUM_CONVERSION = YES;
+				CLANG_WARN_INT_CONVERSION = YES;
+				CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
+				CLANG_WARN_UNREACHABLE_CODE = YES;
+				CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
+				"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
+				COPY_PHASE_STRIP = NO;
+				DEBUG_INFORMATION_FORMAT = dwarf;
+				ENABLE_STRICT_OBJC_MSGSEND = YES;
+				ENABLE_TESTABILITY = YES;
+				GCC_C_LANGUAGE_STANDARD = gnu99;
+				GCC_DYNAMIC_NO_PIC = NO;
+				GCC_NO_COMMON_BLOCKS = YES;
+				GCC_OPTIMIZATION_LEVEL = 0;
+				GCC_PREPROCESSOR_DEFINITIONS = (
+					"DEBUG=1",
+					"$(inherited)",
+				);
+				GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
+				GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
+				GCC_WARN_UNDECLARED_SELECTOR = YES;
+				GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
+				GCC_WARN_UNUSED_FUNCTION = YES;
+				GCC_WARN_UNUSED_VARIABLE = YES;
+				IPHONEOS_DEPLOYMENT_TARGET = 9.1;
+				MTL_ENABLE_DEBUG_INFO = YES;
+				ONLY_ACTIVE_ARCH = YES;
+				SDKROOT = iphoneos;
+			};
+			name = Debug;
+		};
+		8A0F80A81BF5411500E24F9B /* Release */ = {
+			isa = XCBuildConfiguration;
+			buildSettings = {
+				ALWAYS_SEARCH_USER_PATHS = NO;
+				CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
+				CLANG_CXX_LIBRARY = "libc++";
+				CLANG_ENABLE_MODULES = YES;
+				CLANG_ENABLE_OBJC_ARC = YES;
+				CLANG_WARN_BOOL_CONVERSION = YES;
+				CLANG_WARN_CONSTANT_CONVERSION = YES;
+				CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
+				CLANG_WARN_EMPTY_BODY = YES;
+				CLANG_WARN_ENUM_CONVERSION = YES;
+				CLANG_WARN_INT_CONVERSION = YES;
+				CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
+				CLANG_WARN_UNREACHABLE_CODE = YES;
+				CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
+				"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
+				COPY_PHASE_STRIP = NO;
+				DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
+				ENABLE_NS_ASSERTIONS = NO;
+				ENABLE_STRICT_OBJC_MSGSEND = YES;
+				GCC_C_LANGUAGE_STANDARD = gnu99;
+				GCC_NO_COMMON_BLOCKS = YES;
+				GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
+				GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
+				GCC_WARN_UNDECLARED_SELECTOR = YES;
+				GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
+				GCC_WARN_UNUSED_FUNCTION = YES;
+				GCC_WARN_UNUSED_VARIABLE = YES;
+				IPHONEOS_DEPLOYMENT_TARGET = 9.1;
+				MTL_ENABLE_DEBUG_INFO = NO;
+				SDKROOT = iphoneos;
+				VALIDATE_PRODUCT = YES;
+			};
+			name = Release;
+		};
+		8A0F80AA1BF5411500E24F9B /* Debug */ = {
+			isa = XCBuildConfiguration;
+			buildSettings = {
+				HEADER_SEARCH_PATHS = "\"$(SRCROOT)/../../../include\"";
+				OTHER_LDFLAGS = "-ObjC";
+				PRODUCT_NAME = "$(TARGET_NAME)";
+				SKIP_INSTALL = YES;
+			};
+			name = Debug;
+		};
+		8A0F80AB1BF5411500E24F9B /* Release */ = {
+			isa = XCBuildConfiguration;
+			buildSettings = {
+				HEADER_SEARCH_PATHS = "\"$(SRCROOT)/../../../include\"";
+				OTHER_LDFLAGS = "-ObjC";
+				PRODUCT_NAME = "$(TARGET_NAME)";
+				SKIP_INSTALL = YES;
+			};
+			name = Release;
+		};
+/* End XCBuildConfiguration section */
+
+/* Begin XCConfigurationList section */
+		8A0F809B1BF5411500E24F9B /* Build configuration list for PBXProject "PolycodeCore" */ = {
+			isa = XCConfigurationList;
+			buildConfigurations = (
+				8A0F80A71BF5411500E24F9B /* Debug */,
+				8A0F80A81BF5411500E24F9B /* Release */,
+			);
+			defaultConfigurationIsVisible = 0;
+			defaultConfigurationName = Release;
+		};
+		8A0F80A91BF5411500E24F9B /* Build configuration list for PBXNativeTarget "PolycodeCore" */ = {
+			isa = XCConfigurationList;
+			buildConfigurations = (
+				8A0F80AA1BF5411500E24F9B /* Debug */,
+				8A0F80AB1BF5411500E24F9B /* Release */,
+			);
+			defaultConfigurationIsVisible = 0;
+			defaultConfigurationName = Release;
+		};
+/* End XCConfigurationList section */
+	};
+	rootObject = 8A0F80981BF5411500E24F9B /* Project object */;
+}

+ 318 - 0
build/ios/TemplateApp/TemplateApp.xcodeproj/project.pbxproj

@@ -0,0 +1,318 @@
+// !$*UTF8*$!
+{
+	archiveVersion = 1;
+	classes = {
+	};
+	objectVersion = 46;
+	objects = {
+
+/* Begin PBXBuildFile section */
+		8A0F80641BF536C800E24F9B /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 8A0F80631BF536C800E24F9B /* AppDelegate.m */; };
+		8A0F80671BF536C800E24F9B /* ViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 8A0F80661BF536C800E24F9B /* ViewController.m */; };
+		8A0F806A1BF536C800E24F9B /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 8A0F80681BF536C800E24F9B /* Main.storyboard */; };
+		8A0F806C1BF536C800E24F9B /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 8A0F806B1BF536C800E24F9B /* Assets.xcassets */; };
+		8A0F806F1BF536C800E24F9B /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 8A0F806D1BF536C800E24F9B /* LaunchScreen.storyboard */; };
+		8A0F807B1BF53DD200E24F9B /* PolycodeTemplateApp.mm in Sources */ = {isa = PBXBuildFile; fileRef = 8A0F807A1BF53DD200E24F9B /* PolycodeTemplateApp.mm */; };
+		8A0F81991BF56A2D00E24F9B /* PolycodeView.m in Sources */ = {isa = PBXBuildFile; fileRef = 8A0F81981BF56A2D00E24F9B /* PolycodeView.m */; };
+		8AD300AB1BF68290004D243B /* libPolycodeCore.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 8AD300AA1BF68290004D243B /* libPolycodeCore.a */; };
+		8AFAD6CC1C28A95500AD31ED /* libFreetype2.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 8AFAD6CB1C28A95500AD31ED /* libFreetype2.a */; };
+/* End PBXBuildFile section */
+
+/* Begin PBXFileReference section */
+		8A0F805C1BF536C800E24F9B /* TemplateApp.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = TemplateApp.app; sourceTree = BUILT_PRODUCTS_DIR; };
+		8A0F80621BF536C800E24F9B /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; };
+		8A0F80631BF536C800E24F9B /* AppDelegate.m */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.objcpp.preprocessed; path = AppDelegate.m; sourceTree = "<group>"; };
+		8A0F80651BF536C800E24F9B /* ViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ViewController.h; sourceTree = "<group>"; };
+		8A0F80661BF536C800E24F9B /* ViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = ViewController.m; sourceTree = "<group>"; };
+		8A0F80691BF536C800E24F9B /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
+		8A0F806B1BF536C800E24F9B /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
+		8A0F806E1BF536C800E24F9B /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
+		8A0F80701BF536C800E24F9B /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
+		8A0F80791BF53DD200E24F9B /* PolycodeTemplateApp.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PolycodeTemplateApp.h; sourceTree = "<group>"; };
+		8A0F807A1BF53DD200E24F9B /* PolycodeTemplateApp.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = PolycodeTemplateApp.mm; sourceTree = "<group>"; };
+		8A0F81981BF56A2D00E24F9B /* PolycodeView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = PolycodeView.m; path = ../../../../src/view/ios/PolycodeView.m; sourceTree = "<group>"; };
+		8AD300AA1BF68290004D243B /* libPolycodeCore.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libPolycodeCore.a; path = ../../../../lib/ios/iphonesimulator/libPolycodeCore.a; sourceTree = "<group>"; };
+		8AFAD6CB1C28A95500AD31ED /* libFreetype2.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libFreetype2.a; path = ../../../../lib/ios/iphonesimulator/libFreetype2.a; sourceTree = "<group>"; };
+/* End PBXFileReference section */
+
+/* Begin PBXFrameworksBuildPhase section */
+		8A0F80591BF536C800E24F9B /* Frameworks */ = {
+			isa = PBXFrameworksBuildPhase;
+			buildActionMask = 2147483647;
+			files = (
+				8AFAD6CC1C28A95500AD31ED /* libFreetype2.a in Frameworks */,
+				8AD300AB1BF68290004D243B /* libPolycodeCore.a in Frameworks */,
+			);
+			runOnlyForDeploymentPostprocessing = 0;
+		};
+/* End PBXFrameworksBuildPhase section */
+
+/* Begin PBXGroup section */
+		8A0F80531BF536C800E24F9B = {
+			isa = PBXGroup;
+			children = (
+				8A0F805E1BF536C800E24F9B /* TemplateApp */,
+				8A0F805D1BF536C800E24F9B /* Products */,
+			);
+			sourceTree = "<group>";
+		};
+		8A0F805D1BF536C800E24F9B /* Products */ = {
+			isa = PBXGroup;
+			children = (
+				8A0F805C1BF536C800E24F9B /* TemplateApp.app */,
+			);
+			name = Products;
+			sourceTree = "<group>";
+		};
+		8A0F805E1BF536C800E24F9B /* TemplateApp */ = {
+			isa = PBXGroup;
+			children = (
+				8AFAD6CB1C28A95500AD31ED /* libFreetype2.a */,
+				8AD300AA1BF68290004D243B /* libPolycodeCore.a */,
+				8A0F80621BF536C800E24F9B /* AppDelegate.h */,
+				8A0F80631BF536C800E24F9B /* AppDelegate.m */,
+				8A0F80651BF536C800E24F9B /* ViewController.h */,
+				8A0F80661BF536C800E24F9B /* ViewController.m */,
+				8A0F80791BF53DD200E24F9B /* PolycodeTemplateApp.h */,
+				8A0F807A1BF53DD200E24F9B /* PolycodeTemplateApp.mm */,
+				8A0F80681BF536C800E24F9B /* Main.storyboard */,
+				8A0F806B1BF536C800E24F9B /* Assets.xcassets */,
+				8A0F81981BF56A2D00E24F9B /* PolycodeView.m */,
+				8A0F806D1BF536C800E24F9B /* LaunchScreen.storyboard */,
+				8A0F80701BF536C800E24F9B /* Info.plist */,
+			);
+			path = TemplateApp;
+			sourceTree = "<group>";
+		};
+/* End PBXGroup section */
+
+/* Begin PBXNativeTarget section */
+		8A0F805B1BF536C800E24F9B /* TemplateApp */ = {
+			isa = PBXNativeTarget;
+			buildConfigurationList = 8A0F80731BF536C800E24F9B /* Build configuration list for PBXNativeTarget "TemplateApp" */;
+			buildPhases = (
+				8A0F80581BF536C800E24F9B /* Sources */,
+				8A0F80591BF536C800E24F9B /* Frameworks */,
+				8A0F805A1BF536C800E24F9B /* Resources */,
+			);
+			buildRules = (
+			);
+			dependencies = (
+			);
+			name = TemplateApp;
+			productName = TemplateApp;
+			productReference = 8A0F805C1BF536C800E24F9B /* TemplateApp.app */;
+			productType = "com.apple.product-type.application";
+		};
+/* End PBXNativeTarget section */
+
+/* Begin PBXProject section */
+		8A0F80541BF536C800E24F9B /* Project object */ = {
+			isa = PBXProject;
+			attributes = {
+				LastUpgradeCheck = 0710;
+				ORGANIZATIONNAME = Polycode;
+				TargetAttributes = {
+					8A0F805B1BF536C800E24F9B = {
+						CreatedOnToolsVersion = 7.1;
+					};
+				};
+			};
+			buildConfigurationList = 8A0F80571BF536C800E24F9B /* Build configuration list for PBXProject "TemplateApp" */;
+			compatibilityVersion = "Xcode 3.2";
+			developmentRegion = English;
+			hasScannedForEncodings = 0;
+			knownRegions = (
+				en,
+				Base,
+			);
+			mainGroup = 8A0F80531BF536C800E24F9B;
+			productRefGroup = 8A0F805D1BF536C800E24F9B /* Products */;
+			projectDirPath = "";
+			projectRoot = "";
+			targets = (
+				8A0F805B1BF536C800E24F9B /* TemplateApp */,
+			);
+		};
+/* End PBXProject section */
+
+/* Begin PBXResourcesBuildPhase section */
+		8A0F805A1BF536C800E24F9B /* Resources */ = {
+			isa = PBXResourcesBuildPhase;
+			buildActionMask = 2147483647;
+			files = (
+				8A0F806F1BF536C800E24F9B /* LaunchScreen.storyboard in Resources */,
+				8A0F806C1BF536C800E24F9B /* Assets.xcassets in Resources */,
+				8A0F806A1BF536C800E24F9B /* Main.storyboard in Resources */,
+			);
+			runOnlyForDeploymentPostprocessing = 0;
+		};
+/* End PBXResourcesBuildPhase section */
+
+/* Begin PBXSourcesBuildPhase section */
+		8A0F80581BF536C800E24F9B /* Sources */ = {
+			isa = PBXSourcesBuildPhase;
+			buildActionMask = 2147483647;
+			files = (
+				8A0F80671BF536C800E24F9B /* ViewController.m in Sources */,
+				8A0F807B1BF53DD200E24F9B /* PolycodeTemplateApp.mm in Sources */,
+				8A0F80641BF536C800E24F9B /* AppDelegate.m in Sources */,
+				8A0F81991BF56A2D00E24F9B /* PolycodeView.m in Sources */,
+			);
+			runOnlyForDeploymentPostprocessing = 0;
+		};
+/* End PBXSourcesBuildPhase section */
+
+/* Begin PBXVariantGroup section */
+		8A0F80681BF536C800E24F9B /* Main.storyboard */ = {
+			isa = PBXVariantGroup;
+			children = (
+				8A0F80691BF536C800E24F9B /* Base */,
+			);
+			name = Main.storyboard;
+			sourceTree = "<group>";
+		};
+		8A0F806D1BF536C800E24F9B /* LaunchScreen.storyboard */ = {
+			isa = PBXVariantGroup;
+			children = (
+				8A0F806E1BF536C800E24F9B /* Base */,
+			);
+			name = LaunchScreen.storyboard;
+			sourceTree = "<group>";
+		};
+/* End PBXVariantGroup section */
+
+/* Begin XCBuildConfiguration section */
+		8A0F80711BF536C800E24F9B /* Debug */ = {
+			isa = XCBuildConfiguration;
+			buildSettings = {
+				ALWAYS_SEARCH_USER_PATHS = NO;
+				CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
+				CLANG_CXX_LIBRARY = "libc++";
+				CLANG_ENABLE_MODULES = YES;
+				CLANG_ENABLE_OBJC_ARC = YES;
+				CLANG_WARN_BOOL_CONVERSION = YES;
+				CLANG_WARN_CONSTANT_CONVERSION = YES;
+				CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
+				CLANG_WARN_EMPTY_BODY = YES;
+				CLANG_WARN_ENUM_CONVERSION = YES;
+				CLANG_WARN_INT_CONVERSION = YES;
+				CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
+				CLANG_WARN_UNREACHABLE_CODE = YES;
+				CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
+				"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
+				COPY_PHASE_STRIP = NO;
+				DEBUG_INFORMATION_FORMAT = dwarf;
+				ENABLE_STRICT_OBJC_MSGSEND = YES;
+				ENABLE_TESTABILITY = YES;
+				GCC_C_LANGUAGE_STANDARD = gnu99;
+				GCC_DYNAMIC_NO_PIC = NO;
+				GCC_NO_COMMON_BLOCKS = YES;
+				GCC_OPTIMIZATION_LEVEL = 0;
+				GCC_PREPROCESSOR_DEFINITIONS = (
+					"DEBUG=1",
+					"$(inherited)",
+				);
+				GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
+				GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
+				GCC_WARN_UNDECLARED_SELECTOR = YES;
+				GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
+				GCC_WARN_UNUSED_FUNCTION = YES;
+				GCC_WARN_UNUSED_VARIABLE = YES;
+				IPHONEOS_DEPLOYMENT_TARGET = 9.1;
+				MTL_ENABLE_DEBUG_INFO = YES;
+				ONLY_ACTIVE_ARCH = YES;
+				SDKROOT = iphoneos;
+				TARGETED_DEVICE_FAMILY = "1,2";
+			};
+			name = Debug;
+		};
+		8A0F80721BF536C800E24F9B /* Release */ = {
+			isa = XCBuildConfiguration;
+			buildSettings = {
+				ALWAYS_SEARCH_USER_PATHS = NO;
+				CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
+				CLANG_CXX_LIBRARY = "libc++";
+				CLANG_ENABLE_MODULES = YES;
+				CLANG_ENABLE_OBJC_ARC = YES;
+				CLANG_WARN_BOOL_CONVERSION = YES;
+				CLANG_WARN_CONSTANT_CONVERSION = YES;
+				CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
+				CLANG_WARN_EMPTY_BODY = YES;
+				CLANG_WARN_ENUM_CONVERSION = YES;
+				CLANG_WARN_INT_CONVERSION = YES;
+				CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
+				CLANG_WARN_UNREACHABLE_CODE = YES;
+				CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
+				"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
+				COPY_PHASE_STRIP = NO;
+				DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
+				ENABLE_NS_ASSERTIONS = NO;
+				ENABLE_STRICT_OBJC_MSGSEND = YES;
+				GCC_C_LANGUAGE_STANDARD = gnu99;
+				GCC_NO_COMMON_BLOCKS = YES;
+				GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
+				GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
+				GCC_WARN_UNDECLARED_SELECTOR = YES;
+				GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
+				GCC_WARN_UNUSED_FUNCTION = YES;
+				GCC_WARN_UNUSED_VARIABLE = YES;
+				IPHONEOS_DEPLOYMENT_TARGET = 9.1;
+				MTL_ENABLE_DEBUG_INFO = NO;
+				SDKROOT = iphoneos;
+				TARGETED_DEVICE_FAMILY = "1,2";
+				VALIDATE_PRODUCT = YES;
+			};
+			name = Release;
+		};
+		8A0F80741BF536C800E24F9B /* Debug */ = {
+			isa = XCBuildConfiguration;
+			buildSettings = {
+				ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
+				HEADER_SEARCH_PATHS = "\"$(SRCROOT)/../../../include\"";
+				INFOPLIST_FILE = TemplateApp/Info.plist;
+				LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
+				LIBRARY_SEARCH_PATHS = "\"$(SRCROOT)/../../../lib/ios/iphonesimulator\"";
+				PRODUCT_BUNDLE_IDENTIFIER = org.polycode.TemplateApp;
+				PRODUCT_NAME = "$(TARGET_NAME)";
+			};
+			name = Debug;
+		};
+		8A0F80751BF536C800E24F9B /* Release */ = {
+			isa = XCBuildConfiguration;
+			buildSettings = {
+				ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
+				HEADER_SEARCH_PATHS = "\"$(SRCROOT)/../../../include\"";
+				INFOPLIST_FILE = TemplateApp/Info.plist;
+				LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
+				LIBRARY_SEARCH_PATHS = "\"$(SRCROOT)/../../../lib/ios/iphonesimulator\"";
+				PRODUCT_BUNDLE_IDENTIFIER = org.polycode.TemplateApp;
+				PRODUCT_NAME = "$(TARGET_NAME)";
+			};
+			name = Release;
+		};
+/* End XCBuildConfiguration section */
+
+/* Begin XCConfigurationList section */
+		8A0F80571BF536C800E24F9B /* Build configuration list for PBXProject "TemplateApp" */ = {
+			isa = XCConfigurationList;
+			buildConfigurations = (
+				8A0F80711BF536C800E24F9B /* Debug */,
+				8A0F80721BF536C800E24F9B /* Release */,
+			);
+			defaultConfigurationIsVisible = 0;
+			defaultConfigurationName = Release;
+		};
+		8A0F80731BF536C800E24F9B /* Build configuration list for PBXNativeTarget "TemplateApp" */ = {
+			isa = XCConfigurationList;
+			buildConfigurations = (
+				8A0F80741BF536C800E24F9B /* Debug */,
+				8A0F80751BF536C800E24F9B /* Release */,
+			);
+			defaultConfigurationIsVisible = 0;
+			defaultConfigurationName = Release;
+		};
+/* End XCConfigurationList section */
+	};
+	rootObject = 8A0F80541BF536C800E24F9B /* Project object */;
+}

+ 20 - 0
build/ios/TemplateApp/TemplateApp/AppDelegate.h

@@ -0,0 +1,20 @@
+
+
+#import <UIKit/UIKit.h>
+#import "polycode/view/ios/PolycodeView.h"
+#include "PolycodeTemplateApp.h"
+
+@interface AppDelegate : UIResponder <UIApplicationDelegate> {
+    @private
+    UIWindow *window;
+    PolycodeView *mainView;
+    PolycodeTemplateApp *app;
+    NSTimer *timer;
+}
+
+@property (strong, nonatomic) UIWindow *window;
+@property (strong, nonatomic) PolycodeView *mainView;
+
+
+@end
+

+ 39 - 0
build/ios/TemplateApp/TemplateApp/AppDelegate.m

@@ -0,0 +1,39 @@
+
+
+#import "AppDelegate.h"
+
+@interface AppDelegate ()
+
+@end
+
+@implementation AppDelegate
+
+
+- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions {
+    // Override point for customization after application launch.
+    return YES;
+}
+
+- (void)applicationWillResignActive:(UIApplication *)application {
+    // Sent when the application is about to move from active to inactive state. This can occur for certain types of temporary interruptions (such as an incoming phone call or SMS message) or when the user quits the application and it begins the transition to the background state.
+    // Use this method to pause ongoing tasks, disable timers, and throttle down OpenGL ES frame rates. Games should use this method to pause the game.
+}
+
+- (void)applicationDidEnterBackground:(UIApplication *)application {
+    // Use this method to release shared resources, save user data, invalidate timers, and store enough application state information to restore your application to its current state in case it is terminated later.
+    // If your application supports background execution, this method is called instead of applicationWillTerminate: when the user quits.
+}
+
+- (void)applicationWillEnterForeground:(UIApplication *)application {
+    // Called as part of the transition from the background to the inactive state; here you can undo many of the changes made on entering the background.
+}
+
+- (void)applicationDidBecomeActive:(UIApplication *)application {
+    // Restart any tasks that were paused (or not yet started) while the application was inactive. If the application was previously in the background, optionally refresh the user interface.
+}
+
+- (void)applicationWillTerminate:(UIApplication *)application {
+    // Called when the application is about to terminate. Save data if appropriate. See also applicationDidEnterBackground:.
+}
+
+@end

+ 68 - 0
build/ios/TemplateApp/TemplateApp/Assets.xcassets/AppIcon.appiconset/Contents.json

@@ -0,0 +1,68 @@
+{
+  "images" : [
+    {
+      "idiom" : "iphone",
+      "size" : "29x29",
+      "scale" : "2x"
+    },
+    {
+      "idiom" : "iphone",
+      "size" : "29x29",
+      "scale" : "3x"
+    },
+    {
+      "idiom" : "iphone",
+      "size" : "40x40",
+      "scale" : "2x"
+    },
+    {
+      "idiom" : "iphone",
+      "size" : "40x40",
+      "scale" : "3x"
+    },
+    {
+      "idiom" : "iphone",
+      "size" : "60x60",
+      "scale" : "2x"
+    },
+    {
+      "idiom" : "iphone",
+      "size" : "60x60",
+      "scale" : "3x"
+    },
+    {
+      "idiom" : "ipad",
+      "size" : "29x29",
+      "scale" : "1x"
+    },
+    {
+      "idiom" : "ipad",
+      "size" : "29x29",
+      "scale" : "2x"
+    },
+    {
+      "idiom" : "ipad",
+      "size" : "40x40",
+      "scale" : "1x"
+    },
+    {
+      "idiom" : "ipad",
+      "size" : "40x40",
+      "scale" : "2x"
+    },
+    {
+      "idiom" : "ipad",
+      "size" : "76x76",
+      "scale" : "1x"
+    },
+    {
+      "idiom" : "ipad",
+      "size" : "76x76",
+      "scale" : "2x"
+    }
+  ],
+  "info" : {
+    "version" : 1,
+    "author" : "xcode"
+  }
+}

+ 28 - 0
build/ios/TemplateApp/TemplateApp/Base.lproj/LaunchScreen.storyboard

@@ -0,0 +1,28 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="9059" systemVersion="15B42" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" launchScreen="YES" useTraitCollections="YES" initialViewController="01J-lp-oVM">
+    <dependencies>
+        <deployment identifier="iOS"/>
+        <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="9049"/>
+    </dependencies>
+    <scenes>
+        <!--View Controller-->
+        <scene sceneID="EHf-IW-A2E">
+            <objects>
+                <viewController id="01J-lp-oVM" sceneMemberID="viewController">
+                    <layoutGuides>
+                        <viewControllerLayoutGuide type="top" id="Llm-lL-Icb"/>
+                        <viewControllerLayoutGuide type="bottom" id="xb3-aO-Qok"/>
+                    </layoutGuides>
+                    <view key="view" contentMode="scaleToFill" id="Ze5-6b-2t3">
+                        <rect key="frame" x="0.0" y="0.0" width="600" height="600"/>
+                        <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
+                        <animations/>
+                        <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="calibratedWhite"/>
+                    </view>
+                </viewController>
+                <placeholder placeholderIdentifier="IBFirstResponder" id="iYj-Kq-Ea1" userLabel="First Responder" sceneMemberID="firstResponder"/>
+            </objects>
+            <point key="canvasLocation" x="53" y="375"/>
+        </scene>
+    </scenes>
+</document>

+ 27 - 0
build/ios/TemplateApp/TemplateApp/Base.lproj/Main.storyboard

@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="9059" systemVersion="15B42" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" initialViewController="BYZ-38-t0r">
+    <dependencies>
+        <deployment identifier="iOS"/>
+        <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="9049"/>
+    </dependencies>
+    <scenes>
+        <!--View Controller-->
+        <scene sceneID="tne-QT-ifu">
+            <objects>
+                <viewController id="BYZ-38-t0r" customClass="ViewController" sceneMemberID="viewController">
+                    <layoutGuides>
+                        <viewControllerLayoutGuide type="top" id="y3c-jy-aDJ"/>
+                        <viewControllerLayoutGuide type="bottom" id="wfy-db-euE"/>
+                    </layoutGuides>
+                    <view key="view" contentMode="scaleToFill" id="8bC-Xf-vdC" customClass="PolycodeView">
+                        <rect key="frame" x="0.0" y="0.0" width="600" height="600"/>
+                        <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
+                        <animations/>
+                        <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="calibratedWhite"/>
+                    </view>
+                </viewController>
+                <placeholder placeholderIdentifier="IBFirstResponder" id="dkx-z0-nzr" sceneMemberID="firstResponder"/>
+            </objects>
+        </scene>
+    </scenes>
+</document>

+ 47 - 0
build/ios/TemplateApp/TemplateApp/Info.plist

@@ -0,0 +1,47 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
+<plist version="1.0">
+<dict>
+	<key>CFBundleDevelopmentRegion</key>
+	<string>en</string>
+	<key>CFBundleExecutable</key>
+	<string>$(EXECUTABLE_NAME)</string>
+	<key>CFBundleIdentifier</key>
+	<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
+	<key>CFBundleInfoDictionaryVersion</key>
+	<string>6.0</string>
+	<key>CFBundleName</key>
+	<string>$(PRODUCT_NAME)</string>
+	<key>CFBundlePackageType</key>
+	<string>APPL</string>
+	<key>CFBundleShortVersionString</key>
+	<string>1.0</string>
+	<key>CFBundleSignature</key>
+	<string>????</string>
+	<key>CFBundleVersion</key>
+	<string>1</string>
+	<key>LSRequiresIPhoneOS</key>
+	<true/>
+	<key>UILaunchStoryboardName</key>
+	<string>LaunchScreen</string>
+	<key>UIMainStoryboardFile</key>
+	<string>Main</string>
+	<key>UIRequiredDeviceCapabilities</key>
+	<array>
+		<string>armv7</string>
+	</array>
+	<key>UISupportedInterfaceOrientations</key>
+	<array>
+		<string>UIInterfaceOrientationPortrait</string>
+		<string>UIInterfaceOrientationLandscapeLeft</string>
+		<string>UIInterfaceOrientationLandscapeRight</string>
+	</array>
+	<key>UISupportedInterfaceOrientations~ipad</key>
+	<array>
+		<string>UIInterfaceOrientationPortrait</string>
+		<string>UIInterfaceOrientationPortraitUpsideDown</string>
+		<string>UIInterfaceOrientationLandscapeLeft</string>
+		<string>UIInterfaceOrientationLandscapeRight</string>
+	</array>
+</dict>
+</plist>

+ 21 - 0
build/ios/TemplateApp/TemplateApp/PolycodeTemplateApp.h

@@ -0,0 +1,21 @@
+//
+// Polycode template. Write your code here.
+//
+
+#include "Polycode.h"
+
+using namespace Polycode;
+
+class PolycodeTemplateApp : public EventHandler {
+public:
+    PolycodeTemplateApp(PolycodeView *view);
+    ~PolycodeTemplateApp();
+    
+    void handleEvent(Event *event);
+    
+    bool Update();
+    
+private:
+
+    Core *core;
+};

+ 44 - 0
build/ios/TemplateApp/TemplateApp/PolycodeTemplateApp.mm

@@ -0,0 +1,44 @@
+//
+// Polycode template. Write your code here.
+// 
+
+#include "PolycodeTemplateApp.h"
+
+
+PolycodeTemplateApp::PolycodeTemplateApp(PolycodeView *view) {
+    core = new POLYCODE_CORE(view, 1280/2,720/2,false,false, 0,0,60, 0, true);
+    
+    core->addFileSource("archive", "default.pak");
+    ResourcePool *globalPool = Services()->getResourceManager()->getGlobalPool();
+    globalPool->loadResourcesFromFolder("default", true);
+    
+	// Write your code here!
+    
+    Scene *scene = new Scene(Scene::SCENE_2D);
+    scene->useClearColor = true;
+   
+    
+    ScenePrimitive *test = new ScenePrimitive(ScenePrimitive::TYPE_VPLANE, 10.0, 10.0);
+    test->setMaterialByName("UnlitUntextured");
+    test->color = Color(1.0, 0.0, 0.0, 1.0);
+    test->enableScissor = true;
+    test->scissorBox.setRect(100, 50, 100, 30);
+    scene->addChild(test);
+    
+    Sound *music = new Sound("BUGSHUFFLE.ogg");
+    music->Play();
+    
+    Services()->getInput()->addEventListener(this, InputEvent::EVENT_KEYDOWN);
+}
+
+void PolycodeTemplateApp::handleEvent(Event *event) {
+    InputEvent *inputEvent = (InputEvent*) event;
+}
+
+PolycodeTemplateApp::~PolycodeTemplateApp() {
+    
+}
+
+bool PolycodeTemplateApp::Update() {
+    return core->updateAndRender();
+}

+ 15 - 0
build/ios/TemplateApp/TemplateApp/ViewController.h

@@ -0,0 +1,15 @@
+//
+//  ViewController.h
+//  TemplateApp
+//
+//  Created by Ivan Safrin on 11/12/15.
+//  Copyright © 2015 Polycode. All rights reserved.
+//
+
+#import <UIKit/UIKit.h>
+
+@interface ViewController : UIViewController
+
+
+@end
+

+ 27 - 0
build/ios/TemplateApp/TemplateApp/ViewController.m

@@ -0,0 +1,27 @@
+//
+//  ViewController.m
+//  TemplateApp
+//
+//  Created by Ivan Safrin on 11/12/15.
+//  Copyright © 2015 Polycode. All rights reserved.
+//
+
+#import "ViewController.h"
+
+@interface ViewController ()
+
+@end
+
+@implementation ViewController
+
+- (void)viewDidLoad {
+    [super viewDidLoad];
+    // Do any additional setup after loading the view, typically from a nib.
+}
+
+- (void)didReceiveMemoryWarning {
+    [super didReceiveMemoryWarning];
+    // Dispose of any resources that can be recreated.
+}
+
+@end

+ 16 - 0
build/ios/TemplateApp/TemplateApp/main.m

@@ -0,0 +1,16 @@
+//
+//  main.m
+//  TemplateApp
+//
+//  Created by Ivan Safrin on 11/12/15.
+//  Copyright © 2015 Polycode. All rights reserved.
+//
+
+#import <UIKit/UIKit.h>
+#import "AppDelegate.h"
+
+int main(int argc, char * argv[]) {
+    @autoreleasepool {
+        return UIApplicationMain(argc, argv, nil, NSStringFromClass([AppDelegate class]));
+    }
+}

+ 5 - 1
include/Polycode.h

@@ -90,7 +90,10 @@
 #include "polycode/core/PolyGlobals.h"
 
 #if defined(__APPLE__) && defined(__MACH__)
-//    #import "polycode/view/osx/PolycodeView.h"
+	#include <TargetConditionals.h>
+    #if TARGET_OS_IPHONE || TARGET_IPHONE_SIMULATOR
+		#include "polycode/core/PolyIOSCore.h"
+ 	#endif
 #else
     #if defined(_WINDOWS) && !defined(_MINGW)
         #include "polycode/core/PolyWinCore.h"
@@ -109,3 +112,4 @@
 
 
 
+

+ 10 - 2
include/polycode/core/PolyGlobals.h

@@ -70,11 +70,19 @@ typedef unsigned int PolyRendererIndexType;
 #define PLATFORM_WINDOWS  1
 #define PLATFORM_MAC      2
 #define PLATFORM_UNIX     3
+#define PLATFORM_IOS      4
 
 #if defined(_WINDOWS) || defined(WINAPI_FAMILY)  || defined(WIN32)
 	#define PLATFORM PLATFORM_WINDOWS
-#elif defined(__APPLE__) && defined(__MACH__)
-	#define PLATFORM PLATFORM_MAC
+#elif __APPLE__ && __MACH__
+    #include <TargetConditionals.h>
+    #if TARGET_OS_IPHONE || TARGET_IPHONE_SIMULATOR
+        #define PLATFORM PLATFORM_IOS
+        #define STRICT_OPENGLES2 1
+        #define NO_OGG 1
+    #else
+        #define PLATFORM PLATFORM_MAC
+    #endif
 #else
 	#include <cstddef>
 	#define PLATFORM PLATFORM_UNIX

+ 70 - 0
include/polycode/core/PolyIOSCore.h

@@ -0,0 +1,70 @@
+/*
+Copyright (C) 2015 by Ivan Safrin
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in
+all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+THE SOFTWARE.
+*/
+
+#pragma once
+
+#include "polycode/core/PolyCore.h"
+#import "polycode/view/ios/PolycodeView.h"
+
+#define POLYCODE_CORE IOSCore
+
+namespace Polycode {
+
+	class _PolyExport IOSCore : public Core {
+	public:
+
+		IOSCore(PolycodeView *view, int xRes, int yRes, bool fullScreen, bool vSync, int aaLevel, int anisotropyLevel, int frameRate, int monitorIndex = -1, bool retinaSupport = false);
+		~IOSCore();
+
+		void Render();
+		bool systemUpdate();
+		void setCursor(int cursorType);
+		void createThread(Threaded *target);
+		CoreMutex *createMutex();
+		void copyStringToClipboard(const String& str);
+		String getClipboardString();
+		void createFolder(const String& folderPath);
+		void copyDiskItem(const String& itemPath, const String& destItemPath);
+		void moveDiskItem(const String& itemPath, const String& destItemPath);
+		void removeDiskItem(const String& itemPath);
+		String openFolderPicker();
+		std::vector<String> openFilePicker(std::vector<CoreFileExtension> extensions, bool allowMultiple);
+		String saveFilePicker(std::vector<CoreFileExtension> extensions);
+		void handleVideoModeChange(VideoModeChangeInfo *modeInfo);
+		void flushRenderContext();
+		void openURL(String url);
+		unsigned int getTicks();
+		String executeExternalCommand(String command, String args, String inDirectory);
+		bool systemParseFolder(const Polycode::String& pathString, bool showHidden, std::vector<OSFileEntry> &targetVector);
+
+		void checkEvents();
+		void setDeviceSize(Number x, Number y);
+
+		Number getBackingXRes();
+		Number getBackingYRes();
+
+	private:
+        
+        
+
+	};
+}

+ 6 - 0
include/polycode/core/PolyOpenGLGraphicsInterface.h

@@ -29,10 +29,16 @@ THE SOFTWARE.
 #include "polycode/core/PolyTexture.h"
 
 #if PLATFORM == PLATFORM_MAC
+    
 	#include <OpenGL/gl.h>
 	#include <OpenGL/glext.h>
 	#include <OpenGL/glu.h>
 
+#elif PLATFORM == PLATFORM_IOS
+
+    #include <OpenGLES/ES2/gl.h>
+    #include <OpenGLES/ES2/glext.h>
+
 #elif PLATFORM == PLATFORM_WINDOWS
 	#if defined(WINAPI_FAMILY)
 		#define STRICT_OPENGLES2

+ 0 - 1
include/polycode/core/PolyScene.h

@@ -222,7 +222,6 @@ namespace Polycode {
         
 		Core *core;
 		
-		bool lightingEnabled;
 		bool fogEnabled;
 		int fogMode;
 		Number fogDensity;

+ 1 - 1
include/polycode/core/PolySocket.h

@@ -45,7 +45,7 @@ THE SOFTWARE.
 
 #if PLATFORM == PLATFORM_WINDOWS
 	#include <winsock2.h>
-#elif PLATFORM == PLATFORM_MAC || PLATFORM == PLATFORM_UNIX
+#else
 	#include <sys/socket.h>
 	#include <sys/types.h>
 	#include <netinet/in.h>

+ 9 - 0
include/polycode/view/ios/PolycodeView.h

@@ -0,0 +1,9 @@
+
+#import <UIKit/UIKit.h>
+#import <GLKit/GLKView.h>
+
+@interface PolycodeView : GLKView {
+    
+}
+
+@end

+ 158 - 0
src/core/PolyIOSCore.mm

@@ -0,0 +1,158 @@
+/*
+Copyright (C) 2015 by Ivan Safrin
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in
+all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+THE SOFTWARE.
+*/
+
+
+#include "polycode/core/PolyIOSCore.h"
+
+using namespace Polycode;
+
+
+IOSCore::IOSCore(PolycodeView *view, int xRes, int yRes, bool fullScreen, bool vSync, int aaLevel, int anisotropyLevel, int frameRate, int monitorIndex, bool retinaSupport)
+	: Core(xRes, yRes, fullScreen, vSync, aaLevel, anisotropyLevel, frameRate, monitorIndex) {
+
+}
+
+IOSCore::~IOSCore() {
+
+}
+
+void IOSCore::Render() {
+
+}
+
+
+void IOSCore::checkEvents() {
+
+
+}
+
+bool IOSCore::systemUpdate() {
+	if (!running) {
+		return false;
+	}
+	doSleep();
+	updateCore();
+
+	checkEvents();
+	return running;
+}
+
+void IOSCore::setCursor(int cursorType) {
+
+}
+
+void launchThread(Threaded *target) {
+	target->runThread();
+	target->scheduledForRemoval = true;
+}
+
+void IOSCore::createThread(Threaded * target) {
+
+	 
+}
+
+CoreMutex *IOSCore::createMutex() {
+    return NULL;
+}
+
+void IOSCore::copyStringToClipboard(const String& str) {
+
+}
+
+String IOSCore::getClipboardString() {
+	return "";
+}
+
+void IOSCore::createFolder(const String& folderPath) {
+
+}
+
+void IOSCore::copyDiskItem(const String& itemPath, const String& destItemPath) {
+
+}
+
+void IOSCore::moveDiskItem(const String& itemPath, const String& destItemPath) {
+
+}
+
+void IOSCore::removeDiskItem(const String& itemPath) {
+
+}
+
+String IOSCore::openFolderPicker() {
+	return "";
+}
+
+std::vector<String> IOSCore::openFilePicker(std::vector<CoreFileExtension> extensions, bool allowMultiple) {
+	std::vector<String> ret;
+	return ret;
+}
+
+String IOSCore::saveFilePicker(std::vector<CoreFileExtension> extensions) {
+	return "";
+}
+
+void IOSCore::handleVideoModeChange(VideoModeChangeInfo *modeInfo) {
+
+}
+
+void IOSCore::flushRenderContext() {
+
+}
+
+void IOSCore::openURL(String url) {
+
+}
+
+unsigned int IOSCore::getTicks() {
+
+	return 0;
+}
+
+String IOSCore::executeExternalCommand(String command, String args, String inDirectory) {
+	return "";
+}
+
+
+
+
+bool IOSCore::systemParseFolder(const Polycode::String& pathString, bool showHidden, std::vector<OSFileEntry> &targetVector) {
+
+	return true; 
+}
+
+
+void Core::getScreenInfo(int *width, int *height, int *hz) {
+
+}
+
+void IOSCore::setDeviceSize(Number x, Number y) {
+
+}
+
+Number IOSCore::getBackingXRes() {
+	return 1.0;
+}
+
+Number IOSCore::getBackingYRes() {
+	return 1.0;
+}

+ 0 - 8
src/core/PolyScene.cpp

@@ -54,7 +54,6 @@ void Scene::initScene(int sceneType, bool virtualScene) {
 	defaultCamera = new Camera(this);
 	activeCamera = defaultCamera;
     overrideMaterial = NULL;
-	lightingEnabled = false;
 	enabled = true;
 	isSceneVirtual = virtualScene;	
 	hasLightmaps = false;
@@ -148,13 +147,6 @@ Scene::~Scene() {
 	delete defaultCamera;
 }
 
-void Scene::enableLighting(bool enable) {
-	lightingEnabled = enable;
-
-    // RENDERER_TODO
-//	CoreServices::getInstance()->getRenderer()->enableLighting(enable);
-}
-
 void Scene::enableFog(bool enable) {
 	fogEnabled = enable;
 	

+ 8 - 0
src/view/ios/PolycodeView.m

@@ -0,0 +1,8 @@
+
+
+#import "polycode/view/ios/PolycodeView.h"
+
+@implementation PolycodeView
+
+
+@end