Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 4 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,18 @@ Create Color and Font Swatches and Export to iOS, Android and Windows

Big thanks to jimrutherford/UIColor-Category-Generator for the initial push.

I've adapted the code to include Android + Windows and iOS platform.
Ive adapted the code to include Android + Windows and iOS platform.

#For iOS it generates the following
# For iOS it generates the following
UIColor+Sketch.h<br>
UIColor+Sketch.m<br>
UIFont+Sketch.h<br>
UIFont+Sketch.m<br>

#For Android
# For Android
Colors.xml<br>
Fonts.xml<br>

#For Windows
# For Windows
Colors.xaml<br>
Fonts.xaml<br>