Skip to content

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

Open
@dotNetkow

Description

@dotNetkow

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:

<widget id="com.company.example">

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    capacitorIonic projects integrated with Capacitorenhancement

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions