From 85276dbd81205d5941f072b1630717f869c3408d Mon Sep 17 00:00:00 2001 From: chsieh Date: Sun, 17 Apr 2011 16:25:25 -0700 Subject: [PATCH] Oops, forgot to include the project file as well. --- Littlest.xcodeproj/project.pbxproj | 12 ++++++------ 1 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Littlest.xcodeproj/project.pbxproj b/Littlest.xcodeproj/project.pbxproj index c0a3529..93ebb9f 100755 --- a/Littlest.xcodeproj/project.pbxproj +++ b/Littlest.xcodeproj/project.pbxproj @@ -17,10 +17,10 @@ 28FD15000DC6FC520079059D /* OpenGLES.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 28FD14FF0DC6FC520079059D /* OpenGLES.framework */; }; 28FD15080DC6FC5B0079059D /* QuartzCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 28FD15070DC6FC5B0079059D /* QuartzCore.framework */; }; 4B41070912F488D0008FFC1A /* OpenAL.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 4B41070812F488D0008FFC1A /* OpenAL.framework */; }; + 4B4E8F34135BAE2000A4E4DE /* GLView.m in Sources */ = {isa = PBXBuildFile; fileRef = 4B4E8F33135BAE2000A4E4DE /* GLView.m */; }; 4B68585B12BC1E97005667D3 /* LocklessRingBuffer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4B68584612BC1E97005667D3 /* LocklessRingBuffer.cpp */; }; 4B68585C12BC1E97005667D3 /* MemoryBitset.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4B68585312BC1E97005667D3 /* MemoryBitset.cpp */; }; 4B68585D12BC1E97005667D3 /* MemoryHeap.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4B68585512BC1E97005667D3 /* MemoryHeap.cpp */; }; - 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 Resources */ = {isa = PBXBuildFile; fileRef = 4B90648312B41E6500655D84 /* Standard.vsh */; }; @@ -122,6 +122,8 @@ 32CA4F630368D1EE00C91783 /* Littlest_Prefix.pch */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Littlest_Prefix.pch; sourceTree = ""; }; 4B41070812F488D0008FFC1A /* OpenAL.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = OpenAL.framework; path = System/Library/Frameworks/OpenAL.framework; sourceTree = SDKROOT; }; 4B41072F12F48FDF008FFC1A /* Scene.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = Scene.h; path = Scene/Scene.h; sourceTree = ""; }; + 4B4E8F32135BAE2000A4E4DE /* GLView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GLView.h; sourceTree = ""; }; + 4B4E8F33135BAE2000A4E4DE /* GLView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GLView.m; sourceTree = ""; }; 4B68583D12BC1E97005667D3 /* Assert.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Assert.h; sourceTree = ""; }; 4B68583E12BC1E97005667D3 /* Base.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Base.h; sourceTree = ""; }; 4B68583F12BC1E97005667D3 /* GlobalDefines.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GlobalDefines.h; sourceTree = ""; }; @@ -148,8 +150,6 @@ 4B68585912BC1E97005667D3 /* Atomic32Bit.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Atomic32Bit.h; sourceTree = ""; }; 4B68585A12BC1E97005667D3 /* MemorySync.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MemorySync.h; sourceTree = ""; }; 4B68587412BC27FD005667D3 /* OpenGLServices.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = OpenGLServices.h; sourceTree = ""; }; - 4B68588012BC288E005667D3 /* EAGLView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = EAGLView.h; sourceTree = ""; }; - 4B68588112BC288E005667D3 /* EAGLView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = EAGLView.m; sourceTree = ""; }; 4B68588212BC288E005667D3 /* LittlestAppDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = LittlestAppDelegate.h; sourceTree = ""; }; 4B68588312BC288E005667D3 /* LittlestAppDelegate.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = LittlestAppDelegate.m; sourceTree = ""; }; 4B68588412BC288E005667D3 /* LittlestViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = LittlestViewController.h; sourceTree = ""; }; @@ -528,8 +528,8 @@ 4B68587F12BC288E005667D3 /* OSInterface */ = { isa = PBXGroup; children = ( - 4B68588012BC288E005667D3 /* EAGLView.h */, - 4B68588112BC288E005667D3 /* EAGLView.m */, + 4B4E8F32135BAE2000A4E4DE /* GLView.h */, + 4B4E8F33135BAE2000A4E4DE /* GLView.m */, 4B68588212BC288E005667D3 /* LittlestAppDelegate.h */, 4B68588312BC288E005667D3 /* LittlestAppDelegate.m */, 4B68588412BC288E005667D3 /* LittlestViewController.h */, @@ -841,7 +841,6 @@ 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 */, 4BA0CDCE12BD655200EBB6F0 /* OpenGLServices.mm in Sources */, @@ -924,6 +923,7 @@ 4BA0D12712C4026100EBB6F0 /* TGAlib.m in Sources */, 4BA0D12812C4026100EBB6F0 /* TransformUtils.m in Sources */, 4BA0D12912C4026100EBB6F0 /* ZipUtils.m in Sources */, + 4B4E8F34135BAE2000A4E4DE /* GLView.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; -- 1.7.0.4