Skip to content

Commit

Permalink
Update donors - thanks very much!
Browse files Browse the repository at this point in the history
  • Loading branch information
pokeb committed Jul 2, 2010
1 parent bc40d2d commit 22c586d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Classes/ASIHTTPRequest.m
Expand Up @@ -24,7 +24,7 @@

// Automatically set on build

NSString *ASIHTTPRequestVersion = @"v1.7-12 2010-07-02";
NSString *ASIHTTPRequestVersion = @"v1.7-13 2010-07-02";

NSString* const NetworkRequestErrorDomain = @"ASIHTTPRequestErrorDomain";

Expand Down
3 changes: 3 additions & 0 deletions DONORS
Expand Up @@ -4,6 +4,9 @@ Stephan Burlot (http://www.coriolis.ch)
Jack Cardinal (http://www.intomotion.com)
Matt Coneybeare (http://urbanapps.com)
Nathan de Vries (http://www.atnan.com)
Hunter Hillegas
Thomas Kiesl (http://kiesl.eu)
John Paul May (http://smhk.com)
Jirapong Nanta (http://bananacoding.com)

Many thanks!
Expand Down
8 changes: 4 additions & 4 deletions iPhone.xcodeproj/project.pbxproj
Expand Up @@ -787,9 +787,9 @@
GCC_OPTIMIZATION_LEVEL = 0;
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = "iPhone Sample/iPhone_Prefix.pch";
GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
GCC_VERSION = com.apple.compilers.llvmgcc42;
INFOPLIST_FILE = "iPhone Sample/iPhoneInfo.plist";
IPHONEOS_DEPLOYMENT_TARGET = 2.2.1;
IPHONEOS_DEPLOYMENT_TARGET = 3.1.3;
PRODUCT_NAME = "ASIHTTPRequest iPhone";
"PROVISIONING_PROFILE[sdk=iphoneos*]" = "";
SDKROOT = iphoneos4.0;
Expand All @@ -805,9 +805,9 @@
COPY_PHASE_STRIP = YES;
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = "iPhone Sample/iPhone_Prefix.pch";
GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
GCC_VERSION = com.apple.compilers.llvmgcc42;
INFOPLIST_FILE = "iPhone Sample/iPhoneInfo.plist";
IPHONEOS_DEPLOYMENT_TARGET = 2.2.1;
IPHONEOS_DEPLOYMENT_TARGET = 3.1.3;
PRODUCT_NAME = "ASIHTTPRequest iPhone";
"PROVISIONING_PROFILE[sdk=iphoneos*]" = "";
SDKROOT = iphoneos4.0;
Expand Down

0 comments on commit 22c586d

Please sign in to comment.