In the previous chapter, we got a bird's-eye view of what fastlane (https://docs.fastlane.tools/) is, along with all the actions that it encompasses. In the next chapter, we will begin to explore each action in isolation in greater detail, but before showing you how you can include fastlane as part of the toolchain, and rather than describe its abstract functionality, this chapter will explain the concepts in context through real-life scenarios.
We will project the narrative of you being in a start-up, working on a real-life app, which is in fact, a popular open source app, Firefox for iOS (https://github.com/mozilla-mobile/firefox-ios). We will be referring to this code base and app throughout the book to illustrate how you, as a developer, will vastly enhance your development environment and workflow through the use of fastlane...