Closed gran33 closed 8 years ago
Yeah, you can use them together.
@KrauseFx Thanks for the quick answer.
How can I work with both of them?
If I have description.txt
in the metadata folder and description in the Deliverfile
, which one will take into account?
Deliverfile
will be preferred :+1:
You can read more about this here: https://github.com/fastlane/fastlane/blob/master/docs/Advanced.md#priorities-of-parameters-and-options
This issue was migrated to https://github.com/fastlane/fastlane/issues/1520. Please post all further comments there.
fastlane
is now a mono repo, you can read more about the change in our blog post. All tools are now available in the fastlane main repo :rocket:
Hi,
I use
Deliverfile
because there is no other way to supplyapp_review_information
. But I want to have description with newlines in it, so I need to supplymetadata_path
withdescription.txt
:-/Can I use
metadata_path
andDeliverfile
together?