diff options
author | Araq <rumpf_a@web.de> | 2012-12-18 17:26:43 -0800 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2012-12-18 17:26:43 -0800 |
commit | 0abc135fd7a121f82e9b2fb689049f8fd38553db (patch) | |
tree | 82252c719b801ea9f893d98f77cd7ffb909f9344 | |
parent | 62a2009018e5c0b0a62ebd62d43fe3e81dbf8847 (diff) | |
parent | cb43de875aa611d9c5eab49b59984202f0e11edc (diff) | |
download | Nim-0abc135fd7a121f82e9b2fb689049f8fd38553db.tar.gz |
Merge pull request #288 from gradha/pr_adds_ios_todo_example_interface
Adds ios todo example interface
-rwxr-xr-x | .gitignore | 1 | ||||
-rw-r--r-- | examples/cross_todo/readme.txt | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 7f6d35f71..81bfbad89 100755 --- a/.gitignore +++ b/.gitignore @@ -6,6 +6,7 @@ nimcache lib/nimcache tools/nimcache +tools/nimweb tests/nimcache tests/accept/run/nimcache tests/accept/compile/nimcache diff --git a/examples/cross_todo/readme.txt b/examples/cross_todo/readme.txt index acea8973a..326ed816f 100644 --- a/examples/cross_todo/readme.txt +++ b/examples/cross_todo/readme.txt @@ -3,3 +3,5 @@ called by different native user interfaces. This example builds on the knowledge learned from the cross_calculator example. Check it out first to learn how to set up nimrod on different platforms. +Additional implementations are provided at the external +https://github.com/gradha/nimrod-crossplatform-todo github repository. |