Setup fastlane

This commit is contained in:
Matte23
2020-11-02 11:28:08 +01:00
parent 0ae74bb766
commit 022a05b217
10 changed files with 293 additions and 2 deletions

5
Gemfile Normal file
View File

@@ -0,0 +1,5 @@
source "https://rubygems.org"
gem "fastlane"
plugins_path = File.join(File.dirname(__FILE__), 'fastlane', 'Pluginfile')
eval_gemfile(plugins_path) if File.exist?(plugins_path)