CoreData and memory leaks

2010-06-21 Thread unixo
d the previous two steps again, and memory occupation increased a little bit more. Is it normal that this kind of application (coredata) does this way? Best regards unixo ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin reques

Re: CoreData and memory leaks

2010-06-21 Thread unixo
> Maybe. Remember that I'm using a brand new application, without any custom code. Maybe? What can it depend on? > Did you try running it in Instruments using the object alloc & leaks > instruments? For various reasons, Activity Monitor is a poor memory debugging > tool. Instruments, OTOH, will

How to retrieve a vCard during an ISyncSession?

2010-06-29 Thread unixo
Hi, I'm writing a sync client which pulls "Contacts" entity from sync server; an unique identifier is associated with each record: given an ID, is there a way to load the corresponding vCard from address book? Even if data are similar (except for suffix ":ABPerson"), I can't find a record usin

Re: How to retrieve a vCard during an ISyncSession?

2010-07-01 Thread unixo
ibutes for a record. Or maybe AddressBook framework is more suited to > your needs > > laurent > > Sent from my road phone > > > On Jun 30, 2010, at 7:59 AM, unixo wrote: > >> Hi, >> >> I'm writing a sync client which pulls "Contacts&quo

Re: Where is the preset?

2010-07-03 Thread unixo
You can change company name with this command (issue it in terminal): defaults write com.apple.Xcode PBXCustomTemplateMacroDefinitions '{"ORGANIZATIONNAME" = "A Great Company";}' "admin" username is the current logged user, if I'm wrong regards uni