Giter VIP home page Giter VIP logo

logos-xcode's Introduction

Logos-Xcode

Logos Syntax Highlight in Xcode

Logos-Xcode brings Logos Syntax Hightlight to Xcode (tested on 9.4).

How To Install

0 - You should make a backup of the folder /Applications/Xcode.app/Contents/SharedFrameworks/DVTFoundation.framework/Versions/A/Resources
1 - Clone this repo git clone https://github.com/pr0crustes/Logos-Xcode to any place you want.
2 - Cd to the folder with cd Logos-Xcode.
3 - Assert that Xcode is completed terminated.
4 - To create Logos.xclangspec, run python(3) xclangspec_generator.py.
5 - Run chmod +x install.sh, in order to give execution rights.
6 - Run sudo ./install.sh, to run the installation script.
7 - The script should explain itself, just follow the instructions.

Explaining Why It Needs Root

To be honest, I hate when a script can only be run as root (security reasons), but in this case that's needed for writing to /Applications/Xcode.app/Contents/SharedFrameworks/DVTFoundation.framework/Versions/A/Resources.
You do not need to trust my word, since all the code is open source and I suggest everyone to read.

Images

SS showing autocompletion0 SS showing autocompletion1 SS showing autocompletion2 SS showing autocompletion3 SS showing autocompletion1

Disclaimer

This code is provided as it is, without any warranty.
READ all the code before using it, since I am not responsible if it eventually breaks any future xcode version.

Based on the work of: (See Fork)

  • Tiago Bastos (Fork)
  • Alex Karahalios (Install Script)
  • Bret Victor (Syntax file)
  • Graham Henstridge (Syntax file)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.