Hi, I'm working on port the iOS files App to use ARC: https://code.launchpad.net/~jose-exposito89/ubuntuone-ios-files/arc
All the work is made, it is only necessary change the core data generated classes to an actual version to avoid the use of non compatible ARC stuffs, like the use of cocoa types in structs.... and use the Xcode migration assistant. The migration assistant now not works because the generated core data source code has some problems with the core data source code, like structs with cocoa types. Normally generate this files is easiest as delete the old files and generate it again, but I see that the U1 Files App has two kind of classes, the generated source code, and other classes that inherits from the firsts and adds some methods (Why not use categories?) The question is, how to generate again the core data source code with ARC support?? _______________________________________________ Mailing list: https://launchpad.net/~ubuntuone-users Post to : ubuntuone-users@lists.launchpad.net Unsubscribe : https://launchpad.net/~ubuntuone-users More help : https://help.launchpad.net/ListHelp