diff --git a/flatShadedMeshExample.xcodeproj/project.pbxproj b/flatShadedMeshExample.xcodeproj/project.pbxproj index e06bdf7..f42a136 100644 --- a/flatShadedMeshExample.xcodeproj/project.pbxproj +++ b/flatShadedMeshExample.xcodeproj/project.pbxproj @@ -62,6 +62,7 @@ /* End PBXCopyFilesBuildPhase section */ /* Begin PBXFileReference section */ + 224DABD7160BB4DD00D77C02 /* README.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = README.md; sourceTree = SOURCE_ROOT; }; 22B0C317160B8AD600F94B1F /* phong.frag */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.glsl; path = phong.frag; sourceTree = ""; xcLanguageSpecificationIdentifier = xcode.lang.glsl; }; 22B0C319160B8AD600F94B1F /* phong.vert */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.glsl; path = phong.vert; sourceTree = ""; xcLanguageSpecificationIdentifier = xcode.lang.glsl; }; BBAB23BE13894E4700AA2426 /* GLUT.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = GLUT.framework; path = ../../../libs/glut/lib/osx/GLUT.framework; sourceTree = ""; }; @@ -198,6 +199,7 @@ E4B69E1C0A3A1BDC003C02F2 /* src */ = { isa = PBXGroup; children = ( + 224DABD7160BB4DD00D77C02 /* README.md */, 22B0C30C160B8AD600F94B1F /* shaders */, E4B69E1D0A3A1BDC003C02F2 /* main.cpp */, E4B69E1E0A3A1BDC003C02F2 /* testApp.cpp */,