fastlane-old / deliver

Upload screenshots, metadata and your app to the App Store using a single command
https://fastlane.tools
2.24k stars 162 forks source link

Deliverfile and metadata_path #586

Closed gran33 closed 8 years ago

gran33 commented 8 years ago

Hi,

I use Deliverfile because there is no other way to supply app_review_information. But I want to have description with newlines in it, so I need to supply metadata_path with description.txt :-/

Can I use metadata_path and Deliverfile together?

KrauseFx commented 8 years ago

Yeah, you can use them together.

gran33 commented 8 years ago

@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?

KrauseFx commented 8 years ago

Deliverfile will be preferred :+1:

KrauseFx commented 8 years ago

You can read more about this here: https://github.com/fastlane/fastlane/blob/master/docs/Advanced.md#priorities-of-parameters-and-options

fastlane-bot commented 8 years ago

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: