From 0cfa0b68ef80396f9be683705b82d1f3b269d24e Mon Sep 17 00:00:00 2001 From: Ricardo Quesada Date: Tue, 20 Sep 2011 11:05:14 -0300 Subject: [PATCH] Updated README / AUTHORS --- AUTHORS | 3 ++- README.mdown => README.md | 0 cocos2d-ios.xcodeproj/project.pbxproj | 4 ++-- 3 files changed, 4 insertions(+), 3 deletions(-) rename README.mdown => README.md (100%) diff --git a/AUTHORS b/AUTHORS index 33ab70be88e..125188faec1 100644 --- a/AUTHORS +++ b/AUTHORS @@ -11,8 +11,9 @@ cocos2d logos by Michael Heald (http://www.fullyillustrated.com) cocos2d for iPhone authors for v1.1 ----------------------------------- -Lead Developer: +Lead Developers: Ricardo Quesada (http://www.zynga.com) + Marco Tillemans (http://www.welcometothefabrik.com/) Contributors (alphabetically ordered): diff --git a/README.mdown b/README.md similarity index 100% rename from README.mdown rename to README.md diff --git a/cocos2d-ios.xcodeproj/project.pbxproj b/cocos2d-ios.xcodeproj/project.pbxproj index 0049ae0f594..ce3a7d02bdd 100644 --- a/cocos2d-ios.xcodeproj/project.pbxproj +++ b/cocos2d-ios.xcodeproj/project.pbxproj @@ -4406,7 +4406,7 @@ 50B94B6F116D186100425C03 /* Bug-350.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "Bug-350.h"; sourceTree = ""; }; 50B94B70116D186100425C03 /* Bug-350.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "Bug-350.m"; sourceTree = ""; }; 50BAF3970F33CCD8003F654C /* ccMacros.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ccMacros.h; sourceTree = ""; }; - 50BEDA5C1164352D00F3AB6C /* README.mdown */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = README.mdown; sourceTree = ""; }; + 50BEDA5C1164352D00F3AB6C /* README.md */ = {isa = PBXFileReference; fileEncoding = 4; path = README.md; sourceTree = ""; }; 50C195600EE4B57E00829067 /* ParallaxTest.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = ParallaxTest.app; sourceTree = BUILT_PRODUCTS_DIR; }; 50C195630EE4B5B700829067 /* ParallaxTest.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ParallaxTest.h; path = tests/ParallaxTest.h; sourceTree = ""; }; 50C195640EE4B5B700829067 /* ParallaxTest.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = ParallaxTest.m; path = tests/ParallaxTest.m; sourceTree = ""; }; @@ -5826,7 +5826,7 @@ 29B97314FDCFA39411CA2CEA /* CustomTemplate */ = { isa = PBXGroup; children = ( - 50BEDA5C1164352D00F3AB6C /* README.mdown */, + 50BEDA5C1164352D00F3AB6C /* README.md */, 501A7CAC0EBC97BA005BC158 /* AUTHORS */, 508A4A2310B47A46004B9CC3 /* RELEASE_NOTES */, 50B2C9BF0E109A5900AE9530 /* CHANGELOG */,