Skip to content

Releases: nesium/xcode-color-assets

0.7.0

18 Aug 08:36
df61605

Choose a tag to compare

Build universal binary

0.6.0

12 Sep 12:43

Choose a tag to compare

Allow colors to be generated and used in a Swift Package (via @youjinp)

0.5.0

12 Apr 16:51
1548d8f

Choose a tag to compare

Added -access flag to specify the access level for the generated code. Possible values are internal (default) and public.

0.4.0

31 Aug 07:38

Choose a tag to compare

Added a -mode flag to generate Swift code which either references the generated Asset Catalog (-mode asset-catalog) or uses dynamic colors instead (-mode dynamic-color).

0.3.2

29 Aug 06:13

Choose a tag to compare

Command output is now colored

0.3.1: Prevent swift_gen from touching identical file (#3)

22 Aug 05:03
9694fd4

Choose a tag to compare

  • Swift file is not touched if its contents haven't changed

0.3.0: Improved variables (#2)

21 Aug 08:37
ead55a5

Choose a tag to compare

  • variables can now have custom opacity
  • added support for single line comments

0.2.1

19 Aug 09:04

Choose a tag to compare

  • added support for RGBA values
  • added support for specifying a color space
  • existing asset catalogs are no longer overwritten by default

0.2.0

18 Aug 12:52

Choose a tag to compare

Improved error handling & added tests

0.1.0

15 Aug 16:52

Choose a tag to compare

added Swift code generator