Skip to content

Commit

Permalink
Merge branch 'master' of git@github.com:AlanQuatermain/aqtoolkit
Browse files Browse the repository at this point in the history
* 'master' of git@github.com:AlanQuatermain/aqtoolkit:
  Fixed the parserError property declaration -- was using an older version of NS_NONATOMIC_IPHONEONLY.
  Formatting tweak
  Added section describing projects using components of AQToolkit.
  • Loading branch information
AlanQuatermain committed May 17, 2009
2 parents 6d2375b + 2be1f6e commit 97856d8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions README.textile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ This toolkit is comprised of various bits of utility code I've written for odd p

If you have feature requests, or wish to file bugs, you can do so via "Lighthouse":http://quatermain.lighthouseapp.com/projects/28259-aqtoolkit

h2. Projects Using AQToolkit

"Outpost":http://www.outpostapp.com/ ["iTunes link":http://itunes.apple.com/WebObjects/MZStore.woa/wa/viewSoftware?id=298790896&mt=8] --- HTTPMessage, StreamingXMLParser, Compression, Extensions, LowMemoryDownload, TempFiles

"Atomium: Periodic Table":http://www.lucilinburhuc.lu/iPhone/Atomium/index.html ["iTunes link":http://itunes.apple.com/WebObjects/MZStore.woa/wa/viewSoftware?id=314347624&mt=8] --- CommonCrypto

h2. Contents

h3. ASLogger
Expand Down
2 changes: 1 addition & 1 deletion StreamingXMLParser/AQXMLParser.h
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ extern NSString * const AQXMLParserParsingRunLoopMode;
selector: (SEL) completionSelector
context: (void *) contextPtr;

@property NS_NONATOMIC_IPHONEONLY(readonly) NSError * parserError;
@property (NS_NONATOMIC_IPHONEONLY readonly) NSError * parserError;

@end

Expand Down

0 comments on commit 97856d8

Please sign in to comment.