code formater

This commit is contained in:
Yonas Kolb 2017-12-27 19:32:09 +08:00
parent 1bebfaaddf
commit 64d635096b
2 changed files with 3 additions and 5 deletions

View File

@ -1,9 +1,9 @@
import Foundation
import xcproj
import JSONUtilities
import PathKit
import ProjectSpec
import xcproj
import Yams
import JSONUtilities
extension ProjectSpec {

View File

@ -1,6 +1,6 @@
import Foundation
import ProjectSpec
import PathKit
import ProjectSpec
import xcproj
struct SourceFile {
@ -61,8 +61,6 @@ class SourceGenerator {
settings["COMPILER_FLAGS"] = targetSource.compilerFlags.joined(separator: " ")
}
// TODO: add the target name to the reference generator string so shared files don't have same reference
// (that will be escaped by appending a number)
let buildFile = PBXBuildFile(
reference: referenceGenerator.generate(PBXBuildFile.self, fileReference + targetName),
fileRef: fileReference,