Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow exporting to more outputs #28

Open
5 tasks
dylanslewis opened this issue Nov 26, 2017 · 1 comment
Open
5 tasks

Allow exporting to more outputs #28

dylanslewis opened this issue Nov 26, 2017 · 1 comment

Comments

@dylanslewis
Copy link
Owner

Whilst templating works well for single files to be exported, they are not a good fit for exporting to file formats that have lots of other information in the same file. Update stylesync to allow exporting to:

  • Sketch
  • Figma
  • InVision DSM
  • Xcode 9 assets catalogue
  • Lona

When combined with #23, this should allow much more flexibility in the use of stylesync.

@dylanslewis
Copy link
Owner Author

dylanslewis commented May 28, 2018

For Xcode 9 assets catalogue, a convenience file should also be exported, e.g.:

extension UIColor {
	public static let testColor = UIColor(named: "TestColor")!
}

This will allow you to reference the same colour in code as you do in IB. This will ned to be in the same location as the assets catalogue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant