CoPilot is an Xcode plugin that allows collaborative editing over the network.
Please see the CoPilot Homepage for further details.
CoPilot has been tested on Xcode 6.3.2, 6.4, and 7.x. It should also run on other versions of Xcode but you may have to add its UUID to Info.plist.
CoPilot can be installed via by running the following command in the terminal:
curl -fsSL https://raw.githubusercontent.com/feinstruktur/CoPilot/master/Misc/install.sh | sh
Astute readers will recognise a striking similariry to Alcatraz' way of installing :) Until Alcatraz allows for binary installs this is the easiest way to get up and running. Yes, it's not great to pipe a URL into sh
so please review install.sh
or download and run it manually.
git clone git@github.com:feinstruktur/CoPilot.git
cd CoPilot
git submodule update --init --recursive