Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 480 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 480 Bytes

XcodeTheme

It's the Xcode Theme that I use in my blog.

Installing using Swift Package Manager

The easiest way to install this Xcode theme is to clone this repo and execute swift run:

$ git clone https://github.com/jihoonme/XcodeTheme.git
$ cd XcodeTheme
$ swift run install

Uninstalling using Swift Package Manager

$ cd XcodeTheme
$ swift run uninstall

License

xcodeTheme is under MIT license. See the LICENSE file for more info.