• This repository has been archived on 27/Jan/2020
  • Stars
    star
    920
  • Rank 49,655 (Top 1.0 %)
  • Language
  • License
    Other
  • Created about 11 years ago
  • Updated almost 7 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

[deprecated] Plugin base for Xcode 6 and 7

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

  • 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

More Repositories

1

cocoapods-xcode-plugin

[deprecated] Dependency management helper for your CocoaPods, right in Xcode 6 and 7
Objective-C
2,328
star
2

deriveddata-exterminator

A magic button in Xcode to exterminate the current project's DerivedData directories
Objective-C
592
star
3

rust-mac-app-examples

Examples of and templates for running Rust in Cocoa apps on the Mac
Rust
262
star
4

xcpretty-travis-formatter

xcpretty custom formatter for TravisCI
Ruby
59
star
5

clamshell

A tidy Cocoa documentation viewer
Objective-C
45
star
6

ovaltine

The chocolatey treat which makes your Cocoa UI code clean!
Ruby
43
star
7

webkitten

A command-driven web browser toolkit inspired by luakit and Vim.
Rust
40
star
8

xcode-devtools

Some scripts helpful for xcode plugin development
Ruby
33
star
9

redcar-rubymotion

RubyMotion workflow support in Redcar Editor
Ruby
32
star
10

weemoji

Weechat plugin to replace emoji in the 'colon' format with unicode equivalents! ๐Ÿ‘
Python
29
star
11

docstat

Documentation metrics generator for Cocoa libraries
Ruby
22
star
12

cocoadex

CLI for Cocoa Documentation Reference
Ruby
21
star
13

regexpress

CLI Go regular expression tester
Go
19
star
14

SimpleSyncService

A simple, customizable service for updating Core Data models
Objective-C
14
star
15

unity-native-plugin-example

An example of a native Unity plugin, wrapping a C library in a C# interface
C
7
star
16

thyme

Command-line interface implementation of Sage Solitaire
Rust
6
star
17

dotfiles

system configuration and initialization files
Vim Script
5
star
18

tracker-keeper

View your assigned pivotal tracker stories with minimalism
Ruby
4
star
19

pbhistory

List text items on the OS X pasteboard
Swift
3
star