mirror of
https://github.com/inventree/inventree-app.git
synced 2025-04-28 05:26:47 +00:00
add some release notes for ios
This commit is contained in:
parent
645fcdde2d
commit
84c5515483
21
RELEASE.md
21
RELEASE.md
@ -24,3 +24,24 @@ python update_translations.py
|
|||||||
### Build Appbundle
|
### Build Appbundle
|
||||||
|
|
||||||
`flutter 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…
x
Reference in New Issue
Block a user