fastlane-old / credentials_manager

Password Manager which is used in fastlane tools

Home Page:https://fastlane.tools

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

add Support for more then 1 Appfile

mhilscher opened this issue · comments

It would be nice if you could habe more then just one Appfile.
There are cases where one project could have more then one target.
In this case you could have more then one appleID and appIdentifier

I saw you forked this repo already.

Well, how would you like the interface to look like? Right now, you could modify your app file to just return ENV['app'] and define the app using the environment variable

hmm sounds like an option.
Another approach would be to have an optional parameter for the Appfile. This would also play nicely with fastlane, i guess

It's probably not as easy as it sounds now, since the individual tools will access the Appfile directly and you'd have to pass the Appfile path from fastlane to all tools used.

besides sigh, which one is using the appfile?

deliver, sigh and PEM

i guess you're right. easiest way is to use ENV['app']
if i come up with anything else, i will let you know

commented

I think #4 could be a nice solution (only if integrated with fastlane)

This issue was migrated to fastlane/fastlane#3327. 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 🚀