You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "Shazron Abdullah (JIRA)" <ji...@apache.org> on 2013/02/22 01:16:13 UTC

[jira] [Resolved] (CB-2516) Additional Plugin Note on Upgrading from 2.3.0 to 2.4.0

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

Shazron Abdullah resolved CB-2516.
----------------------------------

    Resolution: Fixed

fix commit - http://git-wip-us.apache.org/repos/asf/cordova-ios/commit/d7d815df
                
> Additional Plugin Note on Upgrading from 2.3.0 to 2.4.0
> -------------------------------------------------------
>
>                 Key: CB-2516
>                 URL: https://issues.apache.org/jira/browse/CB-2516
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: Docs, iOS
>    Affects Versions: 2.4.0
>            Reporter: Shazron Abdullah
>            Assignee: Shazron Abdullah
>             Fix For: 2.5.0
>
>
> Update guides/Plugin Upgrade Guide.md
> Because of NSJSONSerialization use in Cordova 2.4.0, all the objects in command.arguments are immutable. If you need them to be mutable, please do a :
>     id x = [obj mutableCopy]; 
> then if your plugin is non-ARC, 
>     [x release];
> See example here:
> https://github.com/phonegap/phonegap-facebook-plugin/pull/251

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira