Skip to content

How to Build a Framework for Both iOS and OS X

Reid Ellis edited this page May 31, 2013 · 1 revision

kstenerud's great work on the iOS Universal Framework can also be used to build a framework for OS X in the same Xcode project by following these simple steps:

  1. Install the iOS Universal Framework
  2. Create a new static framework project
  3. Create a target for Mac
  4. Add your code and resources
  5. Build the frameworks

iOS and Mac build targets for iOS universal framework

Clone this wiki locally