Tobias Bambullis
Tobias Bambullis

Reputation: 249

Where do I change the ios bundle identifier in ionic2?

i try to change the bundle identifier in my angular2 and ionic2 app. In ionic1 there was a config.xml with

<widget id="com.bundle.identifier" version="2.0" ...>

in it. Where do i find that in ionic2?

Upvotes: 1

Views: 3245

Answers (1)

Math10
Math10

Reputation: 1043

You can find the config.xml under root folder of that project.

Upvotes: 5

Related Questions