Skip to content

Commit

Permalink
updated to release SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
fehguy committed Feb 28, 2011
1 parent d8572dd commit 2f0c7d6
Show file tree
Hide file tree
Showing 87 changed files with 196 additions and 2,986 deletions.
4 changes: 2 additions & 2 deletions Classes/WordnikDemoAppViewController.m
Expand Up @@ -146,8 +146,8 @@ - (void) wordnikLookup: (id) sender {
position = [self.view convertPoint: position fromView: _wordnikWebView]; position = [self.view convertPoint: position fromView: _wordnikWebView];


/* Create our view controllers */ /* Create our view controllers */
WNDefinitionViewController *vc = [[[WNDefinitionViewController alloc] initWithWordString: selected WNDefinitionViewController *vc = [[[WNDefinitionViewController alloc] initWithWord: selected
dataSource: _dataSource] autorelease]; dataSource: _dataSource] autorelease];
vc.delegate = self; vc.delegate = self;


UINavigationController *navVC = [[[UINavigationController alloc] initWithRootViewController: vc] autorelease]; UINavigationController *navVC = [[[UINavigationController alloc] initWithRootViewController: vc] autorelease];
Expand Down
1 change: 0 additions & 1 deletion Dependencies/Wordnik.framework/Headers

This file was deleted.

1 change: 0 additions & 1 deletion Dependencies/Wordnik.framework/Resources

This file was deleted.

This file was deleted.

This file was deleted.

46 changes: 0 additions & 46 deletions Dependencies/Wordnik.framework/Versions/A/Headers/WNBigram.h

This file was deleted.

180 changes: 0 additions & 180 deletions Dependencies/Wordnik.framework/Versions/A/Headers/WNClient.h

This file was deleted.

0 comments on commit 2f0c7d6

Please sign in to comment.