Mark
Mark
Bump. @coryalder is this change production tested now?
Just discovered those odd warnings are fixed by pull request 11: https://github.com/AlanQuatermain/aqtoolkit/pull/11 I have manually added that change to my fork, but haven't made another pull request since you can...
Hm, I misunderstood pull requests - seems to auto-add any commits I make. The prior two commits are for the OAuth support I wrote about here: http://mark.aufflick.com/blog/2012/08/02/aqxmlparser-oauth
Dang, I forgot this pull request was open, I should have made different branches for each of the changes…
Sorry for the "me too" but I must say this is exquisite timing - thanks for both tocify and for this PR!
A hack I'm using is to create a test file `AATests.swift` with a no-op test that calls the initialization code, ie: ```swift import XCTest import SwiftTestReporter class AATests: XCTestCase {...