Add a "Fully automatic" workflow#1169
Conversation
I wanted to make sure I would still be able to upload builds from Xcode if fastlane stopped working for some reason. But after reading the docs, my setup asked me for the git repo with the certificates, which startled me. Also, I hit another roadblock because my release scheme wasn't shared.
|
Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). View this failed invocation of the CLA check for more information. For the most up to date status, view the checks section at the bottom of the pull request. |
|
Sorry for mega delay. Looking at this its just a build action with a specified scheme and an upload - which I don't think belongs in the code signing area. Since its less related to Xcode versions and more about connecting dots. I'd agree with you that we probably need a generic page with a full run through of both Android or iOS. The problem with the full run is it depends highly on the CI system used. |
This follows a discussion with @joshdholtz on Twitter.
I wanted to make sure I would still be able to upload builds from Xcode if fastlane stopped working for some reason.
But after reading the docs, my setup asked me for the git repo with the certificates, which startled me.
Also, I hit another roadblock because my release scheme wasn't shared.