Question re project organization

Kay C Lan lan.kc.macmail at gmail.com
Fri Feb 6 18:57:59 EST 2015


On Fri, Feb 6, 2015 at 3:40 AM, William Prothero <prothero at earthednet.org>
wrote:

> I expect the splash app model is the way to go.
>

Only if you never ever plan on deploying to iOS or you don't believe that
OS X's iOSification will get to the point that the same restrictions that
prevent splash stacks from being approved by Apple for iOS will be applied
to desktop. The latter obviously assuming that you are working within the
Mac App Store not an unknown developer.

If on the other hand an iOS version is a possibility then you may as well
cross the bridge now and find a non-splash stack solution - as you already
seem to be working with a server side db a local sqlite db might be a
possibility; stored in specialFolderPath("documents") for iOS and
specialFolderPath("support") for OS X and Win (not sure for Linux).



More information about the use-livecode mailing list