Skip to content

Commit

Permalink
Updated so that it builds
Browse files Browse the repository at this point in the history
  • Loading branch information
odrobnik committed Aug 2, 2015
1 parent 6c0156e commit d588540
Show file tree
Hide file tree
Showing 17 changed files with 122 additions and 33 deletions.
3 changes: 2 additions & 1 deletion Core/Source/PLYServer.m
Expand Up @@ -8,12 +8,13 @@

#import "ProductLayerSDK.h"

#import "DTLog.h"
#import "NSString+DTURLEncoding.h"
#import "DTBlockFunctions.h"
#import "DTKeychain.h"
#import "DTKeychainGenericPassword.h"

#import <DTFoundation/DTLog.h>

#if TARGET_OS_IPHONE

#import "UIApplication+DTNetworkActivity.h"
Expand Down
3 changes: 2 additions & 1 deletion Core/Source/iOS/PLYCategoryPickerViewController.m
Expand Up @@ -11,9 +11,10 @@

#import "ProductLayerSDK.h"

#import "DTLog.h"
#import "NSString+DTPaths.h"

#import <DTFoundation/DTLog.h>

#define CELL_IDENTIFIER @"Identifier"

// category cache
Expand Down
1 change: 1 addition & 0 deletions Core/Source/iOS/PLYLoginViewController.m
Expand Up @@ -19,6 +19,7 @@
#import <DTFoundation/DTBlockFunctions.h>
#import <DTFoundation/DTLog.h>


// user default remembering last successful nickname
NSString * const LastLoggedInUserDefault = @"LastLoggedInUser";

Expand Down
6 changes: 4 additions & 2 deletions Core/Source/iOS/PLYOpineComposeViewController.m
Expand Up @@ -14,8 +14,10 @@
#import <CoreLocation/CoreLocation.h>

#import "ProductLayerUI.h"
#import "DTBlockFunctions.h"
#import "DTLog.h"

#import <DTFoundation/DTBlockFunctions.h>
#import <DTFoundation/DTLog.h>


@interface PLYOpineComposeViewController () <UITextViewDelegate, // for tracking entered text
CLLocationManagerDelegate, // for attaching location
Expand Down
4 changes: 3 additions & 1 deletion Core/Source/iOS/PLYScannerViewController.m
Expand Up @@ -10,9 +10,11 @@
#import "PLYVideoPreviewView.h"
#import "PLYVideoPreviewInterestBox.h"
#import "PLYAVFoundationFunctions.h"
#import "DTLog.h"
#import "PLYFunctions.h"

#import <DTFoundation/DTLog.h>


#import <AVFoundation/AVFoundation.h>


Expand Down
3 changes: 2 additions & 1 deletion Core/Source/iOS/PLYSearchableTableViewController.m
Expand Up @@ -7,7 +7,8 @@
//

#import "PLYSearchableTableViewController.h"
#import "DTLog.h"

#import <DTFoundation/DTLog.h>

@interface PLYSearchableTableViewController ()

Expand Down
Expand Up @@ -9,7 +9,6 @@
#import "ProductImageCollectionViewCell.h"
#import "DTDownloadCache.h"
#import "DTBlockFunctions.h"
#import "DTLog.h"
#import "UIImage+DTFoundation.h"
#import "DTCoreGraphicsUtils.h"
#import "NSURL+DTComparing.h"
Expand All @@ -18,6 +17,9 @@
#import "DTImageCache.h"
#import "ProductLayerSDK.h"

#import <DTFoundation/DTLog.h>


@implementation ProductImageCollectionViewCell
{
NSURL *_imageURL;
Expand Down
7 changes: 4 additions & 3 deletions Demo/Source/Views/Product/ProductViewController.m
Expand Up @@ -11,9 +11,6 @@
#import "DTBlockFunctions.h"
#import "DTDownloadCache.h"
#import "DTImageCache.h"
#import "DTLog.h"
#import "DTProgressHUD.h"
#import "DTAlertView.h"

#import "ReviewTableViewController.h"
#import "OpineTableViewController.h"
Expand All @@ -24,6 +21,10 @@
#import "AppSettings.h"
#import "UIViewTags.h"

#import <DTFoundation/DTLog.h>
#import <DTFoundation/DTProgressHUD.h>
#import <DTFoundation/DTAlertView.h>

@interface ProductViewController ()

@end
Expand Down
Expand Up @@ -13,7 +13,8 @@
#import "DTImageCache.h"
#import "DTDownloadCache.h"
#import "DTBlockFunctions.h"
#import "DTLog.h"

#import <DTFoundation/DTLog.h>

@implementation ProductTableViewCell

Expand Down
4 changes: 3 additions & 1 deletion Demo/Source/Views/Review/ReviewTableViewCell.m
Expand Up @@ -11,12 +11,14 @@
#import "DTBlockFunctions.h"
#import "DTDownloadCache.h"
#import "DTImageCache.h"
#import "DTLog.h"

#import "PLYServer.h"
#import "PLYImage.h"
#import "PLYUser.h"

#import <DTFoundation/DTLog.h>


@implementation ReviewTableViewCell

- (id)initWithStyle:(UITableViewCellStyle)style reuseIdentifier:(NSString *)reuseIdentifier
Expand Down
3 changes: 2 additions & 1 deletion Demo/Source/Views/Social/SocialFeedViewController.m
Expand Up @@ -13,9 +13,10 @@
#import "ProductViewController.h"

#import "DTBlockFunctions.h"
#import "DTLog.h"
#import "DTProgressHUD.h"

#import <DTFoundation/DTLog.h>

typedef enum : NSUInteger {
LandscapeCell,
PortraitCell,
Expand Down
3 changes: 2 additions & 1 deletion Demo/Source/Views/User/UserTableViewCell.m
Expand Up @@ -11,11 +11,12 @@
#import "PLYServer.h"
#import "PLYUser.h"

#import "DTLog.h"
#import "DTImageCache.h"
#import "DTDownloadCache.h"
#import "DTBlockFunctions.h"

#import <DTFoundation/DTLog.h>

@implementation UserTableViewCell

- (id)initWithStyle:(UITableViewCellStyle)style reuseIdentifier:(NSString *)reuseIdentifier
Expand Down
103 changes: 88 additions & 15 deletions ProductLayerSDK.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "0610"
LastUpgradeVersion = "0640"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
Expand Down

0 comments on commit d588540

Please sign in to comment.