Skip to content

Commit 6e05e62

Browse files
committed
Pre-release 0.24.76
1 parent 71b6720 commit 6e05e62

File tree

2 files changed

+6
-58
lines changed

2 files changed

+6
-58
lines changed

Script/next-version.sh

Lines changed: 0 additions & 57 deletions
This file was deleted.

Script/uninstall-app.sh

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,10 @@ rm -f ~/Library/Preferences/com.github.CopilotForXcode.ExtensionService.plist
2626
rm -f ~/Library/Preferences/dev.com.github.CopilotForXcode.plist
2727
rm -f ~/Library/Preferences/dev.com.github.CopilotForXcode.ExtensionService.plist
2828

29-
echo 'Finished'
29+
defaults delete com.github.CopilotForXcode
30+
defaults delete dev.com.github.CopilotForXcode
31+
defaults delete VEKTX9H2N7.group.com.github.CopilotForXcode.prefs
32+
defaults delete VEKTX9H2N7.group.dev.com.github.CopilotForXcode.prefs
33+
34+
echo 'Finished uninstalling Copilot for Xcode'
3035

0 commit comments

Comments
 (0)