From d928a4eacf2eafd0eb069b3d76aea57df2966445 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20Kru=CC=88ger?= Date: Mon, 4 Apr 2011 00:58:09 +0200 Subject: [PATCH] deleted the README file --- DropDownTest.xcodeproj/project.pbxproj | 4 ---- DropDownTest/README | 8 -------- 2 files changed, 12 deletions(-) delete mode 100644 DropDownTest/README diff --git a/DropDownTest.xcodeproj/project.pbxproj b/DropDownTest.xcodeproj/project.pbxproj index 76407d4..34d232f 100644 --- a/DropDownTest.xcodeproj/project.pbxproj +++ b/DropDownTest.xcodeproj/project.pbxproj @@ -26,7 +26,6 @@ CF08926C1349184100DD77CE /* arrow_up.png in Resources */ = {isa = PBXBuildFile; fileRef = CF08926A1349184100DD77CE /* arrow_up.png */; }; CF0892731349192200DD77CE /* DropDownCell.m in Sources */ = {isa = PBXBuildFile; fileRef = CF0892721349192200DD77CE /* DropDownCell.m */; }; CF0892751349194200DD77CE /* DropDownCell.xib in Resources */ = {isa = PBXBuildFile; fileRef = CF0892741349194100DD77CE /* DropDownCell.xib */; }; - CF0892771349305200DD77CE /* README in Resources */ = {isa = PBXBuildFile; fileRef = CF0892761349305200DD77CE /* README */; }; /* End PBXBuildFile section */ /* Begin PBXContainerItemProxy section */ @@ -65,7 +64,6 @@ CF0892711349192200DD77CE /* DropDownCell.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DropDownCell.h; sourceTree = ""; }; CF0892721349192200DD77CE /* DropDownCell.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = DropDownCell.m; sourceTree = ""; }; CF0892741349194100DD77CE /* DropDownCell.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = DropDownCell.xib; sourceTree = ""; }; - CF0892761349305200DD77CE /* README */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = README; path = DropDownTest/README; sourceTree = ""; }; /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ @@ -95,7 +93,6 @@ CF089221134911D100DD77CE = { isa = PBXGroup; children = ( - CF0892761349305200DD77CE /* README */, CF089236134911D100DD77CE /* DropDownTest */, CF089256134911D100DD77CE /* DropDownTestTests */, CF08922F134911D100DD77CE /* Frameworks */, @@ -253,7 +250,6 @@ CF08926B1349184100DD77CE /* arrow_down.png in Resources */, CF08926C1349184100DD77CE /* arrow_up.png in Resources */, CF0892751349194200DD77CE /* DropDownCell.xib in Resources */, - CF0892771349305200DD77CE /* README in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; diff --git a/DropDownTest/README b/DropDownTest/README deleted file mode 100644 index b15a043..0000000 --- a/DropDownTest/README +++ /dev/null @@ -1,8 +0,0 @@ -DropDown Test -============= - -Author: Florian Krüger [florian.krueger@projectserver.org](mailto:florian.krueger@projectserver.org) - -Purpose of this XCode project ------------------------------ -A more detailed description will be added soon. \ No newline at end of file