Skip to content
This repository has been archived by the owner on Feb 18, 2022. It is now read-only.

Commit

Permalink
ios: Update LinkKit to 1.1.16
Browse files Browse the repository at this point in the history
  • Loading branch information
jwupl committed Feb 28, 2019
1 parent 58926e7 commit 5e3ebc3
Show file tree
Hide file tree
Showing 127 changed files with 23 additions and 5 deletions.
3 changes: 2 additions & 1 deletion LinkKit.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,6 @@
"1.1.12": "https://github.com/plaid/link/releases/download/ios/1.1.12/LinkKit.framework.zip",
"1.1.13": "https://github.com/plaid/link/releases/download/ios/1.1.13/LinkKit.framework.zip",
"1.1.14": "https://github.com/plaid/link/releases/download/ios/1.1.14/LinkKit.framework.zip",
"1.1.15": "https://github.com/plaid/link/releases/download/ios/1.1.15/LinkKit.framework.zip"
"1.1.15": "https://github.com/plaid/link/releases/download/ios/1.1.15/LinkKit.framework.zip",
"1.1.16": "https://github.com/plaid/link/releases/download/ios/1.1.16/LinkKit.framework.zip"
}
2 changes: 1 addition & 1 deletion Plaid.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|
s.name = 'Plaid'
s.module_name = 'LinkKit'
s.version = '1.1.15'
s.version = '1.1.16'

s.summary = 'The official Plaid Link SDK for iOS.'

Expand Down
17 changes: 17 additions & 0 deletions ios/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# CHANGELOG

## 2019-02-27 — LinkKit 1.1.16
### Added


### Changed
- Fix issue with account verification via manual microdeposits
- Fix issue with multiple institution logos displayed when blurring views with sensitive information once the app switcher is activated

### Removed




## 2019-02-05 — LinkKit 1.1.15
### Added
- Add support for the latest [Auth features](https://blog.plaid.com/new-auth). Read the [blog post](https://blog.plaid.com/new-auth), and reach out to [email protected] to enable your account and begin testing
Expand All @@ -14,6 +27,10 @@
- Fix multiple account selection indicator
- Fix grammar and spelling mistakes in header comments

### Known issues
The following issues currently exist in LinkKit and will be addressed with the next release planned for the end of February 2019
- When verifying an account via manual microdeposits Plaid Link for iOS stalls after confirming the account number



## 2018-12-17 — LinkKit 1.1.14
Expand Down
Binary file modified ios/LinkKit.framework/Assets.car
Binary file not shown.
4 changes: 2 additions & 2 deletions ios/LinkKit.framework/Headers/PLKConfiguration.h
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ PLK_EXTERN NSString* const kPLKCustomizationExitButtonKey;
*/
@interface PLKConfiguration : NSObject

#pragma mark Required configuration properties
// MARK: Required configuration properties
/// The public_key associated with your account. Available from https://dashboard.plaid.com/account/keys.
@property (readonly) NSString* key;

Expand All @@ -115,7 +115,7 @@ PLK_EXTERN NSString* const kPLKCustomizationExitButtonKey;
/// Displayed once a user has successfully linked their account.
@property (copy,nonatomic) NSString* _Nullable clientName;

#pragma mark Optional configuration properties
// MARK: Optional configuration properties
/**
The webhook to receive notifications once a user's transactions have been processed and are ready for use.
For details consult https://plaid.com/docs/api/#webhook.
Expand Down
2 changes: 1 addition & 1 deletion ios/LinkKit.framework/Headers/PLKConstants.h
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ typedef NS_OPTIONS(NSInteger, PLKProduct) {
/// Account and transaction data to better serve users.
PLKProductTransactions = 1 << 2,
/// Legacy API equivalent of PLKProductTransactions.
PLKProductConnect = 1 << 2,
PLKProductConnect = 1 << 2,

/// Verify user identities with bank account data to reduce fraud.
PLKProductIdentity = 1 << 3,
Expand Down
Binary file modified ios/LinkKit.framework/Info.plist
Binary file not shown.
Binary file modified ios/LinkKit.framework/LinkKit
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified ios/LinkKit.framework/LinkKit.storyboardc/Info.plist
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit 5e3ebc3

Please sign in to comment.