Skip to content
This repository has been archived by the owner on Sep 6, 2018. It is now read-only.

Commit

Permalink
Some documentation changes due to removal of actool, and colors pal…
Browse files Browse the repository at this point in the history
…ettes support
  • Loading branch information
djbe committed Jun 8, 2017
1 parent 7697672 commit c052a05
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 1 addition & 3 deletions Documentation/Assets.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@

## Input

The assets parser accepts one (or more) asset catalogs, which it'll parse using the `actool` utility. For now it only parses `image set`s and folders.

Note: there is a bug in `actool` where it won't be able to parse a catalog if it contains certain types of assets, see [here](https://github.com/SwiftGen/SwiftGen/issues/228). The best solution (for now) is to split your asset catalog into multiple ones, and to run SwiftGen on the catalog(s) with supported types.
The assets parser accepts one (or more) asset catalogs, which it'll parse for `image set`s and folders.

## Output

Expand Down
1 change: 1 addition & 0 deletions Documentation/MigrationGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
#### Colors

- `enumName`: has been replaced by `param.enumName`, should provide default value.
- `colors`: replaced by the `palettes` array, each having a `name` and a `colors` property.
- For each `color`:
- `rgb` and `rgba`: can be composed from the other components.

Expand Down

0 comments on commit c052a05

Please sign in to comment.