/example

Example of iOS app built using the uFeatures architecture

Primary LanguageSwiftMIT LicenseMIT

µfeatures architecture

Build Status

This repository contains a modular Xcode project built using the µfeatures approach.

Features

  • 🥑 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

Setup

  1. Git clone the repository: git clone git@github.com:microfeatures/ufeatures-example.git.
  2. Intall Carthage if you didn't have it installed.
  3. Run make bootstrap.
  4. Open ufeatures.xcworkspace.

References

License

The MIT License (MIT)

Copyright (c) 2017 Pedro Piñera

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.