mirror of
https://github.com/KevinMidboe/linguist.git
synced 2025-10-29 17:50:22 +00:00
Added fastlane configuration files
[fastlane](https://fastlane.tools) is an established Continuous Delivery solution for iOS/Mac projects. The configuration files are similar to a `Podfile`, also Ruby based. Some examples: - https://github.com/wikimedia/apps-ios-wikipedia/blob/master/fastlane/Fastfile - https://github.com/wikimedia/apps-ios-wikipedia/blob/master/fastlane/Deliverfile - https://github.com/artsy/eidolon/blob/master/fastlane/Fastfile - https://github.com/fastlane/examples/blob/master/MindNode/Fastfile The configuration files added with this pull request: `Fastfile`, `Deliverfile` and `Snapfile` 👍
This commit is contained in:
@@ -2833,6 +2833,8 @@ Ruby:
|
|||||||
- Appraisals
|
- Appraisals
|
||||||
- Berksfile
|
- Berksfile
|
||||||
- Buildfile
|
- Buildfile
|
||||||
|
- Deliverfile
|
||||||
|
- Fastfile
|
||||||
- Gemfile
|
- Gemfile
|
||||||
- Gemfile.lock
|
- Gemfile.lock
|
||||||
- Guardfile
|
- Guardfile
|
||||||
@@ -2840,6 +2842,7 @@ Ruby:
|
|||||||
- Mavenfile
|
- Mavenfile
|
||||||
- Podfile
|
- Podfile
|
||||||
- Puppetfile
|
- Puppetfile
|
||||||
|
- Snapfile
|
||||||
- Thorfile
|
- Thorfile
|
||||||
- Vagrantfile
|
- Vagrantfile
|
||||||
- buildfile
|
- buildfile
|
||||||
|
|||||||
Reference in New Issue
Block a user