some more fastlane fixes
Some checks failed
Some checks failed
This commit is contained in:
parent
a4a70d56c6
commit
97cb5b16aa
@ -74,7 +74,7 @@ platform :ios do
|
|||||||
# sign the app (whithout rebuilding it)
|
# sign the app (whithout rebuilding it)
|
||||||
build_app(
|
build_app(
|
||||||
skip_build_archive: true,
|
skip_build_archive: true,
|
||||||
archive_path: "../build/ios/archive/Runner.xarchive"
|
archive_path: "../build/ios/archive/Runner.xcarchive"
|
||||||
)
|
)
|
||||||
|
|
||||||
upload_to_app_store(
|
upload_to_app_store(
|
||||||
|
@ -23,21 +23,21 @@ For _fastlane_ installation instructions, see [Installing _fastlane_](https://do
|
|||||||
|
|
||||||
Load the App Store Connect API token
|
Load the App Store Connect API token
|
||||||
|
|
||||||
### ios beta
|
|
||||||
|
|
||||||
```sh
|
|
||||||
[bundle exec] fastlane ios beta
|
|
||||||
```
|
|
||||||
|
|
||||||
Push a new beta build to TestFlight
|
|
||||||
|
|
||||||
### ios deploy_testing
|
### ios deploy_testing
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
[bundle exec] fastlane ios deploy_testing
|
[bundle exec] fastlane ios deploy_testing
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Deploy a new version to closed testing (testflight)
|
||||||
|
|
||||||
|
### ios deploy_release
|
||||||
|
|
||||||
|
```sh
|
||||||
|
[bundle exec] fastlane ios deploy_release
|
||||||
|
```
|
||||||
|
|
||||||
|
Deploy a new version as a full release
|
||||||
|
|
||||||
----
|
----
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user