RedMadRobot / figma-export

Command line utility to export colors, typography, icons and images from Figma to Xcode / Android Studio project
MIT License
732 stars 115 forks source link

Add support for several xcassets and Figma frames #4

Closed subdan closed 4 years ago

subdan commented 4 years ago

Today extension has its own xcassets file. I would like to be able to specify a frame → xcassets pair (which frame to export to which xcassets). Example:

ios:
  - xcassetsPath: "/Users/d.subbotin/app_name/Resources/Assets.xcassets"
    images:
      frameName: Illustrations
      assetsFolder: Illustrations
  - xcassetsPath: "/Users/d.subbotin/app_name/Widget/Resources/Assets.xcassets"
    images:
      frameName: Illustrations_widget
      assetsFolder: Illustrations
subdan commented 4 years ago

Closed this issue because:

  1. Today widget deprecated
  2. You can use second yaml config file for Today extension / watchOS app