Skip to content

Commit

Permalink
Update config
Browse files Browse the repository at this point in the history
  • Loading branch information
lutfime committed Sep 5, 2016
1 parent 9de8762 commit 11c3c4e
Show file tree
Hide file tree
Showing 7 changed files with 43 additions and 65 deletions.
Binary file not shown.
17 changes: 13 additions & 4 deletions KatsanaAPI/KatsanaAPI.h → KatsanaAPI/KatsanaSDK.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,16 @@ FOUNDATION_EXPORT const unsigned char KatsanaAPIVersionString[];
// In this header, you should import all the public headers of your framework using statements like #import <KatsanaAPI/PublicHeader.h>

#import <RestKit/RestKit.h>
//#import <KatsanaAPI/CDGeneratorParser.h>
//#import <CodeGenerator/CDClassObject.h>
//#import <CodeGenerator/CDCodeGenerator.h>
//#import <CodeGenerator/CDMethodObject.h>
#import <KatsanaSDK/KMUserManager.h>
#import <KatsanaSDK/KMConstant.h>
#import <KatsanaSDK/KMCacheManager.h>

#import <KatsanaSDK/KMActivityObject.h>
#import <KatsanaSDK/KMAddress.h>
#import <KatsanaSDK/KMAvatar.h>
#import <KatsanaSDK/KMTrip.h>
#import <KatsanaSDK/KMUser.h>
#import <KatsanaSDK/KMVehicle.h>
#import <KatsanaSDK/KMVehicleDayHistory.h>
#import <KatsanaSDK/KMVehiclePosition.h>
#import <KatsanaSDK/KMViolation.h>
1 change: 1 addition & 0 deletions KatsanaAPI/PrefixHeader.pch
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ typedef void (^ImageCompletionBlock)(UIImage *image);

#import "KMConstant.h"

#import <CoreLocation/CoreLocation.h>
#import <FastCoding/FastCoder.h>
#import <CocoaLumberjack/CocoaLumberjack.h>

Expand Down
1 change: 1 addition & 0 deletions KatsanaAPITests/KatsanaAPITests.m
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
//

#import <XCTest/XCTest.h>
#import <KatsanaSDK/KatsanaSDK.h>

@interface KatsanaAPITests : XCTestCase

Expand Down
63 changes: 28 additions & 35 deletions KatsanaSDK.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

13 changes: 0 additions & 13 deletions Object/KMNotificationObject.h

This file was deleted.

13 changes: 0 additions & 13 deletions Object/KMNotificationObject.m

This file was deleted.

0 comments on commit 11c3c4e

Please sign in to comment.