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