开发者

what file extension do i use with nskeyedarchiver

开发者 https://www.devze.com 2023-02-07 20:22 出处:网络
I am writing an app that u开发者_JS百科ses NSKeyedArchiver to save its data. Should my file be ishotTrack.plist or ishotTrack.arch?The archives created with NSKeyedArchiver are binary property lists,

I am writing an app that u开发者_JS百科ses NSKeyedArchiver to save its data. Should my file be ishotTrack.plist or ishotTrack.arch?


The archives created with NSKeyedArchiver are binary property lists, so it makes sense to use plist file name extension. On the other hand they aren't human-readable, so opening the plist won't help anybody much.

0

精彩评论

暂无评论...
验证码 换一张
取 消