fastlane 2.61.0.beta.20171006010004 → 2.61.0.beta.20171007010004

Sign up to get free protection for your applications and to get access to all the features.
Files changed (82) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +6 -161
  3. data/cert/README.md +7 -166
  4. data/deliver/README.md +7 -287
  5. data/deliver/lib/deliver/runner.rb +1 -1
  6. data/fastlane/README.md +7 -209
  7. data/fastlane/lib/fastlane/actions/cocoapods.rb +27 -8
  8. data/fastlane/lib/fastlane/actions/docs/assets/FrameitGit.gif +0 -0
  9. data/fastlane/lib/fastlane/actions/docs/assets/MacExample.png +0 -0
  10. data/fastlane/lib/fastlane/actions/docs/assets/PEMRecording.gif +0 -0
  11. data/fastlane/lib/fastlane/actions/docs/assets/PilotTextTransparent.png +0 -0
  12. data/fastlane/lib/fastlane/actions/docs/assets/PilotTextTransparentSmall.png +0 -0
  13. data/fastlane/lib/fastlane/actions/docs/assets/PilotTextWhite.png +0 -0
  14. data/fastlane/lib/fastlane/actions/docs/assets/PilotTransparent.png +0 -0
  15. data/fastlane/lib/fastlane/actions/docs/assets/QuickLookScreenshot.png +0 -0
  16. data/fastlane/lib/fastlane/actions/docs/assets/ScreenshotsBig.png +0 -0
  17. data/fastlane/lib/fastlane/actions/docs/assets/ScreenshotsOverview.png +0 -0
  18. data/fastlane/lib/fastlane/actions/docs/assets/SignErrors.png +0 -0
  19. data/fastlane/lib/fastlane/actions/docs/assets/UDIDPrint.png +0 -0
  20. data/fastlane/lib/fastlane/actions/docs/assets/frameit.png +0 -0
  21. data/fastlane/lib/fastlane/actions/docs/assets/github_repo.png +0 -0
  22. data/fastlane/lib/fastlane/actions/docs/assets/htmlPage.png +0 -0
  23. data/fastlane/lib/fastlane/actions/docs/assets/htmlPagePreview.jpg +0 -0
  24. data/fastlane/lib/fastlane/actions/docs/assets/htmlPagePreviewFade.jpg +0 -0
  25. data/fastlane/lib/fastlane/actions/docs/assets/match.png +0 -0
  26. data/fastlane/lib/fastlane/actions/docs/assets/match_appstore_small.gif +0 -0
  27. data/fastlane/lib/fastlane/actions/docs/assets/match_init.gif +0 -0
  28. data/fastlane/lib/fastlane/actions/docs/assets/match_nuke.gif +0 -0
  29. data/fastlane/lib/fastlane/actions/docs/assets/pem.png +0 -0
  30. data/fastlane/lib/fastlane/actions/docs/assets/pilot.ai +5377 -16
  31. data/fastlane/lib/fastlane/actions/docs/assets/precheck.gif +0 -0
  32. data/fastlane/lib/fastlane/actions/docs/assets/precheck.png +0 -0
  33. data/fastlane/lib/fastlane/actions/docs/assets/produce.png +0 -0
  34. data/fastlane/lib/fastlane/actions/docs/assets/running-screengrab.gif +0 -0
  35. data/fastlane/lib/fastlane/actions/docs/assets/scan.png +0 -0
  36. data/fastlane/lib/fastlane/actions/docs/assets/scanHTML.png +0 -0
  37. data/fastlane/lib/fastlane/actions/docs/assets/scanHTMLFailing.png +0 -0
  38. data/fastlane/lib/fastlane/actions/docs/assets/scanScreenshot.png +0 -0
  39. data/fastlane/lib/fastlane/actions/docs/assets/screengrab.png +0 -0
  40. data/fastlane/lib/fastlane/actions/docs/assets/sigh.png +0 -0
  41. data/fastlane/lib/fastlane/actions/docs/assets/sighRecording.gif +0 -0
  42. data/fastlane/lib/fastlane/actions/docs/assets/slack.png +0 -0
  43. data/fastlane/lib/fastlane/actions/docs/assets/snapshot.gif +0 -0
  44. data/fastlane/lib/fastlane/actions/docs/assets/snapshot.png +0 -0
  45. data/fastlane/lib/fastlane/actions/docs/assets/supply.png +0 -0
  46. data/fastlane/lib/fastlane/actions/docs/assets/testSummary.png +0 -0
  47. data/fastlane/lib/fastlane/actions/docs/cert.md +2 -4
  48. data/fastlane/lib/fastlane/actions/docs/deliver.md +1 -3
  49. data/fastlane/lib/fastlane/actions/docs/frameit.md +215 -0
  50. data/fastlane/lib/fastlane/actions/docs/gym.md +17 -17
  51. data/fastlane/lib/fastlane/actions/docs/match.md +352 -0
  52. data/fastlane/lib/fastlane/actions/docs/pem.md +120 -0
  53. data/fastlane/lib/fastlane/actions/docs/pilot.md +218 -0
  54. data/fastlane/lib/fastlane/actions/docs/precheck.md +97 -0
  55. data/fastlane/lib/fastlane/actions/docs/produce.md +227 -0
  56. data/fastlane/lib/fastlane/actions/docs/scan.md +145 -0
  57. data/fastlane/lib/fastlane/actions/docs/screengrab.md +145 -0
  58. data/fastlane/lib/fastlane/actions/docs/sigh.md +187 -0
  59. data/fastlane/lib/fastlane/actions/docs/snapshot.md +333 -0
  60. data/fastlane/lib/fastlane/actions/docs/supply.md +144 -0
  61. data/fastlane/lib/fastlane/plugins/plugin_manager.rb +5 -0
  62. data/fastlane/lib/fastlane/setup/setup_ios.rb +2 -0
  63. data/fastlane/lib/fastlane/version.rb +1 -1
  64. data/frameit/README.md +7 -290
  65. data/gym/README.md +7 -300
  66. data/match/README.md +7 -420
  67. data/match/lib/match/generator.rb +1 -0
  68. data/match/lib/match/git_helper.rb +31 -12
  69. data/match/lib/match/runner.rb +11 -6
  70. data/pem/README.md +7 -188
  71. data/pilot/README.md +7 -285
  72. data/pilot/lib/pilot/build_manager.rb +13 -10
  73. data/precheck/README.md +7 -171
  74. data/produce/README.md +7 -294
  75. data/scan/README.md +7 -219
  76. data/screengrab/README.md +7 -192
  77. data/sigh/README.md +7 -262
  78. data/snapshot/README.md +7 -408
  79. data/snapshot/lib/snapshot/reset_simulators.rb +4 -2
  80. data/spaceship/lib/spaceship/test_flight/build.rb +1 -1
  81. data/supply/README.md +7 -219
  82. metadata +52 -2
