Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cordova 6.4.0 adds edit-config #81

Closed
JarLowrey opened this issue Oct 29, 2016 · 2 comments
Closed

Cordova 6.4.0 adds edit-config #81

JarLowrey opened this issue Oct 29, 2016 · 2 comments

Comments

@JarLowrey
Copy link

It looks like the newest Cordova adds the ability to edit configs in the same manner that this plugin does. Maybe it would be good to add something to the README about this? - 6.4.0 Cordova new feature edit-config docs

@sinedied
Copy link

sinedied commented Nov 4, 2016

Does the new <edit-config> also works with iOS plist files? From the docs it does not seems so...

@dpa99c
Copy link
Owner

dpa99c commented Nov 21, 2016

<edit-config> is similar to the Android <preference> implemented by this plugin.

Instead of appending new children to an XML document tree, edit-config makes modifications to attributes of XML elements.

It does not operate on iOS .plist or .xcconfig files.

AFAIK, Cordova still doesn't support config-file blocks in the config.xml.

However, for completeness, I'll add a note under the Android preferences section regarding edit-config

@dpa99c dpa99c closed this as completed in f85f271 Nov 26, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants