ionic-team / ionic-team/ionic-cli
"integrations enable capacitor": Use project's App Id instead of starter
Aperta
capacitor
enhancement
- Lingua principale
- TypeScript
- Stelle
- 2k
- Fork
- 682
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
Currently, running `ionic integrations enable capacitor` resolves to the following command:
> capacitor init "My Cool App" io.ionic.starter --npm-client npm
It correctly pulls the App Name ("My Cool App") from `config.xml` (or `ionic.config.json`?) but always uses `io.ionic.starter` for the App Id instead of what is configured in `config.xml` id field, like so:
`
`
It would be great to use the project's App Id instead of this default value since a unique App Id has to be set to build the app for iOS/Android.
Guida per i contributori
Apri la guida per i contributori
Valutazione
Questa issue non è ancora stata valutata.