Mercurial > public > simoleon
comparison fastlane/README.md @ 143:407611b9df91
Add new Upload to App Store lane
author | Dennis Concepcion Martin <dennisconcepcionmartin@gmail.com> |
---|---|
date | Tue, 17 Aug 2021 08:42:00 +0100 |
parents | 3ec9e69b28f9 |
children |
comparison
equal
deleted
inserted
replaced
142:0acbf33c73bf | 143:407611b9df91 |
---|---|
23 Push a new beta build to TestFlight | 23 Push a new beta build to TestFlight |
24 ### ios release | 24 ### ios release |
25 ``` | 25 ``` |
26 fastlane ios release | 26 fastlane ios release |
27 ``` | 27 ``` |
28 Release new version to App Store | 28 Capture screenshots and release version to App Store |
29 ### ios upload | |
30 ``` | |
31 fastlane ios upload | |
32 ``` | |
33 Upload to App Store Connect | |
29 | 34 |
30 ---- | 35 ---- |
31 | 36 |
32 This README.md is auto-generated and will be re-generated every time [_fastlane_](https://fastlane.tools) is run. | 37 This README.md is auto-generated and will be re-generated every time [_fastlane_](https://fastlane.tools) is run. |
33 More information about fastlane can be found on [fastlane.tools](https://fastlane.tools). | 38 More information about fastlane can be found on [fastlane.tools](https://fastlane.tools). |