Skip to content

Commit

Permalink
[#495] Fix interface script
Browse files Browse the repository at this point in the history
  • Loading branch information
blyscuit committed Oct 4, 2023
1 parent a5dd60b commit 87b99d8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ struct SetUpInterface {
let folderName = interface.folderName

fileManager.moveFiles(in: "tuist/Interfaces/\(folderName)/Project", to: "")
fileManager.moveFiles(in: "tuist/Interfaces/\(folderName)/Sources", to: "TemplateApp/Sources")
fileManager.moveFiles(in: "tuist/Interfaces/\(folderName)/Sources", to: "\(projectName)/Sources")
fileManager.removeItems(in: "tuist/Interfaces")
}
}

0 comments on commit 87b99d8

Please sign in to comment.