IOS file share with itunes

Hello,
I tried to include a file “info.plist” as abuild step/copy files and it contains this:

<?xml version="1.0" encoding="UTF-8"?>
UIFileSharingEnabled

When I compiled it and send it to my phone, I could not see anything about my app in itunes. What I am looking to do is access the sqlite file in itunes. Have anyone done this that can give me some pointers.?

That’s not a plist, not even valid xml. I suggest building a blank iOS project and grab the info.plist file as a starting point. You need the xml tag and the plist tag at the very least.

Then just drop the file into the navigator. The IDE will merge it with the settings it needs. Don’t use a copy file step.

Thank You @Greg_O. You did point me in the right direction and got it working.