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.13 (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
afh authored and GitHub Enterprise committed Oct 30, 2018
1 parent 9610ac8 commit 1923b42
Show file tree
Hide file tree
Showing 61 changed files with 23 additions and 11 deletions.
3 changes: 2 additions & 1 deletion LinkKit.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,6 @@
"1.1.9": "https://github.com/plaid/link/releases/download/ios/1.1.9/LinkKit.framework.zip",
"1.1.10": "https://github.com/plaid/link/releases/download/ios/1.1.10/LinkKit.framework.zip",
"1.1.11": "https://github.com/plaid/link/releases/download/ios/1.1.11/LinkKit.framework.zip",
"1.1.12": "https://github.com/plaid/link/releases/download/ios/1.1.12/LinkKit.framework.zip"
"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"
}
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.12'
s.version = '1.1.13'

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

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

## 2018-10-30 — LinkKit 1.1.13
### Added


### Changed
- Improve VoiceOver accessibility by focussing on primary element when views appear, setting more specific accessibility labels, hints, and traits for existing elements, and hiding irrelevant elements.
- Improve handling of blur effect on application suspend / resume when other modal view controllers as for the Reset password flow are presented / dismissed.
- Include all available accounts metadata in the `linkViewController:didSucceedWithPublicToken:metadata` delegate calls ([#239](https://github.com/plaid/link/issues/239))



## 2018-09-17 — LinkKit 1.1.12
### Added
- Add support for iOS 12 security code auto-fill
Expand All @@ -9,8 +20,9 @@
- The metadata in the `linkViewController:didHandleEvent:metadata` callback method now includes data of the selected institution in every event if present
- Allow the `dismissViewControllerAnimated:completion:` to be called on the `PLKPlaidLinkViewController` object (addresses [#254](https://github.com/plaid/link/issues/254)). Yet we recommend calling `dismissViewControllerAnimated:completion:` on the object that presented the `PLKPlaidLinkViewController` or on the `presentingViewController` property of the `linkViewController` object passed to the `PLKPlaidLinkViewDelegate` methods.

### Removed

### Known issues
The following issues currently exist in LinkKit and will be addressed with the next release planned for the middle of October 2018.
- If the Reset password button on the credentials pane is tapped at the same time that the application goes into the background, the blur effect, which hides sensitive information from views, is not removed once the application becomes active again.



Expand Down
5 changes: 3 additions & 2 deletions ios/LinkDemo-ObjC/LinkDemo-ObjC.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@
TargetAttributes = {
910CAE171E3BC35C0089B9CC = {
CreatedOnToolsVersion = 8.2.1;
DevelopmentTeam = Z2P2MSMY87;
ProvisioningStyle = Automatic;
};
};
Expand Down Expand Up @@ -323,7 +324,7 @@
isa = XCBuildConfiguration;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
DEVELOPMENT_TEAM = "";
DEVELOPMENT_TEAM = Z2P2MSMY87;
FRAMEWORK_SEARCH_PATHS = "$(PROJECT_DIR)/../";
INFOPLIST_FILE = "LinkDemo-ObjC/Info.plist";
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
Expand All @@ -339,7 +340,7 @@
isa = XCBuildConfiguration;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
DEVELOPMENT_TEAM = "";
DEVELOPMENT_TEAM = Z2P2MSMY87;
FRAMEWORK_SEARCH_PATHS = "$(PROJECT_DIR)/../";
INFOPLIST_FILE = "LinkDemo-ObjC/Info.plist";
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
buildConfiguration = "Debug"
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
language = ""
shouldUseLaunchSchemeArgsEnv = "YES">
<Testables>
</Testables>
Expand All @@ -46,7 +45,6 @@
buildConfiguration = "Debug"
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
language = ""
launchStyle = "0"
useCustomWorkingDirectory = "NO"
ignoresPersistentStateOnLaunch = "NO"
Expand Down
6 changes: 3 additions & 3 deletions ios/LinkDemo-ObjC/LinkDemo-ObjC/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@
<key>clientName</key>
<string>$(PRODUCT_NAME)</string>
<key>env</key>
<string>$(LINK_ENV)</string>
<string>Sandbox</string>
<key>key</key>
<string>$(LINK_KEY)</string>
<string>e8ff5d870a27323f10b1b0eb09dffe</string>
<key>product</key>
<string>auth</string>
<key>selectAccount</key>
<false/>
<true/>
</dict>
<key>UILaunchStoryboardName</key>
<string>LaunchScreen</string>
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 not shown.
Binary file modified ios/LinkKit.framework/LinkKit.storyboardc/AccountSelectPane.nib
Binary file not shown.
Binary file modified ios/LinkKit.framework/LinkKit.storyboardc/ConsentPane.nib
Binary file not shown.
Binary file modified ios/LinkKit.framework/LinkKit.storyboardc/CredentialPane.nib
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified ios/LinkKit.framework/LinkKit.storyboardc/ExitConfirmPane.nib
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 modified ios/LinkKit.framework/LinkKit.storyboardc/LinkBackground.nib
Binary file not shown.
Binary file modified ios/LinkKit.framework/LinkKit.storyboardc/LoadingPane.nib
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 modified ios/LinkKit.framework/LinkKit.storyboardc/NoResultsView.nib
Binary file not shown.
Binary file modified ios/LinkKit.framework/LinkKit.storyboardc/OpenLink.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 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 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.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit 1923b42

Please sign in to comment.