Updated on 2026-08-14
This commit is contained in:
parent
4538d65393
commit
7ba5d074ed
12 changed files with 61 additions and 22 deletions
3
Gemfile
3
Gemfile
|
|
@ -1,3 +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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue