iOS Cordova release build command seems incomplete

Open
#1,671 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
1/5
Estimated time
Under an hour
Newbie friendliness
48/100
Issue type
Documentation
Clarity
Mostly clear
Activity status
Stale
Tech stack
ios

Research direction

Open src/pages/deployment/app-store.md and compare the iOS release command with the other platform commands and the issue's explanation of --prod and --release. Confirm whether the documented command should include --release; done means the documentation is corrected if the omission is unintended, or the reason is clarified.

Written by the indexing model from the issue text.

Description

content

URL
https://ionicframework.com/docs/deployment/app-store
(source at src/pages/deployment/app-store.md)

The build command for a release build states
ionic cordova build ios --prod

while every other platform is documented as:
ionic cordova build <platform> --prod --release

Is there a reason why --release was omitted here? After all, --prod is just an alias for underlying configuration selection (--configuration=production), but it's the --release flag that is used by cordova to mark a release build (and then pass it onto respective cordova-ios, cordova-android, etc.

Dominant language
MDX
Stars
621
Forks
3.2k
Avg merge
1d 2h
Merged PRs (30d)
86

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from ionic-team/ionic-docs

All issues in ionic-team/ionic-docs

Similar issues

More Documentation issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.