Skip to content

Commit

Permalink
Merge pull request #120 from plaid/release/5.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dtroupe-plaid authored and GitHub Enterprise committed Apr 16, 2024
2 parents 7ce333d + 15a4c49 commit 9836068
Show file tree
Hide file tree
Showing 28 changed files with 3,806 additions and 3,759 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 5.4.2 — 2024-04-15
### Requirements

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

### Changes

- Make Link background a transparent gradient.

## LinkKit 5.4.1 — 2024-04-12
### Requirements

Expand Down
18 changes: 9 additions & 9 deletions LinkKit.xcframework/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -8,21 +8,24 @@
<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>
<string>LinkKit.framework/Versions/A/LinkKit</string>
<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 @@ -33,24 +36,21 @@
<key>SupportedPlatform</key>
<string>ios</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
<string>maccatalyst</string>
</dict>
<dict>
<key>BinaryPath</key>
<string>LinkKit.framework/Versions/A/LinkKit</string>
<string>LinkKit.framework/LinkKit</string>
<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>
</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.

Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@
</data>
<key>Info.plist</key>
<data>
QKqYT57F8n+O0yDuM1+Et0BOb5Q=
ViwwbWdQVshtI3raJBwz9QRoFco=
</data>
<key>Modules/LinkKit.swiftmodule/arm64-apple-ios.abi.json</key>
<data>
951rAPYzNLx/HUaGcZioPTmCqK4=
Sc8qoasjegGbkUuAnByTnPLVeRI=
</data>
<key>Modules/LinkKit.swiftmodule/arm64-apple-ios.private.swiftinterface</key>
<data>
Expand All @@ -42,7 +42,7 @@
</data>
<key>Modules/LinkKit.swiftmodule/arm64-apple-ios.swiftmodule</key>
<data>
EmzAtlJd/y4zLyNg/PL18eAg9V8=
AN91SqWqzSeMdHFG7r9RPKluEQk=
</data>
<key>Modules/module.modulemap</key>
<data>
Expand All @@ -58,7 +58,7 @@
</data>
<key>Threads_Threads.bundle/Info.plist</key>
<data>
UFrVs0nb2sj5lkMQKOxwc+Q63ek=
kLR4T5a//ts9QhjZ4x/WnmAE3sk=
</data>
</dict>
<key>files2</key>
Expand Down Expand Up @@ -95,7 +95,7 @@
<dict>
<key>hash2</key>
<data>
j3KY3I0NUb5fhhpZa5XxK/Zz8/n1Zb460u51Y07aohg=
xyNBAZ62cqbmDGIrStOHrZTgy4tthvAdYUNNPpcgNGs=
</data>
</dict>
<key>Modules/LinkKit.swiftmodule/arm64-apple-ios.private.swiftinterface</key>
Expand Down Expand Up @@ -123,7 +123,7 @@
<dict>
<key>hash2</key>
<data>
fnaqsd/QknkcdobOCyWl19D4THObqv4w4XammTnpOTE=
kVlLqG/H/tQMt+nGUEJT0ekvIu7fe9QQ2Dcq8cZagzg=
</data>
</dict>
<key>Modules/module.modulemap</key>
Expand Down Expand Up @@ -151,7 +151,7 @@
<dict>
<key>hash2</key>
<data>
FPx+xmUAP0f2JZk3ywJfnlvWWdSMrnY1EidR2j9d2Ps=
Vkxnc/NiwpPJDEh7Aue9cgGxEs7yu7eNPtNpJS5qbb0=
</data>
</dict>
</dict>
Expand Down
Binary file not shown.

Large diffs are not rendered by default.

Binary file not shown.

Large diffs are not rendered by default.

Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>5.4.1</string>
<string>5.4.2</string>
<key>CFBundleSupportedPlatforms</key>
<array>
<string>MacOSX</string>
</array>
<key>CFBundleVersion</key>
<string>3033.16</string>
<string>3041.2</string>
<key>DTCompiler</key>
<string>com.apple.compilers.llvm.clang.1_0</string>
<key>DTPlatformBuild</key>
Expand All @@ -45,11 +45,11 @@
<key>NSHumanReadableCopyright</key>
<string>Copyright © 2016–2021 Plaid Inc. All rights reserved.</string>
<key>SCMBuildBranch</key>
<string>PR-3033</string>
<string>PR-3041</string>
<key>SCMBuildNumber</key>
<string>16</string>
<string>2</string>
<key>SCMBuildRevision</key>
<string>d06de6c0abdc7a4d00545f5ec55e5e45477d6787</string>
<string>a1b2bc5817cf7e4a398be4e18ee217d8966ad659</string>
<key>UIDeviceFamily</key>
<array>
<integer>2</integer>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<string>MacOSX</string>
</array>
<key>CFBundleVersion</key>
<string>3033.16</string>
<string>3041.2</string>
<key>DTCompiler</key>
<string>com.apple.compilers.llvm.clang.1_0</string>
<key>DTPlatformBuild</key>
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<dict>
<key>Resources/Info.plist</key>
<data>
nAI5y03V0gIkVOnCoEnEalnFjl0=
p5fta8fEJorIiW0g+6qHPqcEnW0=
</data>
<key>Resources/PrivacyInfo.xcprivacy</key>
<data>
Expand Down Expand Up @@ -47,7 +47,7 @@
<dict>
<key>hash2</key>
<data>
S78CfGLPIvc902Qfbs/OTkmppMlvLs5iohqg2SGl53E=
TkotV3eKNX/0N1oCELAChWOeHmuZ9vqVXsDWV6Jl5ys=
</data>
</dict>
<key>Modules/LinkKit.swiftmodule/arm64-apple-ios-macabi.private.swiftinterface</key>
Expand Down Expand Up @@ -75,14 +75,14 @@
<dict>
<key>hash2</key>
<data>
42PHlYFl6CveMZ2cR2O0eCyXLdiGvV9Kt7BOKE7E38c=
eWjf2Ptr+/HrdXxF8/59UtpkGlj9UshZ5XgmSetOiyQ=
</data>
</dict>
<key>Modules/LinkKit.swiftmodule/x86_64-apple-ios-macabi.abi.json</key>
<dict>
<key>hash2</key>
<data>
S78CfGLPIvc902Qfbs/OTkmppMlvLs5iohqg2SGl53E=
TkotV3eKNX/0N1oCELAChWOeHmuZ9vqVXsDWV6Jl5ys=
</data>
</dict>
<key>Modules/LinkKit.swiftmodule/x86_64-apple-ios-macabi.private.swiftinterface</key>
Expand Down Expand Up @@ -110,7 +110,7 @@
<dict>
<key>hash2</key>
<data>
nFEuLIi1PZ1B3XHc3bzG0GDeisUMp3/k/L3jxO+Uy3M=
hzXgD2H4ShPkYIecZMqsXnOzmBvanpxi8e3+c5zPivU=
</data>
</dict>
<key>Modules/module.modulemap</key>
Expand All @@ -124,7 +124,7 @@
<dict>
<key>hash2</key>
<data>
qH8BlPzm9/HGXrVFDJ7m6hVkEJJEvYT+hRF6firV14k=
Hk73PcKeRjhbJ+USngXaOvOiZv64b0bqNjH13Srf89Q=
</data>
</dict>
<key>Resources/PrivacyInfo.xcprivacy</key>
Expand Down
Binary file not shown.
Binary file not shown.
Loading

0 comments on commit 9836068

Please sign in to comment.