mirror of
https://github.com/zhigang1992/RestKit.git
synced 2026-04-24 04:46:01 +08:00
Updated all example projects to build against the new project. Cleaned up header imports for flattened project structure
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
@@ -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)
|
||||
|
||||
|
||||
@@ -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)
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
//
|
||||
|
||||
#import "RKOAuthClient.h"
|
||||
#import "../Support/Errors.h"
|
||||
#import "Errors.h"
|
||||
|
||||
@implementation RKOAuthClient
|
||||
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
//
|
||||
|
||||
#import "RKParams.h"
|
||||
#import "../Support/RKLog.h"
|
||||
#import "RKLog.h"
|
||||
#import "NSString+MD5.h"
|
||||
|
||||
// Need for iOS 5 UIDevice workaround
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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)
|
||||
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
// limitations under the License.
|
||||
//
|
||||
|
||||
#import "../Network/RKRequestSerializable.h"
|
||||
#import "RKRequestSerializable.h"
|
||||
|
||||
/**
|
||||
A simple implementation of the RKRequestSerializable protocol suitable
|
||||
|
||||
Reference in New Issue
Block a user