Skip to content

Commit

Permalink
ios: Update LinkKit to 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
afh committed Oct 24, 2017
1 parent 4896c71 commit 77880fc
Show file tree
Hide file tree
Showing 45 changed files with 10 additions and 2 deletions.
3 changes: 2 additions & 1 deletion LinkKit.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,6 @@
"1.0.8": "https://github.com/plaid/link/releases/download/ios/1.0.8/LinkKit.framework.zip",
"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.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"
}
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.0'
s.version = '1.1.1'

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

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

## 2017-10-23 — LinkKit 1.1.1
### Changed
- Fix Apple review rejections of applications using Plaid Link iOS due to LinkKit.framework containing GCC and LLVM Instrumentation (see [Technical Q&A QA1964](https://developer.apple.com/library/content/qa/qa1964/_index.html)).
- Fix view controller animation transition when the `backBarButtonItem` was tapped.



## 2017-10-02 — LinkKit 1.1.0
### Added
- Add support for iPhone X
Expand Down
Binary file modified ios/LinkKit.framework/Assets.car
Binary file not shown.
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 77880fc

Please sign in to comment.