Implemented example application building RestKit into a CLI utility for parsing files and evaluating keyPaths against the results. refs #409

This commit is contained in:
Blake Watters
2011-10-16 02:05:39 -04:00
parent 585d4aafc8
commit c45d3b2d33
8 changed files with 639 additions and 52 deletions

View File

@@ -18,10 +18,10 @@
// limitations under the License.
//
#if TARGET_OS_MAC
#import <CoreServices/CoreServices.h>
#elif TARGET_OS_IPHONE
#if TARGET_OS_IPHONE
#import <MobileCoreServices/UTType.h>
#else
#import <CoreServices/CoreServices.h>
#endif
#import "NSString+RestKit.h"
#import "../Network/RKClient.h"