Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Pedro Piñera committed Jul 14, 2020
1 parent 9d74c32 commit 8db14f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/TuistLoader/Loaders/GeneratorModelLoader.swift
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ extension GeneratorModelLoader {
// Xcode project file name
var xcodeProjPath: AbsolutePath = enrichedModel.xcodeProjPath
if let xcodeFileName = xcodeFileNameOverride(from: config, for: model) {
xcodeProjPath = enrichedModel.xcodeProjPath.parentDirectory.appending(component: xcodeFileName)
xcodeProjPath = enrichedModel.xcodeProjPath.parentDirectory.appending(component: "\(xcodeFileName).xcodeproj")
}
enrichedModel = enrichedModel.replacing(xcodeProjPath: xcodeProjPath)

Expand Down

0 comments on commit 8db14f9

Please sign in to comment.