Skip to content

Commit 13e6bf9

Browse files
docs(app-store): add release flag (#2990)
Co-authored-by: zhangshengjie <zhangshengjie@users.noreply.github.com>
1 parent 5109e2a commit 13e6bf9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/deployment/app-store.md

+4
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,10 @@ This will generate the minified code for the web portion of an app and copy it o
4040

4141
From here, open the `.xcworkspace` file in `./platforms/ios/` to start Xcode.
4242

43+
:::tip
44+
You can also have a release build generated automatically by using the `--release` flag.
45+
:::
46+
4347
## Generating Signing Certs
4448

4549
Generating certificates for iOS is a bit of an involved process, so be sure to check [Apple's official documentation](https://help.apple.com/xcode/mac/current/#/dev3a05256b8) on what certificates are and how to generate them.

0 commit comments

Comments
 (0)