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/cross_calculator/ios | |
parent | 69b32637b1f12000b64fa4db452323dc30b3567f (diff) | |
download | Nim-fc235833d44e20f8901fe5ef80c5e85725fedfe8.tar.gz |
Removes dead references.
Diffstat (limited to 'examples/cross_calculator/ios')
-rw-r--r-- | examples/cross_calculator/ios/readme.txt | 4 |
1 files changed, 0 insertions, 4 deletions
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. |