Galeas / CocoaPodUI

XCode plugin that implements CocoaPods GUI.
578 stars 58 forks source link

The project support is stopped due to incompatibility of Xcode 8+ with "classic" plugins.

CocoaPodUI

Xcode plugin that implements CocoaPods GUI.

Installation Guide

Open and build CocoaPodUI project, it will be installed automatically.

Uninstall

Just remove CocoaPodUI.xcplugin from ~/Library/Application Support/Developer/Shared/Xcode/Plug-ins

Version History

Special thanks to kodlian (JMModalOverlay)

Adding support for new builds of XCode

Add the build UUIDs for the versions of Xcode you wish to support to DVTPlugInCompatibilityUUIDs in CocoaPodUI-Info.plist. This UUID can be found by running command in Terminal:

defaults read /Applications/Xcode.app/Contents/Info DVTPlugInCompatibilityUUID

See template project at https://github.com/kattrali/Xcode-Plugin-Template