summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/README.md b/README.md
index 34683f8..bc88d48 100644
--- a/README.md
+++ b/README.md
@@ -5,8 +5,9 @@ uSCXML is a SCXML interpreter written in C/C++. It is mostly feature-complete an
It runs on <b>Linux</b>, <b>Windows</b> and <b>MacOSX</b>, each 32- as well as 64Bits.
There are still a few rough edges, especially with the plugins and custom extensions.
-There is no technical reason for it not to run on iOS and Android as well, but we did not yet setup
-the respective build-process and did not precompile required libraries.
+The latest release will also compile for <b>iOS</b> using the toolchain files in <tt>contrib/cmake/</tt> but
+does not feature the ecmascript nor the prolog datamodel. I will work on the Android version as soon as
+I have some time at my hands.
* <b>Datamodels</b>
* Full [ECMAScript datamodel](https://github.com/tklab-tud/uscxml/tree/master/src/uscxml/plugins/datamodel/ecmascript) using Google's v8 and JavaScriptCore (JSC is incomplete)