From 19521966ce8a89de6fd7d96923e9f04798a0e6a9 Mon Sep 17 00:00:00 2001 From: Ingenico ePayments Date: Mon, 3 May 2021 16:30:01 +0200 Subject: [PATCH] Release 1.7.1. --- IngenicoConnectExample/ICAppConstants.h | 2 +- IngenicoConnectExample/ICTableViewCell.m | 2 ++ Podfile.lock | 9 ++++----- 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/IngenicoConnectExample/ICAppConstants.h b/IngenicoConnectExample/ICAppConstants.h index 0cae105..1682f76 100644 --- a/IngenicoConnectExample/ICAppConstants.h +++ b/IngenicoConnectExample/ICAppConstants.h @@ -23,5 +23,5 @@ #define kICBoletoBancarioId @"1503" #define kICBancontactId @"3012" #define kICArvatoIds [NSSet setWithArray:@[@"9000", @"9001"]] -#define kICApplicationIdentifier @"iOS Example Application/v1.7.0" +#define kICApplicationIdentifier @"iOS Example Application/v1.7.1" #endif diff --git a/IngenicoConnectExample/ICTableViewCell.m b/IngenicoConnectExample/ICTableViewCell.m index 00d9ee1..dd559c3 100644 --- a/IngenicoConnectExample/ICTableViewCell.m +++ b/IngenicoConnectExample/ICTableViewCell.m @@ -16,12 +16,14 @@ - (instancetype)initWithReuseIdentifier:(NSString *)reuseIdentifier if (self) { self.clipsToBounds = YES; } + [self.contentView setUserInteractionEnabled: YES]; return self; } - (instancetype)initWithStyle:(UITableViewCellStyle)style reuseIdentifier:(NSString *)reuseIdentifier { self = [self initWithReuseIdentifier:reuseIdentifier]; + [self.contentView setUserInteractionEnabled: YES]; return self; } diff --git a/Podfile.lock b/Podfile.lock index d824f89..d1102dc 100644 --- a/Podfile.lock +++ b/Podfile.lock @@ -1,6 +1,5 @@ PODS: - - IngenicoConnectSDK (5.3.0): - - AFNetworking (~> 3.0) + - IngenicoConnectSDK (5.3.0) - SVProgressHUD (2.2.5) DEPENDENCIES: @@ -13,9 +12,9 @@ SPEC REPOS: - SVProgressHUD SPEC CHECKSUMS: - IngenicoConnectSDK: 475201c0b881267284a4deea92e27f763d4e4c44 + IngenicoConnectSDK: af4934f6c8aed95a487956eb4ec00d212a1d3674 SVProgressHUD: 1428aafac632c1f86f62aa4243ec12008d7a51d6 -PODFILE CHECKSUM: 66329a21c0ed58da93927064d85c1c4ad20c2ab5 +PODFILE CHECKSUM: d949810be004b09261a9974b27e10d16683128dd -COCOAPODS: 1.8.4 +COCOAPODS: 1.10.1