Skip to content

Commit

Permalink
ios: Update LinkKit to 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
afh committed Nov 3, 2017
1 parent e515991 commit 98e30f1
Show file tree
Hide file tree
Showing 45 changed files with 7 additions and 4 deletions.
3 changes: 2 additions & 1 deletion LinkKit.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,6 @@
"1.0.9": "https://github.com/plaid/link/releases/download/ios/1.0.9/LinkKit.framework.zip",
"1.0.10": "https://github.com/plaid/link/releases/download/ios/1.0.10/LinkKit.framework.zip",
"1.1.0": "https://github.com/plaid/link/releases/download/ios/1.1.0/LinkKit.framework.zip",
"1.1.1": "https://github.com/plaid/link/releases/download/ios/1.1.1/LinkKit.framework.zip"
"1.1.1": "https://github.com/plaid/link/releases/download/ios/1.1.1/LinkKit.framework.zip",
"1.1.2": "https://github.com/plaid/link/releases/download/ios/1.1.2/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.1'
s.version = '1.1.2'

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

Expand Down
Binary file modified ios/LinkKit.framework/Assets.car
Binary file not shown.
6 changes: 4 additions & 2 deletions ios/LinkKit.framework/Headers/PLKConfiguration.h
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,9 @@ PLK_EMPTY_INIT_UNAVAILABLE;
@param key The public_key associated with your account. Available from https://dashboard.plaid.com/account/keys.
@param env The Plaid API environment on which to create user accounts
@param product The Plaid products you wish to use.
@param selectAccount When set to YES prompts the user to select an individual account once they've authenticated.
@param selectAccount The selectAccount parameter controls whether or not your Link integration uses the Select Account view.
This parameter will be removed in a future release, since it has been deprecated in favor of
the Select Account view customization available from the Dashboard https://dashboard.plaid.com/link/account-select.
@param longtailAuth Enables support for longtailAuth institutions when set to YES.
@param apiVersion Selects the Plaid API version to use.
@return A PLKConfiguration object initialized with the given arguments.
Expand All @@ -149,7 +151,7 @@ PLK_EMPTY_INIT_UNAVAILABLE;
- (instancetype)initWithKey:(NSString*)key
env:(PLKEnvironment)env
product:(PLKProduct)product
selectAccount:(BOOL)selectAccount
selectAccount:(BOOL)selectAccount // DEPRECATED
longtailAuth:(BOOL)longtailAuth
apiVersion:(PLKAPIVersion)apiVersion NS_DESIGNATED_INITIALIZER;

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 modified ios/LinkKit.framework/LinkKit.storyboardc/AccountSelectPane.nib
Binary file not shown.
Binary file modified ios/LinkKit.framework/LinkKit.storyboardc/CredentialPane.nib
Binary file not shown.
Binary file modified ios/LinkKit.framework/LinkKit.storyboardc/CustomInitializer.nib
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 modified ios/LinkKit.framework/LinkKit.storyboardc/LoadingPane.nib
Binary file not shown.
Binary file not shown.
Binary file modified ios/LinkKit.framework/LinkKit.storyboardc/MfaCodePane.nib
Binary file not shown.
Binary file modified ios/LinkKit.framework/LinkKit.storyboardc/MfaDevicePane.nib
Binary file not shown.
Binary file modified ios/LinkKit.framework/LinkKit.storyboardc/MfaQuestionPane.nib
Binary file not shown.
Binary file modified ios/LinkKit.framework/LinkKit.storyboardc/MfaSelectionPane.nib
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified ios/LinkKit.framework/LinkKit.storyboardc/RecaptchaPane.nib
Binary file not shown.
Binary file modified ios/LinkKit.framework/LinkKit.storyboardc/ResultPane.nib
Binary file not shown.
Binary file not shown.
Binary file modified ios/LinkKit.framework/LinkKit.storyboardc/SandboxInfo.nib
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 98e30f1

Please sign in to comment.