diff --git a/examples/advanced-qml-auto-reload/readme.md b/examples/advanced-qml-auto-reload/readme.md index 2298364..9402b90 100644 --- a/examples/advanced-qml-auto-reload/readme.md +++ b/examples/advanced-qml-auto-reload/readme.md @@ -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//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). diff --git a/examples/swank-server/readme.md b/examples/swank-server/readme.md index af8ce6f..0c1a7ee 100644 --- a/examples/swank-server/readme.md +++ b/examples/swank-server/readme.md @@ -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//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).