Skip to content

Commit

Permalink
rename readme file to use full markdown extension
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Reese committed Feb 2, 2014
1 parent 5b012d1 commit 19c8314
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions FastSocket.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
3754B221188C7F120052728A /* FastSocket.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = FastSocket.h; sourceTree = SOURCE_ROOT; };
3754B222188C7F120052728A /* FastSocket.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = FastSocket.m; sourceTree = SOURCE_ROOT; };
3754B225188C7F3A0052728A /* LICENSE */ = {isa = PBXFileReference; lastKnownFileType = text; path = LICENSE; sourceTree = SOURCE_ROOT; };
3754B226188C7F3A0052728A /* README.md */ = {isa = PBXFileReference; lastKnownFileType = text; path = README.md; sourceTree = SOURCE_ROOT; };
3754B226188C7F3A0052728A /* README.markdown */ = {isa = PBXFileReference; lastKnownFileType = text; path = README.markdown; sourceTree = SOURCE_ROOT; };
3754B227188C7F3A0052728A /* UnitTests-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "UnitTests-Info.plist"; sourceTree = SOURCE_ROOT; };
3754B22C188C81C30052728A /* libFastSocket-OSX.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libFastSocket-OSX.a"; sourceTree = BUILT_PRODUCTS_DIR; };
3754B230188C81C30052728A /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
Expand Down Expand Up @@ -158,7 +158,7 @@
isa = PBXGroup;
children = (
3754B225188C7F3A0052728A /* LICENSE */,
3754B226188C7F3A0052728A /* README.md */,
3754B226188C7F3A0052728A /* README.markdown */,
373F4A8E189EF6C400A326ED /* FastSocket.podspec */,
3754B227188C7F3A0052728A /* UnitTests-Info.plist */,
);
Expand Down
File renamed without changes.

0 comments on commit 19c8314

Please sign in to comment.