Skip to content

Tags: kerasking/PromiseKit

Tags

1.5.1

Toggle 1.5.1's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Tag 1.5.1

1.5.0

Toggle 1.5.0's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
OS X Swift 1.2 fixes

1.4.3

Toggle 1.4.3's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Tag 1.4.3

1.4.2

Toggle 1.4.2's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Fix podspec interpretation

1.4.1

Toggle 1.4.1's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
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

1.4.0

Toggle 1.4.0's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Add some subspecs for Swift PromiseKit

1.3.2

Toggle 1.3.2's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Provision with iOS developer in release mode

Fixes carthage build problems, despite it making no particular sense.

1.3.1

Toggle 1.3.1's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Don’t crash if NSURLResponse is nil but data isn’t

Though how this can happen is a fracking mystery.

Closes mxcl#153.

1.3.0

Toggle 1.3.0's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
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.

1.2.5

Toggle 1.2.5's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Add Join to pod spec; Fixes mxcl#148