data/supply/README.md CHANGED
@@ -1,229 +1,17 @@
1
1
  <h3 align="center">
2
- <a href="https://github.com/fastlane/fastlane/tree/master/fastlane">
3
- <img src="../fastlane/assets/fastlane.png" width="150" />
2
+ <a href="https://docs.fastlane.tools/actions/supply">
3
+ <img src="https://raw.githubusercontent.com/fastlane/fastlane/master/fastlane/assets/fastlane.png" width="100" />
4
4
  <br />
5
5
  fastlane
6
6
  </a>
7
7
  </h3>
8
- <p align="center">
9
- <a href="https://github.com/fastlane/fastlane/tree/master/deliver">deliver</a> &bull;
10
- <a href="https://github.com/fastlane/fastlane/tree/master/snapshot">snapshot</a> &bull;
11
- <a href="https://github.com/fastlane/fastlane/tree/master/frameit">frameit</a> &bull;
12
- <a href="https://github.com/fastlane/fastlane/tree/master/pem">pem</a> &bull;
13
- <a href="https://github.com/fastlane/fastlane/tree/master/sigh">sigh</a> &bull;
14
- <a href="https://github.com/fastlane/fastlane/tree/master/produce">produce</a> &bull;
15
- <a href="https://github.com/fastlane/fastlane/tree/master/cert">cert</a> &bull;
16
- <a href="https://github.com/fastlane/fastlane/tree/master/spaceship">spaceship</a> &bull;
17
- <a href="https://github.com/fastlane/fastlane/tree/master/pilot">pilot</a> &bull;
18
- <a href="https://github.com/fastlane/boarding">boarding</a> &bull;
19
- <a href="https://github.com/fastlane/fastlane/tree/master/gym">gym</a> &bull;
20
- <a href="https://github.com/fastlane/fastlane/tree/master/scan">scan</a> &bull;
21
- <a href="https://github.com/fastlane/fastlane/tree/master/match">match</a> &bull;
22
- <a href="https://github.com/fastlane/fastlane/tree/master/precheck">precheck</a>
23
- </p>
24
8
 
