Updating our fastfile

Open up the fastfile we worked on from the previous chapter and go to the beta lane. We are simply going to add one line above the sigh command, so your lane should now look something like this:

lane :beta do
        cert
  sigh(force: true)
end

And that's it! We started creating a simple but functional lane. We can test our very first lane by typing the following in a Terminal:

fastlane beta

The output should produce something similar to the following:

21:45 $ fastlane beta [21:45:33]: ------------------------------------------------- [21:45:33]: --- Step: Verifying required fastlane version --- [21:45:33]: ------------------------------------------------- [21:45:33]: Your fastlane version 2.44.1 matches the minimum requirement ...

Get Continuous Delivery for Mobile with fastlane now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.