mirror of
https://github.com/yattee/yattee.git
synced 2025-08-09 20:24:06 +00:00
Add workflow for building and TestFlight
This commit is contained in:
@@ -13,6 +13,25 @@ For _fastlane_ installation instructions, see [Installing _fastlane_](https://do
|
||||
|
||||
# Available Actions
|
||||
|
||||
### bump_build
|
||||
|
||||
```sh
|
||||
[bundle exec] fastlane bump_build
|
||||
```
|
||||
|
||||
Bump build number and commit
|
||||
|
||||
### bump_version
|
||||
|
||||
```sh
|
||||
[bundle exec] fastlane bump_version
|
||||
```
|
||||
|
||||
Bump version number and commit
|
||||
|
||||
----
|
||||
|
||||
|
||||
## iOS
|
||||
|
||||
### ios beta
|
||||
@@ -49,6 +68,14 @@ Push a new beta build to TestFlight
|
||||
|
||||
Push a new beta build to TestFlight
|
||||
|
||||
### mac build_and_notarize
|
||||
|
||||
```sh
|
||||
[bundle exec] fastlane mac build_and_notarize
|
||||
```
|
||||
|
||||
Build for Developer ID distribution and notarize
|
||||
|
||||
----
|
||||
|
||||
This README.md is auto-generated and will be re-generated every time [_fastlane_](https://fastlane.tools) is run.
|
||||
|
Reference in New Issue
Block a user