Release 1.2.1

This commit is contained in:
jenkins-mobile
2023-09-28 18:41:01 +03:00
parent 4c9c594154
commit 2b1d7f8d86
9 changed files with 361 additions and 156 deletions
+7
View File
@@ -0,0 +1,7 @@
# A sample Gemfile
source "https://rubygems.org"
gem 'fastlane'
plugins_path = File.join(File.dirname(__FILE__), 'fastlane', 'Pluginfile')
eval_gemfile(plugins_path) if File.exist?(plugins_path)