element-x-ios/Gemfile

13 lines
304 B
Ruby
Raw Normal View History

2022-02-24 15:44:21 +00:00
# Autogenerated by fastlane
#
# Ensure this file is checked in to source control!
source "https://rubygems.org"
gem 'fastlane'
2022-10-14 11:52:39 +00:00
gem "xcode-install"
gem 'slather'
2022-02-24 15:44:21 +00:00
plugins_path = File.join(File.dirname(__FILE__), 'fastlane', 'Pluginfile')
2022-05-12 10:58:13 +00:00
eval_gemfile('fastlane/Pluginfile') if File.exist?(plugins_path)