mirror of
https://github.com/immich-app/immich.git
synced 2026-05-18 03:10:24 +03:00
chore: gha ios release | take 5 (#23203)
* chore: gha ios release | take 5 * code signing * code signing 2 * manual signing for extensions * chore(ios): add explicit code signing identity and debug output * dev appbundle * Deployment flow for development app * skip waiting for change log * refactor * fix: ruby version * fix: manual release lane * build on main
This commit is contained in:
@@ -15,13 +15,29 @@ For _fastlane_ installation instructions, see [Installing _fastlane_](https://do
|
||||
|
||||
## iOS
|
||||
|
||||
### ios release
|
||||
### ios release_dev
|
||||
|
||||
```sh
|
||||
[bundle exec] fastlane ios release
|
||||
[bundle exec] fastlane ios release_dev
|
||||
```
|
||||
|
||||
iOS Release
|
||||
iOS Development Build to TestFlight (requires separate bundle ID)
|
||||
|
||||
### ios release_ci
|
||||
|
||||
```sh
|
||||
[bundle exec] fastlane ios release_ci
|
||||
```
|
||||
|
||||
iOS Release to TestFlight
|
||||
|
||||
### ios release_manual
|
||||
|
||||
```sh
|
||||
[bundle exec] fastlane ios release_manual
|
||||
```
|
||||
|
||||
iOS Manual Release
|
||||
|
||||
----
|
||||
|
||||
|
||||
Reference in New Issue
Block a user