fastlane/fastfile-parser

Add support for variables in strings

KrauseFx opened this issue · 9 comments

add_git_tag(tag: "appstore-#{build_number}")

breaks it currently

How can we keep the placeholder in the JSON file with the reference to the variable... 🤔

I think similar to what we already have for loops, we could just fallback to complexCode or similar. What do you think?

Mmmmm I think we can handle string interpolation case in function's argument? Maybe I give it a try when I finish the artifact thing😁

It might be too early to optimize for that - I think we should get the basics work well, and then we can expand from there, as soon as users ask for e.g. support for string interpolation 👍

Will jump into this as soon as I can!

Any update for this issue guys @KrauseFx @minuscorp ? 🤔

No, sorry, this project isn't being worked on

any further updates?

This project isn't maintained at the moment