Skip to content

Commit

Permalink
Merge pull request #128 from plaid/release/6.0.0-beta4
Browse files Browse the repository at this point in the history
  • Loading branch information
dtroupe-plaid authored and GitHub Enterprise committed May 29, 2024
2 parents 80ff6d4 + 93784c3 commit 21c53da
Show file tree
Hide file tree
Showing 28 changed files with 2,863 additions and 1,764 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# RELEASES

## LinkKit 6.0.0-beta4 — 2024-05-29
### Requirements

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

### Changes

- Add additional FinanceKit logging.
- Add support for FinanceKit and Apple card.
- Add Objective-C FinanceKit APIs for React Native.

## LinkKit 6.0.0-beta3 — 2024-05-24
### Requirements

Expand Down
10 changes: 5 additions & 5 deletions LinkKit.xcframework/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -25,32 +25,32 @@
<key>BinaryPath</key>
<string>LinkKit.framework/LinkKit</string>
<key>LibraryIdentifier</key>
<string>ios-arm64</string>
<string>ios-arm64_x86_64-simulator</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>
<dict>
<key>BinaryPath</key>
<string>LinkKit.framework/LinkKit</string>
<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.
Loading

0 comments on commit 21c53da

Please sign in to comment.