Some quick scripts to backup/disable, re-enable, or list all your Xcode plugins. Particularly useful when switching between stable and beta releases.
These scripts will store your plugins in / restore them from the directory specified in the environment variable XCODE_PLUGIN_STORAGE_DIR
. If that is not set, they will default to $HOME/xcode_plugins
(and let you know).
This copies all plugins from your XCODE_PLUGIN_STORAGE_DIR
(see Configuration, above) to Xcode's plugins directory.
It refuses to run if Xcode is running.
This makes a backup copy of all enabled Xcode plugins into your XCODE_PLUGIN_STORAGE_DIR
(without removing anything already in XCODE_PLUGIN_STORAGE_DIR
). It then removes all enabled Xcode plugins.
It refuses to run if Xcode is running.
Does pretty much exactly what you'd expect.