Skip to content

Commit

Permalink
Merge pull request #96 from plaid/release/4.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
dtroupe-plaid authored and GitHub Enterprise committed Sep 29, 2023
2 parents 212bc59 + 76cb536 commit c1d7552
Show file tree
Hide file tree
Showing 31 changed files with 1,744 additions and 1,717 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# RELEASES

## LinkKit 4.6.3 — 2023-09-29
### Requirements

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

### Changes

- Add missing fields to PLKEventMetadata for objective-c support.

## LinkKit 4.6.2 — 2023-09-28
### Requirements

Expand Down
14 changes: 7 additions & 7 deletions LinkKit.xcframework/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<array>
<dict>
<key>LibraryIdentifier</key>
<string>ios-arm64_x86_64-simulator</string>
<string>ios-arm64_x86_64-maccatalyst</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>simulator</string>
<string>maccatalyst</string>
</dict>
<dict>
<key>LibraryIdentifier</key>
<string>ios-arm64_x86_64-maccatalyst</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>maccatalyst</string>
</dict>
<dict>
<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>
</array>
<key>CFBundlePackageType</key>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -516,6 +516,11 @@ static NSString *const kPLKDefaultErrorDomain = @"com.plaid.link";
@property(nonatomic, readonly, nullable, copy) NSString *institutionID;
@property(nonatomic, readonly, nullable, copy) NSString *institutionName;
@property(nonatomic, readonly, nullable, copy) NSString *institutionSearchQuery;
@property(nonatomic, readonly, nullable, copy) NSString *accountNumberMask;
@property(nonatomic, readonly, nullable, copy) NSString *isUpdateMode;
@property(nonatomic, readonly, nullable, copy) NSString *matchReason;
@property(nonatomic, readonly, nullable, copy) NSString *routingNumber;
@property(nonatomic, readonly, nullable, copy) NSString *selection;
@property(nonatomic, readonly, copy) NSString *linkSessionID;
@property(nonatomic, readonly) PLKMFAType mfaType;
@property(nonatomic, readonly, nullable, copy) NSString *requestID;
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.

Loading

0 comments on commit c1d7552

Please sign in to comment.