This commit is contained in:
pls.153 2022-03-18 20:09:08 +01:00
parent 8f83949409
commit 0a94884736
2 changed files with 3 additions and 4 deletions

View file

@ -71,6 +71,7 @@ they share the QML source files. Any number of mobile devices may be connected,
if they are in the same WiFi and point to the same desktop IP.
Important notes for mobile
--------------------------
@ -79,8 +80,7 @@ Please remember that installing a new version of your app on mobile will
So, if you changed e.g. your Slime version under `platforms/<platform>/assets/,
an update will not replace those files, because they have been copied from the
assets on the first start of the app. If you want to replace them, you need to
increase `+app-version+` in `lisp/swank-quicklisp.lisp`.
assets on the very first start of the app.
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).

View file

@ -92,8 +92,7 @@ Please remember that installing a new version of your app on mobile will
So, if you changed e.g. your Slime version under `platforms/<platform>/assets/,
an update will not replace those files, because they have been copied from the
assets on the first start of the app. If you want to replace them, you need to
increase `+app-version+` in `lisp/swank-quicklisp.lisp`.
assets on the very first start of the app.
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).