Skip to content

Commit

Permalink
Formatting.
Browse files Browse the repository at this point in the history
  • Loading branch information
shepting committed Dec 14, 2012
1 parent 6cb7222 commit 861205f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions README.md
Expand Up @@ -3,23 +3,23 @@ kiwi-mac-demo

A sample Mac OS X app using Kiwi for unit-testing.

=== 1. Make a new project (OS X -> Application -> Cocoa Application)
##### 1. Make a new project (OS X -> Application -> Cocoa Application)
![Create new](https://raw.github.com/shepting/kiwi-mac-demo/master/tutorial_images/1-create_new_project.png)

=== 2. Choose Unit Tests & ARC checkboxes
![Alt text](https://github.com/shepting/kiwi-mac-demo/blob/master/tutorial_images/2-cocoa_application_type_.png)
##### 2. Choose Unit Tests & ARC checkboxes
![Alt text](https://github.com/shepting/kiwi-mac-demo/blob/master/tutorial_images/2-cocoa_application_type.png)

=== 3. Add the Podfile to the directory (also update the names in the Podfile)
![Create new](https://raw.github.com/shepting/kiwi-mac-demo/master/tutorial_images/3-use-arc-and-unit-tests.png)
##### 3. Add the Podfile to the directory (also update the names in the Podfile)
![Create new](https://raw.github.com/shepting/kiwi-mac-demo/master/tutorial_images/3-use_arc_and_unit_tests.png)

=== 4. Run in the terminal: pod install
##### 4. Run in the terminal: pod install
![Create new](https://raw.github.com/shepting/kiwi-mac-demo/master/tutorial_images/4-pod_install.png)

=== 5. Edit test target (MacAppTests) build setting FRAMEWORK_SEARCH_PATHS to $(inherited)
##### 5. Edit test target (MacAppTests) build setting FRAMEWORK_SEARCH_PATHS to $(inherited)
![Create new](https://raw.github.com/shepting/kiwi-mac-demo/master/tutorial_images/7-change_framework_search_path.png)

=== 6. Remove tests, add spec
![Create new](https://raw.github.com/shepting/kiwi-mac-demo/master/tutorial_images/9-add_spec_file_.png)
##### 6. Remove tests, add spec
![Create new](https://raw.github.com/shepting/kiwi-mac-demo/master/tutorial_images/9-add_spec_file.png)

=== 7. Test (cmd + U)
##### 7. Test (cmd + U)
![Create new](https://raw.github.com/shepting/kiwi-mac-demo/master/tutorial_images/11-implement_methods.png)

0 comments on commit 861205f

Please sign in to comment.