mirror of
https://github.com/yonaskolb/XcodeGen.git
synced 2026-03-18 20:02:25 +00:00
Fix review suggestions
This commit is contained in:
@@ -58,7 +58,7 @@ class GenerateCommand: Command {
|
||||
|
||||
// load project spec
|
||||
do {
|
||||
project = try specLoader.loadProject(path: projectSpecPath)
|
||||
project = try specLoader.loadProject(path: projectSpecPath, variables: ProcessInfo.processInfo.environment)
|
||||
info("Loaded project:\n \(project.debugDescription.replacingOccurrences(of: "\n", with: "\n "))")
|
||||
} catch {
|
||||
throw GenerationError.projectSpecParsingError(error)
|
||||
|
||||
Reference in New Issue
Block a user