Skip to content
This repository has been archived by the owner on Mar 19, 2024. It is now read-only.

Commit

Permalink
Release 1.7.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
IngenicoEPayments authored and jenkins committed May 3, 2021
1 parent 18265ed commit 1952196
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion IngenicoConnectExample/ICAppConstants.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 2 additions & 0 deletions IngenicoConnectExample/ICTableViewCell.m
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down
9 changes: 4 additions & 5 deletions Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
PODS:
- IngenicoConnectSDK (5.3.0):
- AFNetworking (~> 3.0)
- IngenicoConnectSDK (5.3.0)
- SVProgressHUD (2.2.5)

DEPENDENCIES:
Expand All @@ -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

0 comments on commit 1952196

Please sign in to comment.