File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,12 +13,12 @@ let package = Package(
1313 . binaryTarget(
1414 name: " WalletCore " ,
1515 url: " https://github.com/dchatzieleftheriou-bc/wallet-core/releases/download/4.1.17-blockchain/WalletCore.xcframework.zip " ,
16- checksum: " 00 "
16+ checksum: " bdc7511a99fffe4a399734b14091c0a3b8df1a1b8cd0ce98511b82f156429d0a "
1717 ) ,
1818 . binaryTarget(
1919 name: " SwiftProtobuf " ,
2020 url: " https://github.com/dchatzieleftheriou-bc/wallet-core/releases/download/4.1.17-blockchain/SwiftProtobuf.xcframework.zip " ,
21- checksum: " 00 "
21+ checksum: " 4def09c2817f892ecde1438de723c0a30707966111318fee210e8127f7a3c2c9 "
2222 )
2323 ]
2424)
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 Pro ' -parallelizeTargets docbuild | xcbeautify
1313
1414pushd build
1515
You can’t perform that action at this time.
0 commit comments