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

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

2018-03-01 Thread Ralph DiMola via use-livecode
Martin, 1) Put the text file into the "Copy Files" pane of the standalone settings 2) When app start check is there is a copy in your "the documents folder/somepath" folder. If not then copy it from "the engine folder" to "the documents folder/somepath" folder. 3) Your app will access the file