-
Notifications
You must be signed in to change notification settings - Fork 284
Add option to remove installed Command Line Tools #338
Comments
I think that's a good feature request, I'd like to see a menu item under the This app is mostly Obj-C and Swift, so you're welcome to take a stab at trying yourself too. |
I have never worked on a Mac app before but I will check if I can achieve something ;) |
moved creation of CLIToolInstallationController to init of CPHomeWindowController (was in windowDidLoad)
Since this isn't in the app yet, is there a way to manually remove the command line tools? I installed them but need them removed now, and I do not know how to do this. EDIT: I found out how to do this. Do "which pod" and then navigate to that directory. Then, remove "pod" Not entirely sure if the app installs other executables however, this should be checked |
nope, that's it |
finally got some time to finish my pull request #344 while watching EURO 2016 finale ⚽ 😃 |
💯 🎉 |
Added option to remove Command-Line Tool again (#338)
I'm currently using RVM to switch between different Cocoapods versions. And I like my
(default)
gemset to not have any Cocoapods version installed. Its just to make sure that I don't accidentally use the wrong CP version in our projects without choosing the correct gemset.But after installing the App's command line tools, my
(default)
gemset now always has CP 1.0. I tried to uninstall the gems usinggem uninstall
, but it didn't work. It was also not showing up ingem list
. Was also not showing up inglobal
gemset. I was a bit confused until I realized that it must come from the CP App command line tools. Took me a while to figure this out :/How do I remove the installed command line tools again?
I installed the tools in the first place because I thought the App needs those in order to work. It wasn't clear to me that it doesn't.
The text was updated successfully, but these errors were encountered: