https://github.com/loadsmart/fastfile
Shared lanes that can be imported by Loadsmart's mobile apps using Fastlane
https://github.com/loadsmart/fastfile
Last synced: 11 months ago
JSON representation
Shared lanes that can be imported by Loadsmart's mobile apps using Fastlane
- Host: GitHub
- URL: https://github.com/loadsmart/fastfile
- Owner: loadsmart
- License: mit
- Created: 2019-06-06T18:26:47.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2024-01-11T18:24:02.000Z (over 2 years ago)
- Last Synced: 2024-01-12T04:58:56.181Z (over 2 years ago)
- Language: Ruby
- Size: 20.5 KB
- Stars: 1
- Watchers: 53
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Fastfile
Shared lanes that can be imported by Loadsmart's mobile apps using Fastlane
## Dependencies
This `Fastfile` depends on the following plugins:
```ruby
gem 'fastlane-plugin-changelog'
```
Make sure you include them in your project's `Gemfile`.