Skip to content

Conversation

louisunlimited
Copy link
Contributor

@louisunlimited louisunlimited commented Mar 31, 2025

Screenshot 2025-03-30 at 23 41 11


var distFileContents = try String(contentsOf: distFile, encoding: .utf8)
distFileContents = distFileContents.replacingOccurrences(of: "<choices-outline>", with: "<domains enable_anywhere=\"false\" enable_currentUserHome=\"true\" enable_localSystem=\"false\"/><choices-outline>")
distFileContents = distFileContents.replacingOccurrences(of: "<choices-outline>", with: "<title>Swiftly</title><domains enable_anywhere=\"false\" enable_currentUserHome=\"true\" enable_localSystem=\"false\"/><choices-outline>")
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

suggestion: Change this to swiftly with the lower-case 's' letter to match the convention used in documentation.

@cmcgee1024
Copy link
Member

Thank you for your contribution. I have posted a suggested change.

@louisunlimited louisunlimited changed the title Add pkg title as "Swiftly" Add pkg title as "swiftly" Mar 31, 2025
@louisunlimited
Copy link
Contributor Author

Hi @cmcgee1024 ! I have made the changes, let me know if you need anything else!

@cmcgee1024
Copy link
Member

I tested this out and it looks good. Thank you @louisunlimited for your contribution.

@cmcgee1024 cmcgee1024 merged commit 2cedc32 into swiftlang:main Apr 8, 2025
18 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Package name is <none> in macOS installer

2 participants