You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by GitBox <gi...@apache.org> on 2021/01/17 20:20:00 UTC

[GitHub] [cordova-ios] shamilovtim opened a new issue #1058: config.xml no longer works with cordova-ios at all

shamilovtim opened a new issue #1058:
URL: https://github.com/apache/cordova-ios/issues/1058


   # Bug Report
   
   On macOS Big Sur using cordova-ios 6.1.1 and Cordova CLI 10.0.0 none of the `<preference>` in config.xml have any effect on neither the info.plist nor the xbproj. The only way to alter the .plist is by targeting it directly through `<config-file target="*-Info.plist" />` however this isn't a useful workaround because it still doesn't address all of the other preferences that change things outside of the info plist.
   
   To reproduce, `cordova create` a new project. Add preferences to config.xml and `platform add ios`. You'll see that none of your preferences will make it into the plist, nor will they apply to the xbproj.


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org


[GitHub] [cordova-ios] shamilovtim closed issue #1058: config.xml no longer works with cordova-ios at all

Posted by GitBox <gi...@apache.org>.
shamilovtim closed issue #1058:
URL: https://github.com/apache/cordova-ios/issues/1058


   


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org


[GitHub] [cordova-ios] breautek commented on issue #1058: config.xml no longer works with cordova-ios at all

Posted by GitBox <gi...@apache.org>.
breautek commented on issue #1058:
URL: https://github.com/apache/cordova-ios/issues/1058#issuecomment-761886455


   I'm unable to reproduce this. I used the `DisallowOverscroll` preference to test. For me the preference worked when it was added to `config.xml` before and after the platform was added.
   
   I'm also using Cordova CLI 10.0.0, on cordova-ios@6.1.1, Big Sur 11.1 / Xcode 12.3 / Node 14.
   
   Can you think of any other environment differences? Maybe there are specific preferences that aren't working? Try adding the `--verbose` flag to see more insights


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org


[GitHub] [cordova-ios] shamilovtim commented on issue #1058: config.xml no longer works with cordova-ios at all

Posted by GitBox <gi...@apache.org>.
shamilovtim commented on issue #1058:
URL: https://github.com/apache/cordova-ios/issues/1058#issuecomment-761897895


   I just confirmed that the problem was stemming from when these preferences are part of a plugin.xml. They do work when added to config.xml but they cannot seem to be set on a plugin (other than the Plist ones usable through edit-config).


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org