HansKrywaa opened a new issue #775: Plugins config-file not added to .plist file URL: https://github.com/apache/cordova-ios/issues/775 # Bug Report ## Problem I developed a Plugin, which has some `<config-file>` Entrys. When i build the App for ios, they are not appended to the .plist File. ## Information <!-- Include all relevant information that might help understand and reproduce the problem --> For example i have the Following in the ios platform part of my plugin: ``` <config-file target="*-Info.plist" parent="UIBackgroundModes"> <array> <string>bluetooth-central</string> </array> </config-file> ``` After building, the .plist file does't include "bluetooth-central" in the "UIBackgroundModes". An other Plugin, that i use for Location, does the same for adding "location" and this works and appears. Am i doing anything wrong? But In the `ion.json` File, it is present: ``` { "xml": "<array><string>bluetooth-central</string></array>", "count": 1 } ``` I noticed that config files, defined in this Plugin (https://github.com/jeduan/cordova-plugin-facebook4), are not present in my plist either. ### Version information <!-- In what environment, on what platform or on which device are you experiencing the issue? --> I'm using `[email protected]` Maybe related to #581 , but it is closed (and merged), but still not works for me
---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
