Re: How to include files in an iOS-App?

2018-03-02 Thread J. Landman Gay via use-livecode
On 3/1/18 1:02 PM, Ralph DiMola via use-livecode wrote: "The engine folder" is where you find the files in the Copy Files pane and is read-only. Apple now restricts the iOS engine folder to executable code only. You can still use that path but LC will silently redirect to specialFolderPath("

RE: How to include files in an iOS-App?

2018-03-01 Thread Ralph DiMola via use-livecode
ergreen Information Services rdim...@evergreeninfo.net -Original Message- From: use-livecode [mailto:use-livecode-boun...@lists.runrev.com] On Behalf Of martin meili via use-livecode Sent: Thursday, March 01, 2018 1:39 PM To: use-livecode@lists.runrev.com Cc: martin meili Subject: How to

How to include files in an iOS-App?

2018-03-01 Thread martin meili via use-livecode
How can I include e.g. a textfile (let's say „MyText.txt“), when building the standalone application for iOS for the use from within the app (reading from/writing to)? I get my apps running on my iPad, I can read and write files, and - if there is no „TheFiles“-folder - I can create such a fo