Skip to content
This repository has been archived by the owner on Jun 5, 2018. It is now read-only.

Commit

Permalink
Updating docs
Browse files Browse the repository at this point in the history
  • Loading branch information
gabriel committed Oct 22, 2010
1 parent f626583 commit d62e9f1
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions Classes/GHUnit.h
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,9 @@ fputs([[[NSString stringWithFormat:fmt, ##__VA_ARGS__] stringByAppendingString:@
This manual is divided in the following sections:
- @subpage Examples
- @subpage TestMacros
- @subpage Installing
- @subpage Examples
- @subpage TestMacros
- @subpage EnvVariables
- @subpage CommandLine "Command Line & Makefiles"
- @subpage Customizing
Expand All @@ -95,11 +95,11 @@ fputs([[[NSString stringWithFormat:fmt, ##__VA_ARGS__] stringByAppendingString:@
- Add a <tt>New Target</tt>. Select <tt>Cocoa Touch -> Application</tt>. Name it <tt>Tests</tt> (or something similar).
- Add the <tt>GHUnitIOS.framework</tt> to your project.
- Add the following frameworks to <tt>Linked Libraries</tt>:
- <tt>GHUnitIOS.framework</tt>
- <tt>CoreGraphics.framework</tt>
- <tt>Foundation.framework</tt>
- <tt>UIKit.framework</tt>
- (Optional) <tt>CoreLocation.framework</tt>
- <tt>GHUnitIOS.framework</tt>
- <tt>CoreGraphics.framework</tt>
- <tt>Foundation.framework</tt>
- <tt>UIKit.framework</tt>
- (Optional) <tt>CoreLocation.framework</tt>
- Under 'Framework Search Paths' make sure the (parent) directory to GHUnitIOS.framework is listed.
- Under 'Other Linker Flags' in the <tt>Test</tt> target, add <tt>-ObjC</tt> and <tt>-all_load</tt>
- By default, the Tests-Info.plist file includes <tt>MainWindow</tt> for <tt>Main nib file base name</tt>. You should clear this field.
Expand Down

0 comments on commit d62e9f1

Please sign in to comment.