Home

Awesome

Xcode Plugin Template

project deprecated

This project is deprecated in favor of Editor Extensions support in Xcode 8+.

Basic template for creating a plugin for Xcode 6 and 7.

Installation

Usage

The default plugin file links against AppKit and Foundation, and, when built (and Xcode is restarted), creates a menu item labeled "Do Action" in the Edit menu. Pressing the menu item should open an alert. Customize at will!

Note: Compiling the template with Swift requires Xcode 6.1 or greater.

Notes