We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e361921 commit 3116671Copy full SHA for 3116671
ReleaseTooling/Sources/ZipBuilder/main.swift
@@ -264,7 +264,7 @@ struct ZipBuilderTool: ParsableCommand {
264
inProjectDir: projectDir,
265
minimumIOSVersion: minimumIOSVersion,
266
includeDependencies: buildDependencies)
267
- let staging = FileManager.default.temporaryDirectory(withName: "staging")
+ let staging = FileManager.default.temporaryDirectory(withName: "Binaries")
268
try builder.copyFrameworks(fromPods: Array(installedPods.keys), toDirectory: staging,
269
frameworkLocations: frameworks)
270
let zipped = Zip.zipContents(ofDir: staging, name: "Frameworks.zip")
0 commit comments