You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "Sergey Shakhnazarov (JIRA)" <ji...@apache.org> on 2016/12/14 16:16:58 UTC

[jira] [Updated] (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 ]

Sergey Shakhnazarov updated CB-12250:
-------------------------------------
    Labels: ios triaged  (was: )

> 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: CordovaLib
>            Reporter: Sergey Shakhnazarov
>              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.4#6332)

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