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
- Host: GitHub
- URL: https://github.com/modo-studio/pandora_framework_template
- Owner: modo-studio
- Created: 2016-10-20T17:15:17.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-10-21T05:33:42.000Z (over 9 years ago)
- Last Synced: 2024-03-27T09:14:54.819Z (over 2 years ago)
- Language: Ruby
- Size: 132 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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]`
```