Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
DAVID Amaury committed Jan 19, 2019
2 parents 8387f43 + 4129ad8 commit 01ad3bd
Show file tree
Hide file tree
Showing 15 changed files with 108 additions and 723 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ Whether it is a web, iOS, Android or macOS project, **Swift for all** won't let

**Swift for all** currently only generates Swift code for your project's styleguide. Snippets are not available when selecting layers in a screen.

>Preliminary note: All following examples use UIKit. Please be aware that despite this, **Swift for all** supports macOS projects, hence AppKit.
When visualized in Zeplin, snippets use AppKit on osX projects and UIKit on others.
However, in exported files the import statement checks the compilation platform to use one or the other.

### Colors

All colors are defined in a struct in UIColor. By default the struct is named from the project but you can override it with the `Override color structure name` option.
Expand Down
4 changes: 4 additions & 0 deletions dist/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ Whether it is a web, iOS, Android or macOS project, **Swift for all** won't let

**Swift for all** currently only generates Swift code for your project's styleguide. Snippets are not available when selecting layers in a screen.

>Preliminary note: All following examples use UIKit. Please be aware that despite this, **Swift for all** supports macOS projects, hence AppKit.
When visualized in Zeplin, snippets use AppKit on osX projects and UIKit on others.
However, in exported files the import statement checks the compilation platform to use one or the other.

### Colors

All colors are defined in a struct in UIColor. By default the struct is named from the project but you can override it with the `Override color structure name` option.
Expand Down
1 change: 0 additions & 1 deletion dist/main.00c114cb.js

This file was deleted.

1 change: 0 additions & 1 deletion dist/main.1461e2d6.js

This file was deleted.

1 change: 0 additions & 1 deletion dist/main.1fba2032.js

This file was deleted.

1 change: 0 additions & 1 deletion dist/main.251680fc.js

This file was deleted.

1 change: 1 addition & 0 deletions dist/main.691e8a35.js

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion dist/main.83bbc3d5.js

This file was deleted.

1 change: 0 additions & 1 deletion dist/main.aff8af65.js

This file was deleted.

Loading

0 comments on commit 01ad3bd

Please sign in to comment.