Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/calimarkus/JDPluginManager

[Xcode] An Xcode PluginManager - simplifies installing, updating and deleting
https://github.com/calimarkus/JDPluginManager

Last synced: 3 months ago
JSON representation

[Xcode] An Xcode PluginManager - simplifies installing, updating and deleting

Awesome Lists containing this project

README

        

# JDPluginManager

## Overview

Are you using a lot of XCode Plugins?
This plugin makes it easy to install, update and remove them. It adds a new MenuItem `Plugins` in the Menu Bar of Xcode, as you can see in the screenshots.

**Key Features:**

- Install plugins easily by just entering a git repository url
- One-click updates (for plugins installed with JDPluginManager)
- Uninstall plugins

**Screenshots:**

![Screenshot](assets/screenshot1.png "Menu Screenshot")
![Screenshot](assets/screenshot2.png "Uninstall Screenshot")
![Screenshot](assets/screenshot3.png "Installation Screenshot")

## Installation

Simply build this Xcode project once and restart Xcode. You can delete the project afterwards. (The plugin will be copied to your system automatically after the build.)

If you get a "Permission Denied" error while building, please see [this issue](https://github.com/omz/ColorSense-for-Xcode/issues/1) of the great [ColorSense plugin](https://github.com/omz/ColorSense-for-Xcode/).

## Uninstall

In Xcode, go to *Plugins > JDPluginManager > Uninstall* and restart Xcode afterwards.