Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/calimarkus/JDPluginManager
- Owner: calimarkus
- Archived: true
- Created: 2013-02-03T22:09:07.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2016-12-21T20:10:20.000Z (almost 8 years ago)
- Last Synced: 2024-06-21T08:34:34.174Z (5 months ago)
- Language: Objective-C
- Homepage:
- Size: 1.04 MB
- Stars: 160
- Watchers: 10
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.