Skip to content

Commit

Permalink
Merge pull request #114 from plaid/release/4.7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
dtroupe-plaid authored and GitHub Enterprise committed Mar 27, 2024
2 parents 003764f + 9042314 commit aa08f6f
Show file tree
Hide file tree
Showing 38 changed files with 2,153 additions and 2,120 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,18 @@
# RELEASES

## LinkKit 4.7.4 — 2024-03-27
### Requirements

| Name | Version |
|------|---------|
| Xcode | >= 14.0 |
| iOS | >= 11.0 |

### Changes

- Resolved an issue where navigation buttons erroneously appeared within the safe-area during full-screen presentation of Link.
- Deprecated custom Link presentation, providing a warning regarding full-screen presentation.

## LinkKit 4.7.3 — 2024-03-20
### Requirements

Expand Down
14 changes: 7 additions & 7 deletions LinkKit.xcframework/Info.plist
Expand Up @@ -6,7 +6,7 @@
<array>
<dict>
<key>LibraryIdentifier</key>
<string>ios-arm64_x86_64-maccatalyst</string>
<string>ios-arm64_x86_64-simulator</string>
<key>LibraryPath</key>
<string>LinkKit.framework</string>
<key>SupportedArchitectures</key>
Expand All @@ -17,34 +17,34 @@
<key>SupportedPlatform</key>
<string>ios</string>
<key>SupportedPlatformVariant</key>
<string>maccatalyst</string>
<string>simulator</string>
</dict>
<dict>
<key>LibraryIdentifier</key>
<string>ios-arm64</string>
<string>ios-arm64_x86_64-maccatalyst</string>
<key>LibraryPath</key>
<string>LinkKit.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
<string>x86_64</string>
</array>
<key>SupportedPlatform</key>
<string>ios</string>
<key>SupportedPlatformVariant</key>
<string>maccatalyst</string>
</dict>
<dict>
<key>LibraryIdentifier</key>
<string>ios-arm64_x86_64-simulator</string>
<string>ios-arm64</string>
<key>LibraryPath</key>
<string>LinkKit.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
<string>x86_64</string>
</array>
<key>SupportedPlatform</key>
<string>ios</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
</dict>
</array>
<key>CFBundlePackageType</key>
Expand Down
Binary file modified LinkKit.xcframework/ios-arm64/LinkKit.framework/Info.plist
Binary file not shown.
Binary file modified LinkKit.xcframework/ios-arm64/LinkKit.framework/LinkKit
Binary file not shown.

Large diffs are not rendered by default.

