Reputation: 249
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
Reputation: 1043
You can find the config.xml under root folder of that project.
Upvotes: 5