[
https://issues.apache.org/jira/browse/CB-12250?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Nikita Matrosov reassigned CB-12250:
------------------------------------
Assignee: Nikita Matrosov
> 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
> Assignee: Nikita Matrosov
> Labels: ios, triaged
>
> 1. {{cordova plugin add [email protected]}}
> 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: [email protected]
For additional commands, e-mail: [email protected]