This repository contains a modular Xcode project built using the µfeatures approach.
- 🥑 App dependencies fetched with CocoaPods.
- 🍒 Core dependencies fetched with Carthage.
- 🍇 Configuration in .xcconfig files.
- 🍐 Reusable mocks and testing data.
- 🍊 Example apps to try the features.
- 🍍 Tasks automated in a Makefile.
- 🍎 Continuous integration with Travis
- Git clone the repository:
git clone git@github.com:microfeatures/ufeatures-example.git
. - Intall Carthage if you didn't have it installed.
- Run
make bootstrap
. - Open
ufeatures.xcworkspace
.