Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/NSHipster/ibcolortool

List all colors in Storyboards and XIB files
https://github.com/NSHipster/ibcolortool

command-line ios macos storyboards xib-files

Last synced: 3 months ago
JSON representation

List all colors in Storyboards and XIB files

Awesome Lists containing this project

README

        

# ibcolortool

Lists all of the colors used in Storyboards and XIB files.

## Usage

```terminal
$ ibcolortool path/to/View.xib path/to/Scene.storyboard
UIColor(red: 1.0, green: 0.5763723, blue: 0.0, alpha: 1.0)
UIColor(white: 0.0, alpha: 1.0)
UIColor(named: "Living Coral")
UIColor.groupTableViewBackgroundColor
```

## Requirements

- Xcode 11+
- Swift 5.1+

## Installation

### Homebrew

Run the following command to install using [homebrew](https://brew.sh/):

```terminal
$ brew install nshipster/formulae/ibcolortool
```

### Manually

Run the following commands to build and install manually:

```terminal
$ git clone https://github.com/NSHipster/ibcolortool.git
$ cd ibcolortool
$ make install
```

## License

MIT

## Contact

Mattt ([@mattt](https://twitter.com/mattt))