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 2019/03/26 14:02:07 UTC

[GitHub] [cordova-ios] Durzan666 opened a new issue #581: Cordova iOS ignores config-file in plugin.xml

Durzan666 opened a new issue #581: Cordova iOS ignores config-file in plugin.xml
URL: https://github.com/apache/cordova-ios/issues/581
 
 
   # Bug Report
   
   ## Problem
   In one of my plugins I define in the plugin.xml a custom URL scheme like this
   `<config-file target="*-Info.plist" parent="CFBundleURLTypes">
         <array>
           <dict>
             <key>CFBundleURLSchemes</key>
             <array>
               <string>foobar</string>
             </array>
             <key>CFBundleURLName</key>
             <string>com.my.Foobar</string>
           </dict>
         </array>
       </config-file>`
   but it doesn't appear in my <Project name>-Info.plist
   ### What is expected to happen?
   The changes made by a plugin.xml targeting the Info.plist are available as usual.
   
   
   ### What does actually happen?
   Cordova ignores the changes to Info.plist which can be found in a plugin.xml
   
   
   ## Information
   <!-- Include all relevant information that might help understand and reproduce the problem -->
   This problems doesn't appear with cordova@8.1.1 and cordova-ios@4.5.5
   
   
   ### Command or Code
   <!-- What command or code is needed to reproduce the problem? -->
   cordova platform add ios@5.0.0
   
   
   ### Environment, Platform, Device
   <!-- In what environment, on what platform or on which device are you experiencing the issue? -->
   
   ### Version information
   <!-- 
   What are relevant versions you are using?
   For example:
   Cordova: Cordova CLI, Cordova Platforms, Cordova Plugins 
   Other Frameworks: Ionic Framework and CLI version
   Operating System, Android Studio, Xcode etc.
   -->
   MacBook Air (mid 2012) with Mojave (10.14.3) 
   Xcode 10.1
   
   
   ## Checklist
   <!-- Please check the boxes by putting an x in the [ ] like so: [x] -->
   
   - [x] I searched for existing GitHub issues
   - [x] I updated all Cordova tooling to most recent version
   - [x] I included all the necessary information above
   

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