Skip to content

Commit ddac17e

Browse files
author
Louis Qian
committed
feat: add pkg title "Swiftly"
1 parent bd68843 commit ddac17e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tools/build-swiftly-release/BuildSwiftlyRelease.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -451,7 +451,7 @@ struct BuildSwiftlyRelease: AsyncParsableCommand {
451451
try runProgram("productbuild", "--synthesize", "--package", pkgFile.path, distFile.path)
452452

453453
var distFileContents = try String(contentsOf: distFile, encoding: .utf8)
454-
distFileContents = distFileContents.replacingOccurrences(of: "<choices-outline>", with: "<domains enable_anywhere=\"false\" enable_currentUserHome=\"true\" enable_localSystem=\"false\"/><choices-outline>")
454+
distFileContents = distFileContents.replacingOccurrences(of: "<choices-outline>", with: "<title>Swiftly</title><domains enable_anywhere=\"false\" enable_currentUserHome=\"true\" enable_localSystem=\"false\"/><choices-outline>")
455455
try distFileContents.write(to: distFile, atomically: true, encoding: .utf8)
456456

457457
if let cert = cert {

0 commit comments

Comments
 (0)