Skip to content

Commit

Permalink
removed files
Browse files Browse the repository at this point in the history
  • Loading branch information
anlcan committed Jan 21, 2012
1 parent dd6e9ba commit 7d4baf0
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions DownloadDemo.xcodeproj/project.pbxproj
Expand Up @@ -29,6 +29,7 @@
96BC04A214CB2EF10085895E /* CFNetwork.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 96BC04A114CB2EF10085895E /* CFNetwork.framework */; };
96BC04A414CB2F180085895E /* libz.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 96BC04A314CB2F180085895E /* libz.dylib */; };
96BC04A814CB2F470085895E /* MobileCoreServices.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 96BC04A714CB2F470085895E /* MobileCoreServices.framework */; };
96BC04B214CB6D780085895E /* README in Resources */ = {isa = PBXBuildFile; fileRef = 96BC04B114CB6D780085895E /* README */; };
/* End PBXBuildFile section */

/* Begin PBXFileReference section */
Expand Down Expand Up @@ -75,6 +76,7 @@
96BC04A314CB2F180085895E /* libz.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = libz.dylib; path = usr/lib/libz.dylib; sourceTree = SDKROOT; };
96BC04A514CB2F240085895E /* libxml2.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = libxml2.dylib; path = usr/lib/libxml2.dylib; sourceTree = SDKROOT; };
96BC04A714CB2F470085895E /* MobileCoreServices.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = MobileCoreServices.framework; path = System/Library/Frameworks/MobileCoreServices.framework; sourceTree = SDKROOT; };
96BC04B114CB6D780085895E /* README */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = README; sourceTree = SOURCE_ROOT; };
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
Expand Down Expand Up @@ -147,6 +149,7 @@
969CDF4614C81D5500A3413E /* Supporting Files */ = {
isa = PBXGroup;
children = (
96BC04B114CB6D780085895E /* README */,
969CDF4714C81D5500A3413E /* DownloadDemo-Info.plist */,
969CDF4814C81D5500A3413E /* InfoPlist.strings */,
969CDF4B14C81D5500A3413E /* main.m */,
Expand Down Expand Up @@ -286,6 +289,7 @@
files = (
969CDF4A14C81D5500A3413E /* InfoPlist.strings in Resources */,
969CDF5614C81D5500A3413E /* HBDViewController.xib in Resources */,
96BC04B214CB6D780085895E /* README in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand Down
Binary file not shown.
3 changes: 3 additions & 0 deletions README
@@ -0,0 +1,3 @@
Multi threaded file download with ASIHTTPRequest

Include ASIHTTP(http://allseeing-i.com/ASIHTTPRequest/) and REACHABILITY (http://developer.apple.com/iphone).

0 comments on commit 7d4baf0

Please sign in to comment.