You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Xcode sucks. Fix tests.
For some reason I had to add a build script step to add a symlink to the Frameworks directory because Xcode built the tests bundle so the rpath was incorrectly set FFS.
I hate tools.
Tag 1.4.1
Prevent CocoaDocs documenting PMKArray
Put PMKArray in PMKPromise.m, it is not meant to be used publicly, the only reason it was in the header was due to it being part of a complex macro.