We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63d7f50 commit cb41911Copy full SHA for cb41911
xcfs/Sources/build/main.swift
@@ -45,8 +45,8 @@ for scheme in schemes {
45
try cd(".build") {
46
let zip = "\(scheme).xcframework.zip"
47
try sh("zip --symlinks -r \(zip) \(scheme).xcframework")
48
- // let chksum = try sha(path: zip)
49
- // checksums.append([zip, chksum])
+ let chksum = try sha(path: zip)
+ checksums.append([zip, chksum])
50
}
51
52
0 commit comments