/SyntaxMateDemo

Demo project for XPC service https://github.com/textmate/textmate/tree/master/Applications/SyntaxMate

Primary LanguageObjective-C

Building

Prerequisites

  1. Xcode 8
  2. ~/Projects/textmate

Bootstrap

First, build the XPC Service:

cd ~/Projects/textmate
git fetch origin master && git checkout master && git pull
./configure && ninja SyntaxMate
open ~/build/TextMate/Applications/SyntaxMate/

Next, open SyntaxMateDemo.xcodeproj, Build and Run.