NSPropertyListSerialization fails with OpenStepFormat on OSX

2008-10-26 Thread David Wetzel
Hi, this: NSData *plistData = nil; NSString *error; NSString *fmt; plistData = [NSPropertyListSerialization dataFromPropertyList:plist format:NSPropertyListOpenStepFormat

Re: NSPropertyListSerialization fails with OpenStepFormat on OSX

2008-10-26 Thread Fred Kiefer
David Wetzel wrote: Hi, this: NSData *plistData = nil; NSString *error; NSString *fmt; plistData = [NSPropertyListSerialization dataFromPropertyList:plist format:NSPropertyListOpenStepFormat

Re: NSPropertyListSerialization fails with OpenStepFormat on OSX

2008-10-26 Thread David Wetzel
David Wetzel wrote: add [+NSPropertyListSerialization dataFromPropertyList:format:errorDescription:] to base-additions, call the Apple implementation if format != NSPropertyListOpenStepFormat if code runs on Apple. What I cannot understand is your proposed solution to this