[ 
https://issues.apache.org/jira/browse/CB-12250?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16035702#comment-16035702
 ] 

ASF GitHub Bot commented on CB-12250:
-------------------------------------

Github user asfgit closed the pull request at:

    https://github.com/apache/cordova-lib/pull/533


> config-file plist <array> entries not removed on plugin rm
> ----------------------------------------------------------
>
>                 Key: CB-12250
>                 URL: https://issues.apache.org/jira/browse/CB-12250
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: cordova-lib
>            Reporter: Sergey Shakhnazarov
>            Assignee: Nikita Matrosov
>              Labels: ios, triaged
>
> 1. {{cordova plugin add cordova-plugin-ms-adal@0.8.1}}
> 2. {{cat platforms/ios/HelloCordova/HelloCordova-Info.plist}}
> ->
> {noformat}
> ...
>     <key>CFBundleURLTypes</key>
>     <array>
>       <dict>
>         <key>CFBundleTypeRole</key>
>         <string>Editor</string>
>         <key>CFBundleURLName</key>
>         <string>$(CFBundleIdentifier)</string>
>         <key>CFBundleURLSchemes</key>
>         <array>
>           <string>x-msauth-$(CFBundleIdentifier:rfc1034identifier)</string>
>         </array>
>       </dict>
> {noformat}
> 3. {{cordova plugin rm ms-adal}}
> {{cat platforms/ios/HelloCordova/HelloCordova-Info.plist}}
> -> CFBundleURLTypes not removed
> 4. The array will be populated with another duplicating entry on next plugin 
> install.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

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

Reply via email to