4B68588612BC288E005667D3 /* EAGLView.m in Sources */ = {isa = PBXBuildFile; fileRef = 4B68588112BC288E005667D3 /* EAGLView.m */; };
4B68588712BC288E005667D3 /* LittlestAppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 4B68588312BC288E005667D3 /* LittlestAppDelegate.m */; };
4B68588812BC288E005667D3 /* LittlestViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 4B68588512BC288E005667D3 /* LittlestViewController.m */; };
- 4B90648412B41E6500655D84 /* Standard.vsh in Sources */ = {isa = PBXBuildFile; fileRef = 4B90648312B41E6500655D84 /* Standard.vsh */; };
- 4B90648612B426FE00655D84 /* Standard.fsh in Sources */ = {isa = PBXBuildFile; fileRef = 4B90648512B426FE00655D84 /* Standard.fsh */; };
+ 4B90648412B41E6500655D84 /* Standard.vsh in Resources */ = {isa = PBXBuildFile; fileRef = 4B90648312B41E6500655D84 /* Standard.vsh */; };
+ 4B90648612B426FE00655D84 /* Standard.fsh in Resources */ = {isa = PBXBuildFile; fileRef = 4B90648512B426FE00655D84 /* Standard.fsh */; };
+ 4BA0CD3712BD341500EBB6F0 /* OpenGLServices.m in Sources */ = {isa = PBXBuildFile; fileRef = 4BA0CD3612BD341500EBB6F0 /* OpenGLServices.m */; };
/* End PBXBuildFile section */
/* Begin PBXFileReference section */
4B68588512BC288E005667D3 /* LittlestViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = LittlestViewController.m; sourceTree = "<group>"; };
4B90648312B41E6500655D84 /* Standard.vsh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.glsl; name = Standard.vsh; path = Shaders/Standard/Standard.vsh; sourceTree = "<group>"; };
4B90648512B426FE00655D84 /* Standard.fsh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.glsl; name = Standard.fsh; path = Shaders/Standard/Standard.fsh; sourceTree = "<group>"; };
+ 4BA0CD3612BD341500EBB6F0 /* OpenGLServices.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = OpenGLServices.m; sourceTree = "<group>"; };
8D1107310486CEB800E47090 /* Littlest-Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = "Littlest-Info.plist"; plistStructureDefinitionIdentifier = "com.apple.xcode.plist.structure-definition.iphone.info-plist"; sourceTree = "<group>"; };
/* End PBXFileReference section */
4B68587312BC27FD005667D3 /* GraphicsServices */ = {
isa = PBXGroup;
children = (
+ 4BA0CD3612BD341500EBB6F0 /* OpenGLServices.m */,
4B68587412BC27FD005667D3 /* OpenGLServices.h */,
);
path = GraphicsServices;
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
+ 4B90648412B41E6500655D84 /* Standard.vsh in Resources */,
+ 4B90648612B426FE00655D84 /* Standard.fsh in Resources */,
2514C27B10084DCA00A42282 /* Shader.fsh in Resources */,
2514C27C10084DCA00A42282 /* Shader.vsh in Resources */,
28AD733F0D9D9553002E5188 /* MainWindow.xib in Resources */,
buildActionMask = 2147483647;
files = (
1D60589B0D05DD56006BFB54 /* main.m in Sources */,
- 4B90648412B41E6500655D84 /* Standard.vsh in Sources */,
- 4B90648612B426FE00655D84 /* Standard.fsh in Sources */,
4B68585B12BC1E97005667D3 /* LocklessRingBuffer.cpp in Sources */,
4B68585C12BC1E97005667D3 /* MemoryBitset.cpp in Sources */,
4B68585D12BC1E97005667D3 /* MemoryHeap.cpp in Sources */,
4B68588612BC288E005667D3 /* EAGLView.m in Sources */,
4B68588712BC288E005667D3 /* LittlestAppDelegate.m in Sources */,
4B68588812BC288E005667D3 /* LittlestViewController.m in Sources */,
+ 4BA0CD3712BD341500EBB6F0 /* OpenGLServices.m in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};