/ios-static-library

Demo project for creating an iOS static library with a resources bundle and unit tests.

Primary LanguageObjective-CBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

StaticLibraryDemo

Overview

This project demonstrates how to make a static library with resources and tests for an iOS project. Do note that this approach will be obsolete for iOS 8+ projects, as the SDK now supports the creation of dynamic frameworks.

Based on Matt Galloway's excellent tutorial for iOS static libraries.

License

BSD 3-clause. See LICENSE for full information.