We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80f1b0e commit cba2947Copy full SHA for cba2947
src/content/docs/ci/fastlane.mdx
@@ -17,6 +17,10 @@ Follow the setup instructions on the fastlane website to install fastlane
17
18
## Setup
19
20
+This guide assumes that you have shorebird installed on the machine that will be
21
+running the fastlane commands. If you have not already installed shorebird, you
22
+can do so by following the [Getting Started instructions](/#install).
23
+
24
If you are not already using fastlane with your project, navigate to your app's
25
`ios` directory in your project and run `fastlane init`. You will be prompted to
26
answer several questions. For this guide, we will choose to manually add lanes
0 commit comments