You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by GitBox <gi...@apache.org> on 2020/01/30 14:28:26 UTC

[GitHub] [cordova-ios] HansKrywaa opened a new issue #775: Plugins config-file not added to .plist file

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 `cordova-ios@5.1.1`
   
   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:
users@infra.apache.org


With regards,
Apache Git Services

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


[GitHub] [cordova-ios] HansKrywaa commented on issue #775: Plugins config-file not added to .plist file

Posted by GitBox <gi...@apache.org>.
HansKrywaa commented on issue #775: Plugins config-file not added to .plist file
URL: https://github.com/apache/cordova-ios/issues/775#issuecomment-580284720
 
 
   Yes, output is: `9.0.0 (cordova-lib@9.0.1)`

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


With regards,
Apache Git Services

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


[GitHub] [cordova-ios] HansKrywaa commented on issue #775: Plugins config-file not added to .plist file

Posted by GitBox <gi...@apache.org>.
HansKrywaa commented on issue #775: Plugins config-file not added to .plist file
URL: https://github.com/apache/cordova-ios/issues/775#issuecomment-584518148
 
 
   Can someone say me where this merging of the plugins.xml file happens in **cordova-ios**? Than i can try to fix it

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


With regards,
Apache Git Services

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


[GitHub] [cordova-ios] brodybits commented on issue #775: Plugins config-file not added to .plist file

Posted by GitBox <gi...@apache.org>.
brodybits commented on issue #775: Plugins config-file not added to .plist file
URL: https://github.com/apache/cordova-ios/issues/775#issuecomment-587775133
 
 
   I just added the **help wanted** label, may be related to other issues linked in #793.

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


With regards,
Apache Git Services

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


[GitHub] [cordova-ios] erisu commented on issue #775: Plugins config-file not added to .plist file

Posted by GitBox <gi...@apache.org>.
erisu commented on issue #775: Plugins config-file not added to .plist file
URL: https://github.com/apache/cordova-ios/issues/775#issuecomment-584521443
 
 
   The munging process is not in `cordova-ios`. It is in the core library `cordova-common`.
   
   https://github.com/apache/cordova-common

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


With regards,
Apache Git Services

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


[GitHub] [cordova-ios] breautek commented on issue #775: Plugins config-file not added to .plist file

Posted by GitBox <gi...@apache.org>.
breautek commented on issue #775: Plugins config-file not added to .plist file
URL: https://github.com/apache/cordova-ios/issues/775#issuecomment-580283482
 
 
   Can you confirm you're using the latest version of the cli?
   
   `cordova -v` should read..
   
   ```
   9.0.0 (cordova-lib@9.0.1)
   ```

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


With regards,
Apache Git Services

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