Skip to content

Commit 5bb938d

Browse files
committed
Update package for release 2
1 parent 40071cb commit 5bb938d

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

Package.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
)

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 Pro' -parallelizeTargets docbuild | xcbeautify
1313

1414
pushd build
1515

0 commit comments

Comments
 (0)