Skip to content

Commit

Permalink
Attempt to compute the checksums
Browse files Browse the repository at this point in the history
  • Loading branch information
N-Holzschuch committed Mar 23, 2024
1 parent 63d7f50 commit cb41911
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions xcfs/Sources/build/main.swift
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ for scheme in schemes {
try cd(".build") {
let zip = "\(scheme).xcframework.zip"
try sh("zip --symlinks -r \(zip) \(scheme).xcframework")
// let chksum = try sha(path: zip)
// checksums.append([zip, chksum])
let chksum = try sha(path: zip)
checksums.append([zip, chksum])
}
}

Expand Down

0 comments on commit cb41911

Please sign in to comment.