mirror of
https://github.com/HendrikRauh/inventree-app.git
synced 2026-01-13 03:26:24 +00:00
add some release notes for ios
This commit is contained in:
parent
645fcdde2d
commit
84c5515483
1 changed files with 21 additions and 0 deletions
21
RELEASE.md
21
RELEASE.md
|
|
@ -24,3 +24,24 @@ python update_translations.py
|
|||
### Build Appbundle
|
||||
|
||||
`flutter build appbundle`
|
||||
|
||||
### Upload Appbundle
|
||||
|
||||
Upload the appbundle file to the Android developer website.
|
||||
|
||||
## Apple Store
|
||||
|
||||
Ref: https://flutter.dev/docs/deployment/ios
|
||||
|
||||
### Build ipa
|
||||
|
||||
```
|
||||
flutter clean
|
||||
flutter build ipa
|
||||
```
|
||||
|
||||
### Validate and Distribute
|
||||
|
||||
- Open `./build/ios/archive/Runner.xcarchive` in Xcode
|
||||
- Run "Validate App"
|
||||
- Run "Distribute App"
|
||||
Loading…
Add table
Add a link
Reference in a new issue