Skip to content

Commit 1dedc20

Browse files
fix(rename-group): when the path isn't relative to group
1 parent 4552067 commit 1dedc20

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Sources/XcodeProjectCLI/Core/ProjectGroups.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ final class ProjectGroups {
4848
throw CLIError.groupNotFoundInProject(groupPath)
4949
}
5050

51+
group.sourceTree = .group
5152
group.name = newName
5253
group.path = newName
5354
}

0 commit comments

Comments
 (0)