ragnarock91 / ufeatures-example

An iOS example project built using the µfeatures architecture

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

µfeatures architecture (example project)

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:carambalabs/ufeatures-example.git.
  2. Intall Carthage if you didn't have it installed.
  3. Run make bootstrap.
  4. Open ufeatures.xcworkspace.

References

About

This project is funded and maintained by Caramba. We 💛 open source software!

Check out our other open source projects, read our blog or say 👋 on twitter @carambalabsEng.

Contribute

Contributions are welcome 🤘 We encourage developers like you to help us improve the projects we've shared with the community. Please see the Contributing Guide and the Code of Conduct.

License

The MIT License (MIT)

Copyright (c) 2017 Caramba

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.

About

An iOS example project built using the µfeatures architecture

License:MIT License


Languages

Language:Swift 61.8%Language:Makefile 13.9%Language:Ruby 12.4%Language:Objective-C 11.8%