Hi Sean, > On Jun 18, 2014, at 9:42 AM, Sean McBride <s...@rogue-research.com> wrote: > > On Tue, 17 Jun 2014 08:22:40 -0700, Tony Parker said: > >> NSKeyedArchiver and NSKeyedUnarchiver also support secure coding as of 10.9. > > Tony, > > Thanks for the details. Are there any issues in creating an archive on 10.9 > and then decoding it on 10.8 or older? >
Nope, this should work fine. The archive itself does not contain anything different. The reason that keyed archiver allows you to set secure coding is simply to perform an additional check when encoding that all classes you’re putting in the archive adopt the NSSecureCoding protocol. So in other words, the secure decoding is an option that can be applied to any keyed archive. - Tony > Cheers, > > -- > ____________________________________________________________ > Sean McBride, B. Eng s...@rogue-research.com > Rogue Research www.rogue-research.com > Mac Software Developer Montréal, Québec, Canada > > _______________________________________________ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com