Cordova prepare auto adds nslocationwheninuse... key in plist

Running cordova prepare is automatically adding nslocationwheninuseusagedescription key in plist.

How can i prevent that ?

Any help would be appreciated.

Same issue here. It overrides the previous NSLocationAlwaysUsageDescription and NSLocationWhenInUseUsageDescription value, which means that I have to manually update them before I archive the binary for submission.

Any idea how to fix this?