Skip to content

Commit 50c5bbe

Browse files
committed
update the fastlane readme
1 parent 6d12140 commit 50c5bbe

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

fastlane/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,6 @@ xcode-select --install
2929
</table>
3030

3131
# Available Actions
32-
### register
33-
```
34-
fastlane register
35-
```
36-
Adds any unregistered devices to the provisioning profile
3732
### bump
3833
```
3934
fastlane bump
@@ -107,6 +102,11 @@ Provisions the profiles; bumps the build number; builds the app
107102
fastlane ios beta
108103
```
109104
Submit a new Beta Build to Testflight
105+
### ios refresh_dsyms
106+
```
107+
fastlane ios refresh_dsyms
108+
```
109+
Upload dYSM symbols to Bugsnag from Apple
110110
### ios ci-run
111111
```
112112
fastlane ios ci-run

0 commit comments

Comments
 (0)