trevordevore / levure

Application development framework for LiveCode
MIT License
32 stars 14 forks source link

Mobile pref file support #27

Closed trevordevore closed 7 years ago

trevordevore commented 7 years ago

Adds pref file support for iOS and Android. iOS stores the pref file in Library/Application Support. Android stores the pref file in an Application Support folder (which levure will create) in the Documents folder.

Eventually iOS prefs should be handled by a module that uses OS APIs. This will suffice until then.