Skip to content

Commit

Permalink
Add Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Thomson authored and Michael Thomson committed Mar 17, 2013
1 parent e575f9d commit 4c0aeea
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CS193P Homework 1.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
5A51E75316F6743D002628E9 /* Deck.m in Sources */ = {isa = PBXBuildFile; fileRef = 5A51E74D16F6743D002628E9 /* Deck.m */; };
5A51E75416F6743D002628E9 /* PlayingCard.m in Sources */ = {isa = PBXBuildFile; fileRef = 5A51E74F16F6743D002628E9 /* PlayingCard.m */; };
5A51E75516F6743D002628E9 /* PlayingCardDeck.m in Sources */ = {isa = PBXBuildFile; fileRef = 5A51E75116F6743D002628E9 /* PlayingCardDeck.m */; };
5A7C3BD816F67A0C009EE53E /* README.md in Resources */ = {isa = PBXBuildFile; fileRef = 5A7C3BD716F67A0C009EE53E /* README.md */; };
/* End PBXBuildFile section */

/* Begin PBXFileReference section */
Expand Down Expand Up @@ -49,6 +50,7 @@
5A51E74F16F6743D002628E9 /* PlayingCard.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = PlayingCard.m; sourceTree = "<group>"; };
5A51E75016F6743D002628E9 /* PlayingCardDeck.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PlayingCardDeck.h; sourceTree = "<group>"; };
5A51E75116F6743D002628E9 /* PlayingCardDeck.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = PlayingCardDeck.m; sourceTree = "<group>"; };
5A7C3BD716F67A0C009EE53E /* README.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = README.md; sourceTree = "<group>"; };
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
Expand Down Expand Up @@ -95,6 +97,7 @@
5A51E72B16F673F4002628E9 /* CS193P Homework 1 */ = {
isa = PBXGroup;
children = (
5A7C3BD716F67A0C009EE53E /* README.md */,
5A51E73D16F673F4002628E9 /* MainStoryboard.storyboard */,
5A51E74916F67415002628E9 /* Model */,
5A51E74816F6740D002628E9 /* Controller */,
Expand Down Expand Up @@ -200,6 +203,7 @@
5A51E73A16F673F4002628E9 /* [email protected] in Resources */,
5A51E73C16F673F4002628E9 /* [email protected] in Resources */,
5A51E73F16F673F4002628E9 /* MainStoryboard.storyboard in Resources */,
5A7C3BD816F67A0C009EE53E /* README.md in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand Down Expand Up @@ -339,6 +343,7 @@
5A51E74716F673F4002628E9 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
/* End XCConfigurationList section */
};
Expand Down
4 changes: 4 additions & 0 deletions CS193P Homework 1/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
CS193P-Homework-1
=================

First exercise for Stanford CS193P online Objective C course

0 comments on commit 4c0aeea

Please sign in to comment.