You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "Nikita Matrosov (JIRA)" <ji...@apache.org> on 2017/06/05 10:04:04 UTC

[jira] [Resolved] (CB-12250) config-file plist entries not removed on plugin rm

     [ https://issues.apache.org/jira/browse/CB-12250?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Nikita Matrosov resolved CB-12250.
----------------------------------
    Resolution: Fixed

> 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-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org