25
- -------
9
+ ------
26
10
 
27
11
  <p align="center">
28
- <img src="assets/supply.png" height="110">
29
- </p>
30
-
31
- supply
32
- ============
33
-
34
- [![Twitter: @FastlaneTools](https://img.shields.io/badge/contact-@FastlaneTools-blue.svg?style=flat)](https://twitter.com/FastlaneTools)
35
- [![License](https://img.shields.io/badge/license-MIT-green.svg?style=flat)](https://github.com/fastlane/fastlane/blob/master/supply/LICENSE)
36
-
37
- ###### Command line tool for updating Android apps and their metadata on the Google Play Store
38
-
39
- `supply` uploads app metadata, screenshots and binaries to Google Play. You can also select tracks for builds and promote builds to production.
40
-
41
- Get in contact with the developer on Twitter: [@FastlaneTools](https://twitter.com/FastlaneTools)
42
-
43
-
44
- -------
45
-
46
- <p align="center">
47
- <a href="#features">Features</a> &bull;
48
- <a href="#installation">Installation</a> &bull;
49
- <a href="#setup">Setup</a> &bull;
50
- <a href="#quick-start">Quick Start</a> &bull;
51
- <a href="#available-commands">Commands</a> &bull;
52
- <a href="#uploading-an-apk">Uploading an APK</a> &bull;
53
- <a href="#images-and-screenshots">Images</a>
12
+ <a href="https://docs.fastlane.tools/actions/supply">
13
+ <img src="https://raw.githubusercontent.com/fastlane/fastlane/master/supply/assets/supply.png" height="110">
14
+ </a>
54
15
  </p>
55
16
 
56
- -------
57
-
58
- <h5 align="center"><code>supply</code> is part of <a href="https://fastlane.tools">fastlane</a>: The easiest way to automate beta deployments and releases for your iOS and Android apps.</h5>
59
-
60
- ## Features
61
- - Update existing Android applications on Google Play via the command line
62
- - Upload new builds (APKs)
63
- - Retrieve and edit metadata, such as title and description, for multiple languages
64
- - Upload the app icon, promo graphics and screenshots for multiple languages
65
- - Have a local copy of the metadata in your git repository
66
- - Retrieve version code numbers from existing Google Play tracks
67
-
68
- ##### [Do you like fastlane? Be the first to know about updates and new fastlane tools](https://tinyletter.com/fastlane-tools)
69
-
70
- ## Installation
71
-
72
- Install the gem
73
-
74
- sudo gem install fastlane
75
-
76
- ## Setup
77
-
78
- Setup consists of setting up your Google Developers Service Account
79
-
80
- 1. Open the [Google Play Console](https://play.google.com/apps/publish/)
81
- 1. Select **Settings** tab, followed by the **API access** tab
82
- 1. Click the **Create Service Account** button and follow the **Google API Console** link in the dialog
83
- 1. Click the **Create Service account** button at the top of the developers console screen
84
- 1. Provide a name for the service account
85
- 1. Click **Select a role** and choose **Project > Service Account Actor**
86
- 1. Check the **Furnish a new private key** checkbox
87
- 1. Select **JSON** as the Key type
88
- 1. Click **Create** to close the dialog
89
- 1. Make a note of the file name of the JSON file downloaded to your computer
90
- 1. Back on the Google Play developer console, click **Done** to close the dialog
91
- 1. Click on **Grant Access** for the newly added service account
92
- 1. Choose **Release Manager** from the **Role** dropdown
93
- 1. Click **Add user** to close the dialog
94
-
95
- ### Migrating Google credential format (from .p12 key file to .json)
96
-
97
- In previous versions of supply, credentials to your Play Console were stored as `.p12` files. Since version 0.4.0, supply now supports the recommended `.json` key Service Account credential files. If you wish to upgrade:
98
-
99
- - follow the <a href="#setup">Setup</a> procedure once again to make sure you create the appropriate JSON file
100
- - update your fastlane configuration or your command line invocation to use the appropriate argument if necessary.
101
- Note that you don't need to take note nor pass the `issuer` argument anymore.
102
-
103
-
104
- The previous p12 configuration is still currently supported.
105
-
106
-
107
- ## Quick Start
108
-
109
- - `cd [your_project_folder]`
110
- - `fastlane supply init`
111
- - Make changes to the downloaded metadata, add images, screenshots and/or an APK
112
- - `fastlane supply run`
113
-
114
- ## Available Commands
115
-
116
- - `fastlane supply`: update an app with metadata, a build, images and screenshots
117
- - `fastlane supply init`: download metadata for an existing app to a local directory
118
- - `fastlane supply --help`: show information on available commands, arguments and environment variables
119
-
120
- You can either run `supply` on its own and use it interactively, or you can pass arguments or specify environment variables for all the options to skip the questions.
121
-
122
- ## Uploading an APK
123
-
124
- To upload a new binary to Google Play, simply run
125
-
126
- ```
127
- fastlane supply --apk path/to/app.apk
128
- ```
129
-
130
- This will also upload app metadata if you previously ran `fastlane supply init`.
131
-
132
- To gradually roll out a new build use
133
-
134
- ```
135
- fastlane supply --apk path/app.apk --track rollout --rollout 0.5
136
- ```
137
-
138
- Expansion files (obbs) found under the same directory as your APK will also be uploaded together with your APK as long as:
139
-
140
- - they are identified as type 'main' or 'patch' (by containing 'main' or 'patch' in their file name)
141
- - you have at most one of each type
142
-
143
- ## Images and Screenshots
144
-
145
- After running `fastlane supply init`, you will have a metadata directory. This directory contains one or more locale directories (e.g. en-US, en-GB, etc.), and inside this directory are text files such as `title.txt` and `short_description.txt`.
146
-
147
- Inside of a given locale directory is a folder called `images`. Here you can supply images with the following file names (extension can be png, jpg or jpeg):
148
-
149
- - `featureGraphic`
150
- - `icon`
151
- - `promoGraphic`
152
- - `tvBanner`
153
-
154
- And you can supply screenshots by creating directories with the following names, containing PNGs or JPEGs (image names are irrelevant):
155
-
156
- - `phoneScreenshots/`
157
- - `sevenInchScreenshots/` (7-inch tablets)
158
- - `tenInchScreenshots/` (10-inch tablets)
159
- - `tvScreenshots/`
160
- - `wearScreenshots/`
161
-
162
- Note that these will replace the current images and screenshots on the play store listing, not add to them.
163
-
164
- ## Changelogs (What's new)
165
-
166
- You can add changelog files under the `changelogs/` directory for each locale. The filename should exactly match the version code of the APK that it represents. `fastlane supply init` will populate changelog files from existing data on Google Play if no `metadata/` directory exists when it is run.
167
-
168
- ```
169
- └── fastlane
170
- └── metadata
171
- └── android
172
- ├── en-US
173
- │ └── changelogs
174
- │ ├── 100000.txt
175
- │ └── 100100.txt
176
- └── fr-FR
177
- └── changelogs
178
- └── 100100.txt
179
- ```
180
-
181
- ## Track Promotion
182
-
183
- A common Play publishing scenario might involve uploading an APK version to a test track, testing it, and finally promoting that version to production.
184
-
185
- This can be done using the `--track_promote_to` parameter. The `--track_promote_to` parameter works with the `--track` parameter to command the Play API to promote existing Play track APK version(s) (those active on the track identified by the `--track` param value) to a new track (`--track_promote_to` value).
186
-
187
- ## Retrieve Track Version Codes
188
-
189
- Before performing a new APK upload you may want to check existing track version codes, or you may simply want to provide an informational lane that displays the currently promoted version codes for the production track. You can use the `google_play_track_version_codes` action to retrieve existing version codes for a package and track. For more information, see `fastlane action google_play_track_version_codes` help output.
190
-
191
- ## Tips
192
-
193
- ### [`fastlane`](https://fastlane.tools) Toolchain
194
-
195
- - [`fastlane`](https://fastlane.tools): The easiest way to automate beta deployments and releases for your iOS and Android apps
196
- - [`deliver`](https://github.com/fastlane/fastlane/tree/master/deliver): Upload screenshots, metadata and your app to the App Store
197
- - [`snapshot`](https://github.com/fastlane/fastlane/tree/master/snapshot): Automate taking localized screenshots of your iOS app on every device
198
- - [`frameit`](https://github.com/fastlane/fastlane/tree/master/frameit): Quickly put your screenshots into the right device frames
199
- - [`pem`](https://github.com/fastlane/fastlane/tree/master/pem): Automatically generate and renew your push notification profiles
200
- - [`sigh`](https://github.com/fastlane/fastlane/tree/master/sigh): Because you would rather spend your time building stuff than fighting provisioning
201
- - [`produce`](https://github.com/fastlane/fastlane/tree/master/produce): Create new iOS apps on iTunes Connect and Dev Portal using the command line
202
- - [`cert`](https://github.com/fastlane/fastlane/tree/master/cert): Automatically create and maintain iOS code signing certificates
203
- - [`spaceship`](https://github.com/fastlane/fastlane/tree/master/spaceship): Ruby library to access the Apple Dev Center and iTunes Connect
204
- - [`pilot`](https://github.com/fastlane/fastlane/tree/master/pilot): The best way to manage your TestFlight testers and builds from your terminal
205
- - [`boarding`](https://github.com/fastlane/boarding): The easiest way to invite your TestFlight beta testers
206
- - [`gym`](https://github.com/fastlane/fastlane/tree/master/gym): Building your iOS apps has never been easier
207
- - [`match`](https://github.com/fastlane/fastlane/tree/master/match): Easily sync your certificates and profiles across your team using git
208
- - [`precheck`](https://github.com/fastlane/fastlane/tree/master/precheck): Check your app using a community driven set of App Store review rules to avoid being rejected
209
-
210
- ##### [Do you like fastlane? Be the first to know about updates and new fastlane tools](https://tinyletter.com/fastlane-tools)
211
-
212
- # Need help?
213
-
214
- Before submitting a new GitHub issue, please make sure to
215
-
216
- - Check out [docs.fastlane.tools](https://docs.fastlane.tools)
217
- - Check out the README pages on [this repo](https://github.com/fastlane/fastlane)
218
- - Search for [existing GitHub issues](https://github.com/fastlane/fastlane/issues)
219
-
220
- If the above doesn't help, please [submit an issue](https://github.com/fastlane/fastlane/issues) on GitHub and provide information about your setup, in particular the output of the `fastlane env` command.
221
-
222
- # Code of Conduct
223
- Help us keep `supply` open and inclusive. Please read and follow our [Code of Conduct](https://github.com/fastlane/fastlane/blob/master/CODE_OF_CONDUCT.md).
224
-
225
- ## License
226
-
227
- This project is licensed under the terms of the MIT license. See the LICENSE file.
228
-
229
- > This project and all fastlane tools are in no way affiliated with Apple Inc. This project is open source under the MIT license, which means you have full access to the source code and can modify it to fit your own needs. All fastlane tools run on your own computer or server, so your credentials or other sensitive information will never leave your own computer. You are responsible for how you use fastlane tools.
17
+ <h3 align="center">The <i>supply</i> docs were moved to <a href='https://docs.fastlane.tools/actions/supply'>docs.fastlane.tools</a></h3>
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fastlane
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.61.0.beta.20171006010004
4
+ version: 2.61.0.beta.20171007010004
5
5
  platform: ruby
6
6
  authors:
7
7
  - Felix Krause
@@ -15,7 +15,7 @@ authors:
15
15
  autorequire:
16
16
  bindir: bin
17
17
  cert_chain: []
18
- date: 2017-10-06 00:00:00.000000000 Z
18
+ date: 2017-10-07 00:00:00.000000000 Z
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency
21
21
  name: slack-notifier
@@ -891,17 +891,67 @@ files:
891
891
  - fastlane/lib/fastlane/actions/deliver.rb
892
892
  - fastlane/lib/fastlane/actions/deploygate.rb
893
893
  - fastlane/lib/fastlane/actions/device_grid/README.md
894
+ - fastlane/lib/fastlane/actions/docs/assets/FrameitGit.gif
895
+ - fastlane/lib/fastlane/actions/docs/assets/MacExample.png
896
+ - fastlane/lib/fastlane/actions/docs/assets/PEMRecording.gif
897
+ - fastlane/lib/fastlane/actions/docs/assets/PilotTextTransparent.png
898
+ - fastlane/lib/fastlane/actions/docs/assets/PilotTextTransparentSmall.png
899
+ - fastlane/lib/fastlane/actions/docs/assets/PilotTextWhite.png
900
+ - fastlane/lib/fastlane/actions/docs/assets/PilotTransparent.png
901
+ - fastlane/lib/fastlane/actions/docs/assets/QuickLookScreenshot.png
902
+ - fastlane/lib/fastlane/actions/docs/assets/ScreenshotsBig.png
903
+ - fastlane/lib/fastlane/actions/docs/assets/ScreenshotsOverview.png
904
+ - fastlane/lib/fastlane/actions/docs/assets/SignErrors.png
905
+ - fastlane/lib/fastlane/actions/docs/assets/UDIDPrint.png
894
906
  - fastlane/lib/fastlane/actions/docs/assets/cert.gif
895
907
  - fastlane/lib/fastlane/actions/docs/assets/cert.png
896
908
  - fastlane/lib/fastlane/actions/docs/assets/deliver.png
897
909
  - fastlane/lib/fastlane/actions/docs/assets/deliver_metadata.png
898
910
  - fastlane/lib/fastlane/actions/docs/assets/deliver_screenshots.png
911
+ - fastlane/lib/fastlane/actions/docs/assets/frameit.png
912
+ - fastlane/lib/fastlane/actions/docs/assets/github_repo.png
899
913
  - fastlane/lib/fastlane/actions/docs/assets/gym.gif
900
914
  - fastlane/lib/fastlane/actions/docs/assets/gym.png
901
915
  - fastlane/lib/fastlane/actions/docs/assets/gymScreenshot.png
916
+ - fastlane/lib/fastlane/actions/docs/assets/htmlPage.png
917
+ - fastlane/lib/fastlane/actions/docs/assets/htmlPagePreview.jpg
918
+ - fastlane/lib/fastlane/actions/docs/assets/htmlPagePreviewFade.jpg
919
+ - fastlane/lib/fastlane/actions/docs/assets/match.png
920
+ - fastlane/lib/fastlane/actions/docs/assets/match_appstore_small.gif
921
+ - fastlane/lib/fastlane/actions/docs/assets/match_init.gif
922
+ - fastlane/lib/fastlane/actions/docs/assets/match_nuke.gif
923
+ - fastlane/lib/fastlane/actions/docs/assets/pem.png
924
+ - fastlane/lib/fastlane/actions/docs/assets/pilot.ai
925
+ - fastlane/lib/fastlane/actions/docs/assets/precheck.gif
926
+ - fastlane/lib/fastlane/actions/docs/assets/precheck.png
927
+ - fastlane/lib/fastlane/actions/docs/assets/produce.png
928
+ - fastlane/lib/fastlane/actions/docs/assets/running-screengrab.gif
929
+ - fastlane/lib/fastlane/actions/docs/assets/scan.png
930
+ - fastlane/lib/fastlane/actions/docs/assets/scanHTML.png
931
+ - fastlane/lib/fastlane/actions/docs/assets/scanHTMLFailing.png
932
+ - fastlane/lib/fastlane/actions/docs/assets/scanScreenshot.png
933
+ - fastlane/lib/fastlane/actions/docs/assets/screengrab.png
934
+ - fastlane/lib/fastlane/actions/docs/assets/sigh.png
935
+ - fastlane/lib/fastlane/actions/docs/assets/sighRecording.gif
936
+ - fastlane/lib/fastlane/actions/docs/assets/slack.png
937
+ - fastlane/lib/fastlane/actions/docs/assets/snapshot.gif
938
+ - fastlane/lib/fastlane/actions/docs/assets/snapshot.png
939
+ - fastlane/lib/fastlane/actions/docs/assets/supply.png
940
+ - fastlane/lib/fastlane/actions/docs/assets/testSummary.png
902
941
  - fastlane/lib/fastlane/actions/docs/cert.md
903
942
  - fastlane/lib/fastlane/actions/docs/deliver.md
943
+ - fastlane/lib/fastlane/actions/docs/frameit.md
904
944
  - fastlane/lib/fastlane/actions/docs/gym.md
945
+ - fastlane/lib/fastlane/actions/docs/match.md
946
+ - fastlane/lib/fastlane/actions/docs/pem.md
947
+ - fastlane/lib/fastlane/actions/docs/pilot.md
948
+ - fastlane/lib/fastlane/actions/docs/precheck.md
949
+ - fastlane/lib/fastlane/actions/docs/produce.md
950
+ - fastlane/lib/fastlane/actions/docs/scan.md
951
+ - fastlane/lib/fastlane/actions/docs/screengrab.md
952
+ - fastlane/lib/fastlane/actions/docs/sigh.md
953
+ - fastlane/lib/fastlane/actions/docs/snapshot.md
954
+ - fastlane/lib/fastlane/actions/docs/supply.md
905
955
  - fastlane/lib/fastlane/actions/dotgpg_environment.rb
906
956
  - fastlane/lib/fastlane/actions/download.rb
907
957
  - fastlane/lib/fastlane/actions/download_dsyms.rb