Apple's documentation has a pretty good example for encrypting and decrypting files. I also know some iOS developers who use have used MoonEncrypt with varying success to encrypt their bundled resource files. Then they're decrypted at runtime inside the app. It should deter most from getting to your sensitive data.