You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: mac/uninstall.md
+8-1Lines changed: 8 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ If you have previously had Xamarin Studio installed on your machine, you may als
20
20
21
21
## Uninstall Script
22
22
23
-
You can uninstall Visual Studio and its associated components in one go by using the uninstall script, which is located [here](https://raw.githubusercontent.com/MicrosoftDocs/visualstudio-docs/tree/master/mac/resources/uninstall-vsmac.sh).
23
+
You can uninstall Visual Studio and its associated components in one go by using the uninstall script, which is located [here](https://raw.githubusercontent.com/MicrosoftDocs/visualstudio-docs/master/mac/resources/uninstall-vsmac.sh).
24
24
25
25
This uninstall script contains most of the commands that you will find in the article. There are two main omissions from the script and are not included due to possible external dependencies:
@@ -161,6 +162,12 @@ For older versions, you will need to manually remove the following:
161
162
* Delete the add-ins: `"~/Library/Application Support/XamarinStudio-6.0/LocalInstall/Addins/Xamarin.Interactive"` and `"~/Library/Application Support/XamarinStudio-6.0/LocalInstall/Addins/Xamarin.Inspector"`
162
163
* Delete Inspector and supporting files here: `/Library/Frameworks/Xamarin.Interactive.framework` and `/Library/Frameworks/Xamarin.Inspector.framework`
163
164
165
+
# Uninstall the Xamarin Profiler
166
+
167
+
```bash
168
+
sudo rm -rf "/Applications/Xamarin Profiler.app"
169
+
```
170
+
164
171
## Uninstall the Visual Studio Installer
165
172
166
173
Use the following commands to remove all traces of the Xamarin Universal Installer:
0 commit comments