Update Sources/XcodeGenKit/SourceGenerator.swift

Co-Authored-By: Yonas Kolb <yonaskolb@users.noreply.github.com>
This commit is contained in:
freddi(Yuki Aki) 2020-03-18 17:13:29 +09:00 committed by GitHub
parent da930999c7
commit a077f2da88
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -63,7 +63,7 @@ class SourceGenerator {
let absolutePath = project.basePath + path.normalize()
// Get local pakcage's relative path from generating project's root
// Get the local package's relative path from the project root
let fileReferencePath = try? absolutePath.relativePath(from: projectDirectory ?? project.basePath).string
let fileReference = addObject(