-
Notifications
You must be signed in to change notification settings - Fork 984
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
Plugins config-file not added to .plist file #775
Comments
Can you confirm you're using the latest version of the cli?
|
Yes, output is: |
Can someone say me where this merging of the plugins.xml file happens in cordova-ios? Than i can try to fix it |
The munging process is not in |
I just added the help wanted label, may be related to other issues linked in #793. |
This is covered by apache/cordova-common#144 and fixed by apache/cordova-common#148 |
@dpa99c In which Version of cordova is this fixed? |
@HansKrywaa the fix is on the master branch of cordova-common so is as yet unreleased (the latest npm release is TL;DR: it will take a release of In the meantime, if you need to, you can install directly off my fork of
|
Ok understand 😃 No not that important, as i included all the stuff into my config.xml. Thanks for explaining! |
Closed as cordova-common@4.0.2 is used since cordova-ios@6.1.1 - thank you |
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
For example i have the Following in the ios platform part of my plugin:
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: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
I'm using
cordova-ios@5.1.1
Maybe related to #581 , but it is closed (and merged), but still not works for me
The text was updated successfully, but these errors were encountered: