Sergey Shakhnazarov created CB-12250:
----------------------------------------

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


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.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to