From f87c3c499619b155667cabb0af11183b0ff7ff33 Mon Sep 17 00:00:00 2001 From: Felix Krause Date: Tue, 12 May 2015 20:29:24 +0100 Subject: [PATCH] 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` :+1: --- lib/linguist/languages.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/linguist/languages.yml b/lib/linguist/languages.yml index 1159d79c..5de157cd 100644 --- a/lib/linguist/languages.yml +++ b/lib/linguist/languages.yml @@ -2833,6 +2833,8 @@ Ruby: - Appraisals - Berksfile - Buildfile + - Deliverfile + - Fastfile - Gemfile - Gemfile.lock - Guardfile @@ -2840,6 +2842,7 @@ Ruby: - Mavenfile - Podfile - Puppetfile + - Snapfile - Thorfile - Vagrantfile - buildfile