Xcode Plugins That Can Be Super Handy
First at the foremost I think I should talk about the plugin manager that can be built (Yes, Built) because if you are not building on the same Xcode that you are planning to us...
First at the foremost I think I should talk about the plugin manager that can be built (Yes, Built) because if you are not building on the same Xcode that you are planning to use. Xcode is for sure going to throw fits. So here it is awesome package manager call Alcatraz
Plugin manager for Xcode:
Complete Article link : http://alokchoudhary.com/index.php/2014/09/29/installing-alcatraz-package-manager-in-xcode-for-plugins/
ACCodeSnippetRepositoryPlugin
https://github.com/acoomans/ACCodeSnippetRepositoryPlugin
ACCodeSnippetRepositoryPlugin is a Xcode plugin for seemless synchronization of snippets with a git repository. The snippets are synchronized as human-readable text (and not an obscure .codesnippet plist).
CocoaPods for Xcode
Manage your dependencies, with minimal command line hack-fu
Features
- Downloads and integrates CocoaPods listed in a project’s Podfile
- Creates podspecs from a template
- Shows command output in the window console
- Installs documentation (from CocoaDocs) for the CocoaPods used in the open Xcode workspace
- Supports using a custom path to your CocoaPods installation
- Supports
$GEM_HOMEexpansion,$GEM_PATHexpansion, andrvmenvironments
More on : https://github.com/kattrali/cocoapods-xcode-plugin
I will be updating this as and when I find more plugins useful.