Skip to content

Commit 13d8bc8

Browse files
committed
Update package for release
1 parent 8581878 commit 13d8bc8

5 files changed

Lines changed: 8 additions & 8 deletions

File tree

Package.swift

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@ let package = Package(
1212
targets: [
1313
.binaryTarget(
1414
name: "WalletCore",
15-
url: "https://github.com/dchatzieleftheriou-bc/wallet-core/releases/download/4.1.17-blockchain/WalletCore.xcframework.zip",
16-
checksum: "00"
15+
url: "https://github.com/dchatzieleftheriou-bc/wallet-core/releases/download/4.2.0-blockchain/WalletCore.xcframework.zip",
16+
checksum: "506eb452cc5fdd6d86d5db99985d4ccc15fb3500f0814aff249bce7b5de44e02"
1717
),
1818
.binaryTarget(
1919
name: "SwiftProtobuf",
20-
url: "https://github.com/dchatzieleftheriou-bc/wallet-core/releases/download/4.1.17-blockchain/SwiftProtobuf.xcframework.zip",
21-
checksum: "00"
20+
url: "https://github.com/dchatzieleftheriou-bc/wallet-core/releases/download/4.2.0-blockchain/SwiftProtobuf.xcframework.zip",
21+
checksum: "03295a99b844bde3ef7ff8d73184860a236da43b83a7cd352d6a4ed9646aeee5"
2222
)
2323
]
2424
)

docs/registry.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ This list is generated from [./registry.json](../registry.json)
131131
| 10004689 | IoTeX EVM | IOTX | <img src="https://raw.githubusercontent.com/trustwallet/assets/master/blockchains/iotexevm/info/logo.png" width="32" /> | <https://iotex.io/> |
132132
| 10007000 | NativeZetaChain | ZETA | <img src="https://raw.githubusercontent.com/trustwallet/assets/master/blockchains/zetachain/info/logo.png" width="32" /> | <https://www.zetachain.com/> |
133133
| 10007700 | NativeCanto | CANTO | <img src="https://raw.githubusercontent.com/trustwallet/assets/master/blockchains/nativecanto/info/logo.png" width="32" /> | <https://canto.io/> |
134-
| 10008217 | Kaia | KAIA | <img src="https://raw.githubusercontent.com/trustwallet/assets/master/blockchains/klaytn/info/logo.png" width="32" /> | <https://kaia.io> |
134+
| 10008217 | Kaia | KAIA | <img src="https://raw.githubusercontent.com/trustwallet/assets/master/blockchains/kaia/info/logo.png" width="32" /> | <https://kaia.io> |
135135
| 10009000 | Avalanche C-Chain | AVAX | <img src="https://raw.githubusercontent.com/trustwallet/assets/master/blockchains/avalanchec/info/logo.png" width="32" /> | <https://www.avalabs.org/> |
136136
| 10009001 | Evmos | EVMOS | <img src="https://raw.githubusercontent.com/trustwallet/assets/master/blockchains/evmos/info/logo.png" width="32" /> | <https://evmos.org/> |
137137
| 10042170 | Arbitrum Nova | ETH | <img src="https://raw.githubusercontent.com/trustwallet/assets/master/blockchains/arbitrumnova/info/logo.png" width="32" /> | <https://nova.arbitrum.io> |

swift/Podfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ SPEC CHECKSUMS:
1313

1414
PODFILE CHECKSUM: aac2324ba35cdd5631cb37618cd483887bab9cfd
1515

16-
COCOAPODS: 1.11.3
16+
COCOAPODS: 1.16.2

tools/ios-doc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ pushd swift
99
mkdir -p build && rm -rf build/*.doccarchive
1010

1111
export DOCC_JSON_PRETTYPRINT="YES"
12-
xcodebuild -workspace TrustWalletCore.xcworkspace -derivedDataPath build/docsData -scheme WalletCore -destination 'platform=iOS Simulator,name=iPhone 14' -parallelizeTargets docbuild | xcbeautify
12+
xcodebuild -workspace TrustWalletCore.xcworkspace -derivedDataPath build/docsData -scheme WalletCore -destination 'platform=iOS Simulator,name=iPhone 16' -parallelizeTargets docbuild | xcbeautify
1313

1414
pushd build
1515

tools/ios-test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ xcodegen && pod install
1111
xcodebuild -workspace TrustWalletCore.xcworkspace \
1212
-scheme WalletCore \
1313
-sdk iphonesimulator \
14-
-destination "platform=iOS Simulator,name=iPhone 15,OS=17.2" \
14+
-destination "platform=iOS Simulator,name=iPhone 16,OS=18.2" \
1515
test | xcbeautify
1616

1717
popd

0 commit comments

Comments
 (0)