File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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)
Original file line number Diff line number Diff 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 > |
Original file line number Diff line number Diff line change @@ -13,4 +13,4 @@ SPEC CHECKSUMS:
1313
1414PODFILE CHECKSUM: aac2324ba35cdd5631cb37618cd483887bab9cfd
1515
16- COCOAPODS: 1.11.3
16+ COCOAPODS: 1.16.2
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ pushd swift
99mkdir -p build && rm -rf build/* .doccarchive
1010
1111export 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
1414pushd build
1515
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ xcodegen && pod install
1111xcodebuild -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
1717popd
You can’t perform that action at this time.
0 commit comments