Showing
2 changed files
with
3 additions
and
3 deletions
@@ -21,7 +21,7 @@ | @@ -21,7 +21,7 @@ | ||
21 | #import "ASIInputStream.h" | 21 | #import "ASIInputStream.h" |
22 | 22 | ||
23 | // Automatically set on build | 23 | // Automatically set on build |
24 | -NSString *ASIHTTPRequestVersion = @"v1.2-70 2010-01-06"; | 24 | +NSString *ASIHTTPRequestVersion = @"v1.2-71 2010-01-06"; |
25 | 25 | ||
26 | NSString* const NetworkRequestErrorDomain = @"ASIHTTPRequestErrorDomain"; | 26 | NSString* const NetworkRequestErrorDomain = @"ASIHTTPRequestErrorDomain"; |
27 | 27 |
@@ -33,10 +33,10 @@ ASIHTTPRequest uses Apple's Reachability class (http://developer.apple.com/iphon | @@ -33,10 +33,10 @@ ASIHTTPRequest uses Apple's Reachability class (http://developer.apple.com/iphon | ||
33 | There are two versions of Apple's Reachability class, both of which are included in the source distribution of ASIHTTPRequest in the External/Reachability folder. | 33 | There are two versions of Apple's Reachability class, both of which are included in the source distribution of ASIHTTPRequest in the External/Reachability folder. |
34 | 34 | ||
35 | * Version 2.0 is the latest version. You should use this if you are targeting iPhone OS 3.x and later | 35 | * Version 2.0 is the latest version. You should use this if you are targeting iPhone OS 3.x and later |
36 | - To use Version 2.0, set this to 1, and include Reachbility.h + Reachbility.m from the Reachability 2.0 folder in your project | 36 | + To use Version 2.0, set this to 1, and include Reachability.h + Reachability.m from the Reachability 2.0 folder in your project |
37 | 37 | ||
38 | * Version 1.5 is the old version, but it is compatible with both iPhone OS 2.2.1 and iPhone OS 3.0 and later. You should use this if your application needs to work on iPhone OS 2.2.1. | 38 | * Version 1.5 is the old version, but it is compatible with both iPhone OS 2.2.1 and iPhone OS 3.0 and later. You should use this if your application needs to work on iPhone OS 2.2.1. |
39 | - To use Version 1.5, set this to 0, and include Reachbility.h + Reachbility.m from the Reachability 1.5 folder in your project | 39 | + To use Version 1.5, set this to 0, and include Reachability.h + Reachability.m from the Reachability 1.5 folder in your project |
40 | 40 | ||
41 | This config option is not used for apps targeting Mac OS X | 41 | This config option is not used for apps targeting Mac OS X |
42 | */ | 42 | */ |
-
Please register or login to post a comment