Updated all example projects to build against the new project. Cleaned up header imports for flattened project structure

This commit is contained in:
Blake Watters
2011-11-23 15:41:23 -05:00
parent f5008ff9fe
commit 563f5e909b
201 changed files with 5303 additions and 3047 deletions

View File

@@ -20,7 +20,7 @@
#import <CommonCrypto/CommonDigest.h>
#import "NSData+MD5.h"
#import "../Support/RKFixCategoryBug.h"
#import "RKFixCategoryBug.h"
RK_FIX_CATEGORY_BUG(NSData_MD5)

View File

@@ -20,7 +20,7 @@
#import "NSDictionary+RKRequestSerialization.h"
#import "NSString+RestKit.h"
#import "../Support/RKFixCategoryBug.h"
#import "RKFixCategoryBug.h"
RK_FIX_CATEGORY_BUG(NSDictionary_RKRequestSerialization)

View File

@@ -20,7 +20,7 @@
#import <CommonCrypto/CommonDigest.h>
#import "NSString+MD5.h"
#import "../Support/RKFixCategoryBug.h"
#import "RKFixCategoryBug.h"
RK_FIX_CATEGORY_BUG(NSString_MD5)

View File

@@ -21,10 +21,10 @@
#import "RKClient.h"
#import "RKURL.h"
#import "RKNotifications.h"
#import "../Support/RKAlert.h"
#import "../Support/RKLog.h"
#import "../Support/RKPathMatcher.h"
#import "../Support/NSString+RestKit.h"
#import "RKAlert.h"
#import "RKLog.h"
#import "RKPathMatcher.h"
#import "NSString+RestKit.h"
// Set Logging Component
#undef RKLogComponent

View File

@@ -19,7 +19,7 @@
//
#import "RKOAuthClient.h"
#import "../Support/Errors.h"
#import "Errors.h"
@implementation RKOAuthClient

View File

@@ -19,7 +19,7 @@
//
#import "RKParams.h"
#import "../Support/RKLog.h"
#import "RKLog.h"
#import "NSString+MD5.h"
// Need for iOS 5 UIDevice workaround

View File

@@ -22,7 +22,7 @@
#import "RKLog.h"
#import "NSData+MD5.h"
#import "FileMD5Hash.h"
#import "../Support/NSString+RestKit.h"
#import "NSString+RestKit.h"
// Set Logging Component
#undef RKLogComponent

View File

@@ -25,7 +25,7 @@
#import "RKReachabilityObserver.h"
#include <netdb.h>
#include <arpa/inet.h>
#import "../Support/RKLog.h"
#import "RKLog.h"
// Set Logging Component
#undef RKLogComponent

View File

@@ -22,7 +22,7 @@
#import "RKResponse.h"
#import "NSDictionary+RKRequestSerialization.h"
#import "RKNotifications.h"
#import "../Support/Support.h"
#import "Support.h"
#import "RKURL.h"
#import "NSData+MD5.h"
#import "NSString+MD5.h"

View File

@@ -26,8 +26,8 @@
#import "RKRequestQueue.h"
#import "RKResponse.h"
#import "RKNotifications.h"
#import "../Support/RKLog.h"
#import "../Support/RKFixCategoryBug.h"
#import "RKLog.h"
#import "RKFixCategoryBug.h"
RK_FIX_CATEGORY_BUG(UIApplication_RKNetworkActivity)

View File

@@ -18,7 +18,7 @@
// limitations under the License.
//
#import "../Network/RKRequestSerializable.h"
#import "RKRequestSerializable.h"
/**
A simple implementation of the RKRequestSerializable protocol suitable