1.2.3
- Adds
retry
operator that enables reattempting a task if the promise for that task is initially rejected. - Sets the APPLICATION_EXTENSION_API_ONLY to YES on the project level and defaults the APPLICATION_EXTENSION_API_ONLY flag on targets.
- Moves
SWIFT_VERSION
flag from Promise/PromiseTests targets to the Xcode project. - Applies extension-safe flag for framework targets.