xcode 9.2 ; swift 4
I want to persist some data for my ios app in the form of property lists. I don't want to use the Documents directory of the sandbox, since the user can manipulate it. I have two alternatives: the library directory and the applicationSupport directory. Is there an advantage in using one or the other? Thanks in advance