erisu commented on issue #962:
URL: https://github.com/apache/cordova-lib/issues/962#issuecomment-3332543948
Some reason that doesn't sound right. 🤔
If you rename the plugin's `id` and `name` properties of the `plugin.xml`
and `package.json` it should be enough.
When you install your modified plugin, it would then create this entry in
`package.json`.
```json
"cordova": {
"plugins": {
"@MyOrg/cordova-plugin-geolocation": {
"GPS_REQUIRED": "true"
}
}
}
```
And the `plugin.xml` of your modified plugin will read it.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]