diff options
author | Grzegorz Adam Hankiewicz <gradha@imap.cc> | 2015-08-17 23:30:36 +0200 |
---|---|---|
committer | Grzegorz Adam Hankiewicz <gradha@imap.cc> | 2015-08-17 23:30:36 +0200 |
commit | fc235833d44e20f8901fe5ef80c5e85725fedfe8 (patch) | |
tree | 9d9376fec40dc4939fc25e03898f0a536884a198 /examples | |
parent | 69b32637b1f12000b64fa4db452323dc30b3567f (diff) | |
download | Nim-fc235833d44e20f8901fe5ef80c5e85725fedfe8.tar.gz |
Removes dead references.
Diffstat (limited to 'examples')
-rw-r--r-- | examples/cross_calculator/android/readme.txt | 6 | ||||
-rw-r--r-- | examples/cross_calculator/ios/readme.txt | 4 | ||||
-rw-r--r-- | examples/cross_todo/readme.txt | 2 |
3 files changed, 0 insertions, 12 deletions
diff --git a/examples/cross_calculator/android/readme.txt b/examples/cross_calculator/android/readme.txt index 51fa9c6fd..96bd403ca 100644 --- a/examples/cross_calculator/android/readme.txt +++ b/examples/cross_calculator/android/readme.txt @@ -20,11 +20,5 @@ installed on your system, you can simply run "ant debug" to build everything. Once the apk is built you can install it on your device or emulator with the command "adb install bin/CrossCalculator-debug.apk". -You can use this example as a starting point for your project or look at the -history of the github project at https://github.com/gradha/nimrod-on-android. -That repository documents the individual integration steps you would take for -any Android project (note it uses Eclipse rather than ant to build and -therefore the build process requires more manual fiddling). - This example runs against the Android level 3 API, meaning devices from Android 1.5 and above should be able to run the generated binary. diff --git a/examples/cross_calculator/ios/readme.txt b/examples/cross_calculator/ios/readme.txt index 83538aad7..3ea03a367 100644 --- a/examples/cross_calculator/ios/readme.txt +++ b/examples/cross_calculator/ios/readme.txt @@ -8,10 +8,6 @@ When the calculate button is used the view controller calls the Nim code to delegate the logic of the operation and puts the result in a label for display. All interface error checks are implemented in the view controller. -You can use this as a starting point for your project or look at the history of -the github project at https://github.com/gradha/nimrod-on-ios. That repository -documents the individual integration steps you would take for any iOS project. - This version of the iOS project is known to work with Xcode 4.2 and Xcode 4.4.1. The final binary can be deployed on iOS 3.x to 5.x supporting all iOS platforms and versions available at the moment. diff --git a/examples/cross_todo/readme.txt b/examples/cross_todo/readme.txt index 2e648a35a..dfc21d861 100644 --- a/examples/cross_todo/readme.txt +++ b/examples/cross_todo/readme.txt @@ -3,5 +3,3 @@ 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 Nim on different platforms. -Additional implementations are provided at the external -https://github.com/gradha/nimrod-crossplatform-todo github repository. |