chore: Update iOS fastlane
This commit is contained in:
parent
77b575a3b2
commit
a2823d39d5
8 changed files with 41 additions and 12 deletions
|
|
@ -23,3 +23,11 @@ platform :ios do
|
|||
upload_to_testflight
|
||||
end
|
||||
end
|
||||
|
||||
lane :release do
|
||||
capture_screenshots # generate new screenshots for the App Store
|
||||
sync_code_signing(type: "appstore") # see code signing guide for more information
|
||||
build_app(scheme: "Runner")
|
||||
upload_to_app_store # upload your app to App Store Connect
|
||||
slack(message: "Successfully uploaded a new App Store build")
|
||||
end
|
||||
|
|
|
|||
|
|
@ -15,6 +15,14 @@ Install _fastlane_ using
|
|||
or alternatively using `brew install fastlane`
|
||||
|
||||
# Available Actions
|
||||
### release
|
||||
```
|
||||
fastlane release
|
||||
```
|
||||
|
||||
|
||||
----
|
||||
|
||||
## iOS
|
||||
### ios beta
|
||||
```
|
||||
|
|
|
|||
|
|
@ -5,22 +5,22 @@
|
|||
|
||||
|
||||
|
||||
<testcase classname="fastlane.lanes" name="0: default_platform" time="0.000641">
|
||||
<testcase classname="fastlane.lanes" name="0: default_platform" time="0.001276">
|
||||
|
||||
</testcase>
|
||||
|
||||
|
||||
<testcase classname="fastlane.lanes" name="1: increment_build_number" time="2.088475">
|
||||
<testcase classname="fastlane.lanes" name="1: increment_build_number" time="2.624976">
|
||||
|
||||
</testcase>
|
||||
|
||||
|
||||
<testcase classname="fastlane.lanes" name="2: build_app" time="630.512924">
|
||||
<testcase classname="fastlane.lanes" name="2: build_app" time="628.480972">
|
||||
|
||||
</testcase>
|
||||
|
||||
|
||||
<testcase classname="fastlane.lanes" name="3: upload_to_testflight" time="1426.146813">
|
||||
<testcase classname="fastlane.lanes" name="3: upload_to_testflight" time="895.02171">
|
||||
|
||||
</testcase>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue