1
0
mirror of https://github.com/oliexdev/openScale.git synced 2025-09-01 12:23:15 +02:00

added fastlane support and gradle signing feature

This commit is contained in:
oliexdev
2020-04-28 21:49:11 +02:00
parent 62066724aa
commit 4dcfd19f2c
50 changed files with 556 additions and 11 deletions

6
Gemfile Normal file
View File

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