An open API service indexing awesome lists of open source software.

https://github.com/modo-studio/pandora_framework_template

Framework template for Pandora
https://github.com/modo-studio/pandora_framework_template

Last synced: about 1 year ago
JSON representation

Framework template for Pandora

Awesome Lists containing this project

README

          

XXXXX Framework
===============

Created with [Pandora](https://github.com/frameworkoriented/pandora)

## Setup

1. Git clone the repository.
2. Open the app using `XXXXX.xcworkspace`

## Fastlane

The framework includes some useful [https://github.com/fastlane] lanes:

```bash
--------- general---------
----- fastlane build_XXXXX
Builds XXXXX for all the platforms

----- fastlane test_XXXXX
Runs all XXXXX tests

Execute using `fastlane [lane_name]`
```