We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80297a5 commit 339b2eaCopy full SHA for 339b2ea
Sources/build/main.swift
@@ -54,7 +54,7 @@ for type in types {
54
55
try cd(".build") {
56
let zip = "\(framework)-\(type).xcframework.zip"
57
- try sh("zip -r \(zip) \(framework).xcframework")
+ try sh("zip --symlinks -r \(zip) \(framework).xcframework")
58
let chksum = try sha(path: zip)
59
checksums.append((file: zip, value: chksum))
60
}
0 commit comments