Creating a pure Swift framework for both iOS and Mac
/Creating a common Swift framework for both iOS and the Mac involves a little bit of project shuffling if you want to consume it with code that could also be running on either platform without changes. We present a methodology for achieving that.
Read More
Make the Swift 2.2 to 3.0 transition a little easier with these useful regular expressions for XCode