From 7db95c4a3ace04c871283831e4ca9c2d0fefea72 Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Wed, 13 Jul 2016 22:19:21 +0300 Subject: update selected pods --- Juick/Juick-Info.plist | 2 +- Juick/MessagesViewController.m | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'Juick') diff --git a/Juick/Juick-Info.plist b/Juick/Juick-Info.plist index f89e3d3..b9e59e9 100644 --- a/Juick/Juick-Info.plist +++ b/Juick/Juick-Info.plist @@ -9,7 +9,7 @@ CFBundleExecutable ${EXECUTABLE_NAME} CFBundleIdentifier - com.juick.${PRODUCT_NAME:rfc1034identifier} + $(PRODUCT_BUNDLE_IDENTIFIER) CFBundleInfoDictionaryVersion 6.0 CFBundleName diff --git a/Juick/MessagesViewController.m b/Juick/MessagesViewController.m index 7e3f01a..ff7e556 100644 --- a/Juick/MessagesViewController.m +++ b/Juick/MessagesViewController.m @@ -145,7 +145,7 @@ static NSMutableDictionary *heightsCache; [cell setMessage:msg]; if ([msg.attach length] > 0) { SDWebImageManager * manager = [SDWebImageManager sharedManager]; - [manager downloadWithURL:[NSURL URLWithString:msg.attach] options:SDWebImageContinueInBackground progress:^(NSUInteger receivedSize, long long expectedSize) { + [manager downloadWithURL:[NSURL URLWithString:msg.attach] options:SDWebImageContinueInBackground progress:^(NSInteger receivedSize, NSInteger expectedSize) { // <#code#> } completed:^(UIImage *image, NSError *error, SDImageCacheType cacheType, BOOL finished) { [cell.attach setImage:[UIImage imageWithImage:image convertToWidth:300.0f]]; -- cgit v1.2.3