Browse Source

Add README.md

HonorLee 8 years ago
parent
commit
515b209e33
2 changed files with 5 additions and 0 deletions
  1. 1 0
      README.md
  2. 4 0
      TumblrDownloader.xcodeproj/project.pbxproj

+ 1 - 0
README.md

@@ -0,0 +1 @@
+# Tumblr Downloader

+ 4 - 0
TumblrDownloader.xcodeproj/project.pbxproj

@@ -13,6 +13,7 @@
 		D36ACDD01C44D07E00B2C7CF /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = D36ACDCE1C44D07E00B2C7CF /* Main.storyboard */; };
 		D36ACDD21C44D07E00B2C7CF /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = D36ACDD11C44D07E00B2C7CF /* Assets.xcassets */; };
 		D36ACDD51C44D07E00B2C7CF /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = D36ACDD31C44D07E00B2C7CF /* LaunchScreen.storyboard */; };
+		D36ACDDD1C44D24B00B2C7CF /* README.md in Sources */ = {isa = PBXBuildFile; fileRef = D36ACDDC1C44D24B00B2C7CF /* README.md */; };
 /* End PBXBuildFile section */
 
 /* Begin PBXFileReference section */
@@ -26,6 +27,7 @@
 		D36ACDD11C44D07E00B2C7CF /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
 		D36ACDD41C44D07E00B2C7CF /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
 		D36ACDD61C44D07E00B2C7CF /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
+		D36ACDDC1C44D24B00B2C7CF /* README.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = "<group>"; };
 /* End PBXFileReference section */
 
 /* Begin PBXFrameworksBuildPhase section */
@@ -42,6 +44,7 @@
 		D36ACDB91C44D07E00B2C7CF = {
 			isa = PBXGroup;
 			children = (
+				D36ACDDC1C44D24B00B2C7CF /* README.md */,
 				D36ACDC41C44D07E00B2C7CF /* TumblrDownloader */,
 				D36ACDC31C44D07E00B2C7CF /* Products */,
 			);
@@ -152,6 +155,7 @@
 			files = (
 				D36ACDCD1C44D07E00B2C7CF /* ViewController.m in Sources */,
 				D36ACDCA1C44D07E00B2C7CF /* AppDelegate.m in Sources */,
+				D36ACDDD1C44D24B00B2C7CF /* README.md in Sources */,
 				D36ACDC71C44D07E00B2C7CF /* main.m in Sources */,
 			);
 			runOnlyForDeploymentPostprocessing = 0;