Skip to content

Tuluobo/Xcode-Plugin-Template

 
 

Repository files navigation

Xcode Plugin Template

Basic template for creating a plugin for Xcode 6+.

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

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

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

About

Plugin base for Xcode 6+

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published