ios config - exporting to multiple targets #143
Replies: 5 comments 1 reply
-
Hi. Could you explain why do you need to export color styles to the two targets? You can create a separate target (Dynamic Framework) and export color styles to this target. Then, connect this target to the your targets. |
Beta Was this translation helpful? Give feedback.
-
Hmm, that is solution I haven't considered. I was just wondering if that's doable out of the box. It's mild inconvenience and not really high priority since I can just manually mark check exported files to other targets :) I'll also explore the dynamic framework solution. Thanks |
Beta Was this translation helpful? Give feedback.
-
What is the difference between
No. |
Beta Was this translation helpful? Give feedback.
-
mostly configuration files, different info.plist files and they're also on different developer accounts (normal one and enterprise) so having one target per brand is not really viable |
Beta Was this translation helpful? Give feedback.
-
I recommend to use one target per brand. You can use diffrenent |
Beta Was this translation helpful? Give feedback.
-
Hey,
First of all, great tool! However I've run into a small issue:
Is there a way to export the same color assets to multiple targets at once?
Let's say I have 4 targets in my xcode project and 2 figma (let's call them
figmaA
andfigmaB
) files. I want to export colors fromfigmaA
so it's added to 2 targets in my xcode proj and fromfigmaB
to the remaining 2 targets.In the .yaml configuration file I found only
but it doesn't seem like it supports multiple targets for single export 🤔
Is this achievable? If yes, how?
thanks in advance
Beta Was this translation helpful? Give feedback.
All reactions