You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/deployment/app-store.md
+4
Original file line number
Diff line number
Diff line change
@@ -40,6 +40,10 @@ This will generate the minified code for the web portion of an app and copy it o
40
40
41
41
From here, open the `.xcworkspace` file in `./platforms/ios/` to start Xcode.
42
42
43
+
:::tip
44
+
You can also have a release build generated automatically by using the `--release` flag.
45
+
:::
46
+
43
47
## Generating Signing Certs
44
48
45
49
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