Skip to content

Commit

Permalink
ios: update LinkKit to 4.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
dtroupe-plaid committed Mar 20, 2024
1 parent 83137b4 commit 97b0900
Show file tree
Hide file tree
Showing 28 changed files with 2,131 additions and 1,739 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.7.3 — 2024-03-20
### Requirements

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

### Changes

- Stability improvements.

## LinkKit 4.7.2 — 2024-02-01
### Requirements

Expand Down
8 changes: 4 additions & 4 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,7 +17,7 @@
<key>SupportedPlatform</key>
<string>ios</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
<string>maccatalyst</string>
</dict>
<dict>
<key>LibraryIdentifier</key>
Expand All @@ -33,7 +33,7 @@
</dict>
<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 @@ -44,7 +44,7 @@
<key>SupportedPlatform</key>
<string>ios</string>
<key>SupportedPlatformVariant</key>
<string>maccatalyst</string>
<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.

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>
Z8qPzCkq/ufx0BVfuunOHtc+iEI=
cDyV7t5O52i8Io1JoivVg1sOYAM=
</data>
<key>Modules/LinkKit.swiftmodule/arm64-apple-ios.abi.json</key>
<data>
pAm0TksGOB62/ROhmggrVGRuWng=
SSWbNn0rVXG8w0F64iVWWossyWI=
</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>
LgmL1iXcazZ5FtrXqwRjjanBd14=
TvYI/rmDrOtia7mbjY/L/uq3WV8=
</data>
<key>Modules/module.modulemap</key>
<data>
Expand All @@ -54,7 +54,7 @@
</data>
<key>Threads_Threads.bundle/Info.plist</key>
<data>
pGn1O0Y7uVf6hIT3rh/yvzAHvDo=
Lz3DsjPwd+yp+ImaXDHlHdCyVE0=
</data>
</dict>
<key>files2</key>
Expand Down Expand Up @@ -91,7 +91,7 @@
<dict>
<key>hash2</key>
<data>
ygAOf7OgPRJ3o9/XBal8oq4qcxgQBIcBby1wYFS/2WA=
SSWf+XzViKGBTTEUFP8RrcL58Fe4JrwA3ot/jaB1wTk=
</data>
</dict>
<key>Modules/LinkKit.swiftmodule/arm64-apple-ios.private.swiftinterface</key>
Expand Down Expand Up @@ -119,7 +119,7 @@
<dict>
<key>hash2</key>
<data>
8c1wK4ljf2LnVX5Nl8n4+cNEM5P3xt5tzv+ge0V64ns=
KgPXhfo3KJqWLMouU9hBTWxiL/EfnhWelwkZcFhiOGE=
</data>
</dict>
<key>Modules/module.modulemap</key>
Expand All @@ -140,7 +140,7 @@
<dict>
<key>hash2</key>
<data>
Ltrfqqvt5El48Ypnwjma6Y+8gLbyULjlEXcoX+pvoHw=
UAL34MEsMwRXRd8qdg9L98V9yuVkOsrqolXCrwMEPjE=
</data>
</dict>
</dict>
Expand Down
Binary file not shown.
Loading

0 comments on commit 97b0900

Please sign in to comment.