How to include files in an iOS-App?

J. Landman Gay jacque at hyperactivesw.com
Fri Mar 2 14:14:25 EST 2018


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("resources") which is the real location of included 
files now.

I just call the resources folder directly these days.

-- 
Jacqueline Landman Gay         |     jacque at hyperactivesw.com
HyperActive Software           |     http://www.hyperactivesw.com




More information about the use-livecode mailing list