Xcode extension which allows you copying the code with special formatting quotes for social (Slack, Telegram).
- Check that Xcode version greater or equal than 8.0.
- If you are using OS X 10.11, running
sudo /usr/libexec/xpccachectl
and rebooting are required for using Xcode Extension. - Clone this repository.
- Open
Shared.xcodeproj
via Xcode. - Configure signing with your own developer ID.
- Quit Xcode.
- Open a terminal, change to the directory where you cloned and run
xcodebuild -scheme XShared install DSTROOT=~
to compile the extension. - Run
~/Applications/Shared.app
and quit. - Go to System Preferences -> Extensions -> Xcode Source Editor and enable the extension.
- Done.