duemunk / Async

Syntactic sugar in Swift for asynchronous dispatches in Grand Central Dispatch
MIT License
4.59k stars 316 forks source link

Merge master branch into feature/Swift_2.0 for Carthage build. #36

Closed inamiy closed 9 years ago

inamiy commented 9 years ago

Current 23aaf8d (feature/Swift_2.0 branch) doesn't contain any xcodeproj or xcworkspace to build Async.framework, so carthage build will never get started.

It seems current master branch (v1.2.1) already has one, so please merge it into feature/Swift_2.0 so that I can test Swift 2 using Carthage.

duemunk commented 9 years ago

Fixed in a7d2aa78c9830ca1ede52fb3db69079e47c32d05. Please let me now if it works as expected.