aboutsummaryrefslogtreecommitdiff
path: root/docs/markdown/snippets/swift-module-name.md
AgeCommit message (Collapse)AuthorFilesLines
8 daysAdd swift_module_name target argumentKatalin Rebhan1-0/+9
Allows explicitly setting the Swift module name. By default, this is set to the target name, which we might want to change for various reasons, for example when it isn't a valid module name, or when building two targets with the same module name (e.g. a host and native variant).