Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/iboard/greeter_command_line_example

A Mac OS X Objective-C example of a test driven command-line application
https://github.com/iboard/greeter_command_line_example

Last synced: 16 days ago
JSON representation

A Mac OS X Objective-C example of a test driven command-line application

Awesome Lists containing this project

README

        

greeter_command_line_example
============================

A Mac OS X Objective-C example of a test driven command-line application.

1. Clone from github

```
$ git clone [email protected]:iboard/greeter_command_line_example.git
```
2. Open in XCode

```
$ open -a XCode cl_sample_01.xcodeproj
```

3. Run Tests

```
Test Suite 'All tests' finished at 2014-02-02 09:50:53 +0000.
Executed 6 tests, with 0 failures (0 unexpected) in 0.002 (0.007) seconds
```

See `cl_sample_01 Tests/cl_sample_01_Tests.m`

4. Run App

```
Enter your name or 'q': Zappa
Yor of birthday (YYYY-MM-DD): 1964-08-31
Hello Zappa!
You're 18052 days old.
Enter your name or 'q': q
Program ended with exit code: 0
```


LICENSE
=======

Copyright (C) 2013 Andreas Altendorfer

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
documentation files (the "Software"), to deal in the Software without restriction, including without limitation
the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and
to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of
the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO
THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS
OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.