Merge pull request #288 from gradha/pr_adds_ios_todo_example_interface

Adds ios todo example interface
This commit is contained in:
Araq
2012-12-18 17:26:43 -08:00
2 changed files with 3 additions and 0 deletions

1
.gitignore vendored
View File

@@ -6,6 +6,7 @@
nimcache
lib/nimcache
tools/nimcache
tools/nimweb
tests/nimcache
tests/accept/run/nimcache
tests/accept/compile/nimcache

View File

@@ -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.