duemunk / Async

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

update project settings for Xcode 6.3 #37

Closed DivineDominion closed 9 years ago

DivineDominion commented 9 years ago

Updates framework names internally.

duemunk commented 9 years ago
  1. What is the motivation for this change?
  2. How does this affect Carthage support?
  3. The PR contains changes that doesn't relate to the framework names.
DivineDominion commented 9 years ago

This was a default adaptation to Xcode 6.3 as the version indicated. I haven't changes the names manually but had to "waste" a commit adapting to 6.3.

Ideally, the framework file names should be different, too, in order to distinguish OS X from iOS when selecting which files have to be bundled. But I didn't want to mangle with that just yet.

duemunk commented 9 years ago

Fixed in e8aa792ba1115c96d873619e71497a4eac8e9370