summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2012-12-18 17:26:43 -0800
committerAraq <rumpf_a@web.de>2012-12-18 17:26:43 -0800
commit0abc135fd7a121f82e9b2fb689049f8fd38553db (patch)
tree82252c719b801ea9f893d98f77cd7ffb909f9344
parent62a2009018e5c0b0a62ebd62d43fe3e81dbf8847 (diff)
parentcb43de875aa611d9c5eab49b59984202f0e11edc (diff)
downloadNim-0abc135fd7a121f82e9b2fb689049f8fd38553db.tar.gz
Merge pull request #288 from gradha/pr_adds_ios_todo_example_interface
Adds ios todo example interface
-rwxr-xr-x.gitignore1
-rw-r--r--examples/cross_todo/readme.txt2
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.