cordova-custom-config icon indicating copy to clipboard operation
cordova-custom-config copied to clipboard

Cordova/Phonegap plugin to update platform configuration files based on preferences and config-file data defined in config.xml

Results 10 cordova-custom-config issues
Sort by recently updated
recently updated
newest added

cordova-custom-config is currently using the xcode of version 1.0.x. However that version of xcode is using a package that contains [vulnerability](https://nvd.nist.gov/vuln/detail/CVE-2021-21366). Please upgrade the version of xcode from 1.0.x to...

There are vulnerabilities reported in xcode and shelljs, updating them to fix it. ## PR Type What kind of change does this PR introduce? - [ ] Bugfix - [...

# Bug report **Current behavior:** - create new project - add `cordova-android@latest` platform - add `cordova-plugin-camera@latest` plugin - add `cordova-custom-config@latest` plugin - update `config.xml` ```xml ``` - do `cordova prepare`...

## PR Type What kind of change does this PR introduce? * every plugin can change project.pbxproj file, * async operations can be exist with random queue, (promise/callback and etc.)...

# Feature request I found this plugin very useful while working with my Ionic Cordova project. Now I'm migrating it to capacitor and also started another capacitor project. As I'd...

I was very happy to find this plugin, but I'd like to add resources in `res/values/strings.xml`. Could it be allowed? Well, that part isn't hard: there is a check for...

enhancement

right now you can set a value in build preferences, but when it comes to lists of things (ie header search paths) you overwrite the whole list with a flat...

enhancement

I am adding android:exported in AndroidManifest.xml but the edited service or activity is duplicated ` ` For example if I add android:exported it duplicates that code without the added attribute

Hello everyone, I'm Jason.z, the founder of [BSF](https://byteee.fund). We've noticed that this project has remained very popular in the past. However, unfortunately, it seems that this project has not been...

cordova-IOS@7 introduces some breaking changes: The one i'm reporting here is stated at https://cordova.apache.org/announcements/2023/07/10/cordova-ios-7.0.0.html as follow: ``` ... Rename Images.xcassets to Assets.xcassets ... ``` And impacts this line of code:...