Expand Up @@ -467,6 +467,7 @@ public enum MFAType : Swift.CustomStringConvertible, Swift.Codable {
}
public enum PresentationMethod {
case viewController(UIKit.UIViewController)
@available(*, deprecated, message: "Presenting Link with modalPresentationStyle .overFullScreen or .fullScreen is no longer supported. You may experience UI issues if you present Link using those modalPresentationStyles.")
case custom(LinkKit.PresentationHandler, _: LinkKit.DismissalHandler = { $0.presentingViewController?.dismiss(animated: true, completion: nil) })
}
public enum ExitErrorCode : Swift.Codable {
Expand Down
Expand Up @@ -467,6 +467,7 @@ public enum MFAType : Swift.CustomStringConvertible, Swift.Codable {
}
public enum PresentationMethod {
case viewController(UIKit.UIViewController)
@available(*, deprecated, message: "Presenting Link with modalPresentationStyle .overFullScreen or .fullScreen is no longer supported. You may experience UI issues if you present Link using those modalPresentationStyles.")
case custom(LinkKit.PresentationHandler, _: LinkKit.DismissalHandler = { $0.presentingViewController?.dismiss(animated: true, completion: nil) })
}
public enum ExitErrorCode : Swift.Codable {
Expand Down
Binary file not shown.
Binary file not shown.
Expand Up @@ -22,27 +22,27 @@
</data>
<key>Info.plist</key>
<data>
cDyV7t5O52i8Io1JoivVg1sOYAM=
urHem7DGp7lYxcBDlLqLjZ1GX1E=
</data>
<key>Modules/LinkKit.swiftmodule/arm64-apple-ios.abi.json</key>
<data>
SSWbNn0rVXG8w0F64iVWWossyWI=
o3IYF/Dyy60F6qVD9tRC6b2g9bI=
</data>
<key>Modules/LinkKit.swiftmodule/arm64-apple-ios.private.swiftinterface</key>
<data>
A7UM/lDSIundC1NDqMi3My6889Q=
ivT9JLm1UDq/oNP/NpW/mzIQvWc=
</data>
<key>Modules/LinkKit.swiftmodule/arm64-apple-ios.swiftdoc</key>
<data>
r/Cki7AQBGllCHt0GyEO2wHTWT4=
</data>
<key>Modules/LinkKit.swiftmodule/arm64-apple-ios.swiftinterface</key>
<data>
A7UM/lDSIundC1NDqMi3My6889Q=
ivT9JLm1UDq/oNP/NpW/mzIQvWc=
</data>
<key>Modules/LinkKit.swiftmodule/arm64-apple-ios.swiftmodule</key>
<data>
TvYI/rmDrOtia7mbjY/L/uq3WV8=
R63VpdRzzim5jSpqPxvG8TcFzmE=
</data>
<key>Modules/module.modulemap</key>
<data>
Expand All @@ -54,7 +54,7 @@
</data>
<key>Threads_Threads.bundle/Info.plist</key>
<data>
Lz3DsjPwd+yp+ImaXDHlHdCyVE0=
olSQJCMoOWFE7NOphEiLyUGcP+8=
</data>
</dict>
<key>files2</key>
Expand Down Expand Up @@ -91,14 +91,14 @@
<dict>
<key>hash2</key>
<data>
SSWf+XzViKGBTTEUFP8RrcL58Fe4JrwA3ot/jaB1wTk=
jO+nvJk07xq2uIc4FdmS9eZfVHHtFY4+mcxmSfjmiTw=
</data>
</dict>
<key>Modules/LinkKit.swiftmodule/arm64-apple-ios.private.swiftinterface</key>
<dict>
<key>hash2</key>
<data>
u8/bGjpI6zuJ+bhFyhsPREPJs1N/Od7Nmb3HWXzx+MI=
vElxmL/XptZzAtiODbQkrO0ink5YJz4oCiADLbsSnKI=
</data>
</dict>
<key>Modules/LinkKit.swiftmodule/arm64-apple-ios.swiftdoc</key>
Expand All @@ -112,14 +112,14 @@
<dict>
<key>hash2</key>
<data>
u8/bGjpI6zuJ+bhFyhsPREPJs1N/Od7Nmb3HWXzx+MI=
vElxmL/XptZzAtiODbQkrO0ink5YJz4oCiADLbsSnKI=
</data>
</dict>
<key>Modules/LinkKit.swiftmodule/arm64-apple-ios.swiftmodule</key>
<dict>
<key>hash2</key>
<data>
KgPXhfo3KJqWLMouU9hBTWxiL/EfnhWelwkZcFhiOGE=
oKdLEXcjauM6svJooeUDXrlkPb5hv+nl1CDHrPrQSHw=
</data>
</dict>
<key>Modules/module.modulemap</key>
Expand All @@ -140,7 +140,7 @@
<dict>
<key>hash2</key>
<data>
UAL34MEsMwRXRd8qdg9L98V9yuVkOsrqolXCrwMEPjE=
a+gTBVRcCdYZSvGYr5l36FgSwSsOalBlsc6Ukoj368Y=
</data>
</dict>
</dict>
Expand Down
Binary file not shown.

0 comments on commit aa08f6f

Please sign in to comment.