On Android / Eclipse, I can place files in e.g. assets folder. Can I do something similar in Delphi XE4 for iOS?
i.e. create a folder where data and image files can placed and automatically built into app?
I know I can have images, txt etc. in the form file, but is not what I want if I can avoid it.
...
If I include res.zip in Delphi > Project > Deployment my following code returns false in simulator:
FileExists(GetHomePath + PathDelim + 'res.zip')
FileExists(GetHomePath + PathDelim + 'Documents' + PathDelim + 'res.zip')
For reference, RemoteDir in deployment was set to ./