mirror of
https://github.com/yonaskolb/XcodeGen.git
synced 2026-03-18 20:02:25 +00:00
improve scope
This commit is contained in:
@@ -188,7 +188,7 @@ class SourceGenerator {
|
||||
return variantGroup
|
||||
}
|
||||
|
||||
func getSourceExcludes(targetSource: TargetSource) -> [Path] {
|
||||
private func getSourceExcludes(targetSource: TargetSource) -> [Path] {
|
||||
let rootSourcePath = spec.basePath + targetSource.path
|
||||
|
||||
return targetSource.excludes.map {
|
||||
|
||||
Reference in New Issue
Block a user