ionic-team / ionic-team/ionic-cli

"integrations enable capacitor": Use project's App Id instead of starter

未關閉
#4,100 0 則留言 1 個 reaction 已指派 0 人 在 GitHub 檢視
capacitor enhancement
主要語言
TypeScript
星號
2k
分支
682
PR 合併指標
30 天內沒有已合併 PR

描述

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.

貢獻指南

開啟貢獻指南

評估

這個 Issue 還沒有評估資料。

把新 issue 寄到你的電子郵件信箱

精選適合新手參與的 GitHub issue 摘要。