Skip to content

Commit

Permalink
[#495] Fix removal script
Browse files Browse the repository at this point in the history
  • Loading branch information
blyscuit committed Oct 4, 2023
1 parent 87b99d8 commit a7b948a
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,8 @@ class SetUpIOSProject {
fileManager.removeItems(in: "Workspace.swift")

print("Remove script files and git/index")
fileManager.removeItems(in: ".github/workflows/test_install_script.yml")
fileManager.removeItems(in: ".github/workflows/test_uikit_install_script.yml")
fileManager.removeItems(in: ".github/workflows/test_swiftui_install_script.yml")
fileManager.removeItems(in: ".git/index")
try safeShell("git reset")
}
Expand Down

0 comments on commit a7b948a

Please sign in to comment.