iOS build settings Property List Output Encoding -
what's property list output encoding for? if set binary, compress plist files?
if set binary, xcode appears take in xml property lists , save them application bundle binary property lists. binary property list has more compact file format xml property list, don't know if you'd call compressed.
from property list programming guide:
xml property lists more portable binary alternative , can manually edited, binary property lists more compact; result, require less memory , can read , written faster xml property lists. in general, if property list relatively small, benefits of xml property lists outweigh i/o speed , compactness comes binary property lists.
Comments
Post a Comment