platformName(conflatingDarwin:)
The platform name, i.e. the name clang uses to identify this target in its resource directory.
func platformName(conflatingDarwin: Bool = false) -> String?
Parameters
- conflatingDarwin
If true, all Darwin platforms will be identified as just
darwin
instead of by individual platform names. Defaults tofalse
.