mirror of
https://gitlab.com/eql/lqml.git
synced 2025-12-06 02:30:38 -08:00
revision of readme
This commit is contained in:
parent
75a8bd5de8
commit
be3a6c13d9
1 changed files with 6 additions and 3 deletions
|
|
@ -72,9 +72,12 @@ Important notes for mobile
|
||||||
Please remember that installing a new version of your app on mobile will
|
Please remember that installing a new version of your app on mobile will
|
||||||
**keep all app data** present on the device.
|
**keep all app data** present on the device.
|
||||||
|
|
||||||
So, if you changed e.g. `lisp/curl.lisp`, a simple update will not replace
|
So, if you changed e.g. `lisp/curl.lisp` (loaded on demand, not compiled into
|
||||||
that file, because it has been copied from the assets directory, and is only
|
the app), a simple update will not replace that file, because it has been
|
||||||
replaced if you increment `+app-version+` in `lisp/swank-quicklisp.lisp`.
|
copied from the assets directory, and is only replaced if you increment
|
||||||
|
`+app-version+` in `lisp/swank-quicklisp.lisp`.
|
||||||
|
|
||||||
|
The same goes for all files under `./platforms/.../assets/...`.
|
||||||
|
|
||||||
A simple way to guarantee a clean install is simply uninstalling the app first,
|
A simple way to guarantee a clean install is simply uninstalling the app first,
|
||||||
both on the device and on the emulator (android) or simulator (iOS).
|
both on the device and on the emulator (android) or simulator (iOS).
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue